@bubblelab/bubble-core 0.1.62 → 0.1.63

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 +87 -87
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +148 -148
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +80 -80
  4. package/dist/bubbles/service-bubble/airtable.d.ts +214 -214
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +84 -84
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +90 -90
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +106 -106
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +138 -138
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +862 -862
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +270 -270
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +88 -88
  14. package/dist/bubbles/service-bubble/github.d.ts +268 -268
  15. package/dist/bubbles/service-bubble/gmail.d.ts +416 -416
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +162 -162
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
  19. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  20. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +74 -74
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +1923 -1923
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/resend.d.ts +44 -44
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +465 -465
  27. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +141 -141
  29. package/dist/bubbles/service-bubble/telegram.d.ts +1591 -1591
  30. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +29 -29
  31. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +28 -28
  32. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
  33. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  34. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +88 -88
  35. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  39. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +338 -338
  41. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  42. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +130 -130
  43. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  44. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
  46. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
  47. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
  49. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
  50. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  51. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  54. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  55. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
  56. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  57. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +114 -114
  58. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  59. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  60. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
  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
@@ -27,14 +27,14 @@ declare const ApifyParamsSchema: z.ZodObject<{
27
27
  input: Record<string, unknown>;
28
28
  limit: number;
29
29
  waitForFinish: boolean;
30
- search?: string | undefined;
31
30
  credentials?: Partial<Record<CredentialType, string>> | undefined;
31
+ search?: string | undefined;
32
32
  actorId?: string | undefined;
33
33
  }, {
34
34
  input: Record<string, unknown>;
35
- search?: string | undefined;
36
35
  credentials?: Partial<Record<CredentialType, string>> | undefined;
37
36
  timeout?: number | undefined;
37
+ search?: string | undefined;
38
38
  limit?: number | undefined;
39
39
  actorId?: string | undefined;
40
40
  waitForFinish?: boolean | undefined;
@@ -69,29 +69,29 @@ declare const ApifyResultSchema: z.ZodObject<{
69
69
  name: string;
70
70
  id: string;
71
71
  inputSchemaUrl: string;
72
- description?: string | null | undefined;
73
- stars?: number | null | undefined;
74
72
  usage?: {
75
73
  totalRuns?: number | undefined;
76
74
  usersCount?: number | undefined;
77
75
  } | null | undefined;
76
+ description?: string | null | undefined;
77
+ stars?: number | null | undefined;
78
78
  requiresRental?: boolean | undefined;
79
79
  }, {
80
80
  name: string;
81
81
  id: string;
82
82
  inputSchemaUrl: string;
83
- description?: string | null | undefined;
84
- stars?: number | null | undefined;
85
83
  usage?: {
86
84
  totalRuns?: number | undefined;
87
85
  usersCount?: number | undefined;
88
86
  } | null | undefined;
87
+ description?: string | null | undefined;
88
+ stars?: number | null | undefined;
89
89
  requiresRental?: boolean | undefined;
90
90
  }>, "many">>;
91
91
  }, "strip", z.ZodTypeAny, {
92
92
  status: string;
93
- success: boolean;
94
93
  error: string;
94
+ success: boolean;
95
95
  runId: string;
96
96
  consoleUrl: string;
97
97
  items?: unknown[] | undefined;
@@ -101,18 +101,18 @@ declare const ApifyResultSchema: z.ZodObject<{
101
101
  name: string;
102
102
  id: string;
103
103
  inputSchemaUrl: string;
104
- description?: string | null | undefined;
105
- stars?: number | null | undefined;
106
104
  usage?: {
107
105
  totalRuns?: number | undefined;
108
106
  usersCount?: number | undefined;
109
107
  } | null | undefined;
108
+ description?: string | null | undefined;
109
+ stars?: number | null | undefined;
110
110
  requiresRental?: boolean | undefined;
111
111
  }[] | undefined;
112
112
  }, {
113
113
  status: string;
114
- success: boolean;
115
114
  error: string;
115
+ success: boolean;
116
116
  runId: string;
117
117
  consoleUrl: string;
118
118
  items?: unknown[] | undefined;
@@ -122,12 +122,12 @@ declare const ApifyResultSchema: z.ZodObject<{
122
122
  name: string;
123
123
  id: string;
124
124
  inputSchemaUrl: string;
125
- description?: string | null | undefined;
126
- stars?: number | null | undefined;
127
125
  usage?: {
128
126
  totalRuns?: number | undefined;
129
127
  usersCount?: number | undefined;
130
128
  } | null | undefined;
129
+ description?: string | null | undefined;
130
+ stars?: number | null | undefined;
131
131
  requiresRental?: boolean | undefined;
132
132
  }[] | undefined;
133
133
  }>;
@@ -163,14 +163,14 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
163
163
  input: Record<string, unknown>;
164
164
  limit: number;
165
165
  waitForFinish: boolean;
166
- search?: string | undefined;
167
166
  credentials?: Partial<Record<CredentialType, string>> | undefined;
167
+ search?: string | undefined;
168
168
  actorId?: string | undefined;
169
169
  }, {
170
170
  input: Record<string, unknown>;
171
- search?: string | undefined;
172
171
  credentials?: Partial<Record<CredentialType, string>> | undefined;
173
172
  timeout?: number | undefined;
173
+ search?: string | undefined;
174
174
  limit?: number | undefined;
175
175
  actorId?: string | undefined;
176
176
  waitForFinish?: boolean | undefined;
@@ -205,29 +205,29 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
205
205
  name: string;
206
206
  id: string;
207
207
  inputSchemaUrl: string;
208
- description?: string | null | undefined;
209
- stars?: number | null | undefined;
210
208
  usage?: {
211
209
  totalRuns?: number | undefined;
212
210
  usersCount?: number | undefined;
213
211
  } | null | undefined;
212
+ description?: string | null | undefined;
213
+ stars?: number | null | undefined;
214
214
  requiresRental?: boolean | undefined;
215
215
  }, {
216
216
  name: string;
217
217
  id: string;
218
218
  inputSchemaUrl: string;
219
- description?: string | null | undefined;
220
- stars?: number | null | undefined;
221
219
  usage?: {
222
220
  totalRuns?: number | undefined;
223
221
  usersCount?: number | undefined;
224
222
  } | null | undefined;
223
+ description?: string | null | undefined;
224
+ stars?: number | null | undefined;
225
225
  requiresRental?: boolean | undefined;
226
226
  }>, "many">>;
227
227
  }, "strip", z.ZodTypeAny, {
228
228
  status: string;
229
- success: boolean;
230
229
  error: string;
230
+ success: boolean;
231
231
  runId: string;
232
232
  consoleUrl: string;
233
233
  items?: unknown[] | undefined;
@@ -237,18 +237,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
237
237
  name: string;
238
238
  id: string;
239
239
  inputSchemaUrl: string;
240
- description?: string | null | undefined;
241
- stars?: number | null | undefined;
242
240
  usage?: {
243
241
  totalRuns?: number | undefined;
244
242
  usersCount?: number | undefined;
245
243
  } | null | undefined;
244
+ description?: string | null | undefined;
245
+ stars?: number | null | undefined;
246
246
  requiresRental?: boolean | undefined;
247
247
  }[] | undefined;
248
248
  }, {
249
249
  status: string;
250
- success: boolean;
251
250
  error: string;
251
+ success: boolean;
252
252
  runId: string;
253
253
  consoleUrl: string;
254
254
  items?: unknown[] | undefined;
@@ -258,12 +258,12 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
258
258
  name: string;
259
259
  id: string;
260
260
  inputSchemaUrl: string;
261
- description?: string | null | undefined;
262
- stars?: number | null | undefined;
263
261
  usage?: {
264
262
  totalRuns?: number | undefined;
265
263
  usersCount?: number | undefined;
266
264
  } | null | undefined;
265
+ description?: string | null | undefined;
266
+ stars?: number | null | undefined;
267
267
  requiresRental?: boolean | undefined;
268
268
  }[] | undefined;
269
269
  }>;
@@ -111,12 +111,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
111
111
  type: "Personal" | "Work" | "Other";
112
112
  email: string;
113
113
  }[] | undefined;
114
- tag?: string | undefined;
115
114
  phone_number?: string | undefined;
116
115
  linkedin_url?: string | undefined;
117
116
  github_url?: string | undefined;
118
117
  source_id?: string | undefined;
119
118
  credited_to_user_id?: string | undefined;
119
+ tag?: string | undefined;
120
120
  }, {
121
121
  name: string;
122
122
  operation: "create_candidate";
@@ -126,12 +126,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
126
126
  type: "Personal" | "Work" | "Other";
127
127
  email: string;
128
128
  }[] | undefined;
129
- tag?: string | undefined;
130
129
  phone_number?: string | undefined;
131
130
  linkedin_url?: string | undefined;
132
131
  github_url?: string | undefined;
133
132
  source_id?: string | undefined;
134
133
  credited_to_user_id?: string | undefined;
134
+ tag?: string | undefined;
135
135
  }>, import("zod").ZodObject<{
136
136
  operation: import("zod").ZodLiteral<"search_candidates">;
137
137
  email: import("zod").ZodOptional<import("zod").ZodString>;
@@ -140,13 +140,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
140
140
  }, "strip", import("zod").ZodTypeAny, {
141
141
  operation: "search_candidates";
142
142
  name?: string | undefined;
143
- email?: string | undefined;
144
143
  credentials?: Partial<Record<CredentialType, string>> | undefined;
144
+ email?: string | undefined;
145
145
  }, {
146
146
  operation: "search_candidates";
147
147
  name?: string | undefined;
148
- email?: string | undefined;
149
148
  credentials?: Partial<Record<CredentialType, string>> | undefined;
149
+ email?: string | undefined;
150
150
  }>, import("zod").ZodObject<{
151
151
  operation: import("zod").ZodLiteral<"add_tag">;
152
152
  candidate_id: import("zod").ZodString;
@@ -343,24 +343,28 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
343
343
  isArchived?: boolean | undefined;
344
344
  }[] | undefined;
345
345
  createdAt?: string | undefined;
346
- company?: string | null | undefined;
347
- position?: string | null | undefined;
348
346
  updatedAt?: string | undefined;
349
347
  primaryEmailAddress?: {
350
348
  value: string;
351
349
  type: "Personal" | "Work" | "Other";
352
350
  isPrimary: boolean;
353
351
  } | null | undefined;
354
- emailAddresses?: {
352
+ primaryPhoneNumber?: {
355
353
  value: string;
356
354
  type: "Personal" | "Work" | "Other";
357
355
  isPrimary: boolean;
356
+ } | null | undefined;
357
+ customFields?: {
358
+ title: string;
359
+ id: string;
360
+ value?: unknown;
361
+ isPrivate?: boolean | undefined;
358
362
  }[] | undefined;
359
- primaryPhoneNumber?: {
363
+ emailAddresses?: {
360
364
  value: string;
361
365
  type: "Personal" | "Work" | "Other";
362
366
  isPrimary: boolean;
363
- } | null | undefined;
367
+ }[] | undefined;
364
368
  phoneNumbers?: {
365
369
  value: string;
366
370
  type: "Personal" | "Work" | "Other";
@@ -370,6 +374,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
370
374
  type: string;
371
375
  url: string;
372
376
  }[] | undefined;
377
+ position?: string | null | undefined;
378
+ company?: string | null | undefined;
373
379
  school?: string | null | undefined;
374
380
  applicationIds?: string[] | undefined;
375
381
  resumeFileHandle?: {
@@ -382,12 +388,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
382
388
  id: string;
383
389
  handle: string;
384
390
  }[] | undefined;
385
- customFields?: {
386
- title: string;
387
- id: string;
388
- value?: unknown;
389
- isPrivate?: boolean | undefined;
390
- }[] | undefined;
391
391
  }, {
392
392
  name: string;
393
393
  id: string;
@@ -397,24 +397,28 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
397
397
  isArchived?: boolean | undefined;
398
398
  }[] | undefined;
399
399
  createdAt?: string | undefined;
400
- company?: string | null | undefined;
401
- position?: string | null | undefined;
402
400
  updatedAt?: string | undefined;
403
401
  primaryEmailAddress?: {
404
402
  value: string;
405
403
  type: "Personal" | "Work" | "Other";
406
404
  isPrimary: boolean;
407
405
  } | null | undefined;
408
- emailAddresses?: {
406
+ primaryPhoneNumber?: {
409
407
  value: string;
410
408
  type: "Personal" | "Work" | "Other";
411
409
  isPrimary: boolean;
410
+ } | null | undefined;
411
+ customFields?: {
412
+ title: string;
413
+ id: string;
414
+ value?: unknown;
415
+ isPrivate?: boolean | undefined;
412
416
  }[] | undefined;
413
- primaryPhoneNumber?: {
417
+ emailAddresses?: {
414
418
  value: string;
415
419
  type: "Personal" | "Work" | "Other";
416
420
  isPrimary: boolean;
417
- } | null | undefined;
421
+ }[] | undefined;
418
422
  phoneNumbers?: {
419
423
  value: string;
420
424
  type: "Personal" | "Work" | "Other";
@@ -424,6 +428,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
424
428
  type: string;
425
429
  url: string;
426
430
  }[] | undefined;
431
+ position?: string | null | undefined;
432
+ company?: string | null | undefined;
427
433
  school?: string | null | undefined;
428
434
  applicationIds?: string[] | undefined;
429
435
  resumeFileHandle?: {
@@ -436,21 +442,15 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
436
442
  id: string;
437
443
  handle: string;
438
444
  }[] | undefined;
439
- customFields?: {
440
- title: string;
441
- id: string;
442
- value?: unknown;
443
- isPrivate?: boolean | undefined;
444
- }[] | undefined;
445
445
  }>, "many">>;
446
446
  next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
447
447
  more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
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
454
  next_cursor?: string | undefined;
455
455
  sync_token?: string | undefined;
456
456
  candidates?: {
@@ -462,24 +462,28 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
462
462
  isArchived?: boolean | undefined;
463
463
  }[] | undefined;
464
464
  createdAt?: string | undefined;
465
- company?: string | null | undefined;
466
- position?: string | null | undefined;
467
465
  updatedAt?: string | undefined;
468
466
  primaryEmailAddress?: {
469
467
  value: string;
470
468
  type: "Personal" | "Work" | "Other";
471
469
  isPrimary: boolean;
472
470
  } | null | undefined;
473
- emailAddresses?: {
471
+ primaryPhoneNumber?: {
474
472
  value: string;
475
473
  type: "Personal" | "Work" | "Other";
476
474
  isPrimary: boolean;
475
+ } | null | undefined;
476
+ customFields?: {
477
+ title: string;
478
+ id: string;
479
+ value?: unknown;
480
+ isPrivate?: boolean | undefined;
477
481
  }[] | undefined;
478
- primaryPhoneNumber?: {
482
+ emailAddresses?: {
479
483
  value: string;
480
484
  type: "Personal" | "Work" | "Other";
481
485
  isPrimary: boolean;
482
- } | null | undefined;
486
+ }[] | undefined;
483
487
  phoneNumbers?: {
484
488
  value: string;
485
489
  type: "Personal" | "Work" | "Other";
@@ -489,6 +493,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
489
493
  type: string;
490
494
  url: string;
491
495
  }[] | undefined;
496
+ position?: string | null | undefined;
497
+ company?: string | null | undefined;
492
498
  school?: string | null | undefined;
493
499
  applicationIds?: string[] | undefined;
494
500
  resumeFileHandle?: {
@@ -501,18 +507,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
501
507
  id: string;
502
508
  handle: string;
503
509
  }[] | undefined;
504
- customFields?: {
505
- title: string;
506
- id: string;
507
- value?: unknown;
508
- isPrivate?: boolean | undefined;
509
- }[] | undefined;
510
510
  }[] | 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
516
  next_cursor?: string | undefined;
517
517
  sync_token?: string | undefined;
518
518
  candidates?: {
@@ -524,24 +524,28 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
524
524
  isArchived?: boolean | undefined;
525
525
  }[] | undefined;
526
526
  createdAt?: string | undefined;
527
- company?: string | null | undefined;
528
- position?: string | null | undefined;
529
527
  updatedAt?: string | undefined;
530
528
  primaryEmailAddress?: {
531
529
  value: string;
532
530
  type: "Personal" | "Work" | "Other";
533
531
  isPrimary: boolean;
534
532
  } | null | undefined;
535
- emailAddresses?: {
533
+ primaryPhoneNumber?: {
536
534
  value: string;
537
535
  type: "Personal" | "Work" | "Other";
538
536
  isPrimary: boolean;
537
+ } | null | undefined;
538
+ customFields?: {
539
+ title: string;
540
+ id: string;
541
+ value?: unknown;
542
+ isPrivate?: boolean | undefined;
539
543
  }[] | undefined;
540
- primaryPhoneNumber?: {
544
+ emailAddresses?: {
541
545
  value: string;
542
546
  type: "Personal" | "Work" | "Other";
543
547
  isPrimary: boolean;
544
- } | null | undefined;
548
+ }[] | undefined;
545
549
  phoneNumbers?: {
546
550
  value: string;
547
551
  type: "Personal" | "Work" | "Other";
@@ -551,6 +555,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
551
555
  type: string;
552
556
  url: string;
553
557
  }[] | undefined;
558
+ position?: string | null | undefined;
559
+ company?: string | null | undefined;
554
560
  school?: string | null | undefined;
555
561
  applicationIds?: string[] | undefined;
556
562
  resumeFileHandle?: {
@@ -563,12 +569,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
563
569
  id: string;
564
570
  handle: string;
565
571
  }[] | undefined;
566
- customFields?: {
567
- title: string;
568
- id: string;
569
- value?: unknown;
570
- isPrivate?: boolean | undefined;
571
- }[] | undefined;
572
572
  }[] | undefined;
573
573
  more_data_available?: boolean | undefined;
574
574
  }>, import("zod").ZodObject<{
@@ -666,9 +666,9 @@ 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;
@@ -692,9 +692,9 @@ 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;
@@ -812,9 +812,9 @@ 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;
@@ -838,9 +838,9 @@ 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;
@@ -958,9 +958,9 @@ 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;
@@ -984,9 +984,9 @@ 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;
@@ -1104,9 +1104,9 @@ 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;
@@ -1130,9 +1130,9 @@ 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;
@@ -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;
@@ -1251,8 +1251,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1251
1251
  }, "strip", import("zod").ZodTypeAny, {
1252
1252
  title: string;
1253
1253
  id: string;
1254
- isArchived: boolean;
1255
1254
  isPrivate: boolean;
1255
+ isArchived: boolean;
1256
1256
  objectType: string;
1257
1257
  fieldType: string;
1258
1258
  selectableValues?: {
@@ -1263,8 +1263,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1263
1263
  }, {
1264
1264
  title: string;
1265
1265
  id: string;
1266
- isArchived: boolean;
1267
1266
  isPrivate: boolean;
1267
+ isArchived: boolean;
1268
1268
  objectType: string;
1269
1269
  fieldType: string;
1270
1270
  selectableValues?: {
@@ -1278,17 +1278,17 @@ 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;
1282
+ success: boolean;
1283
+ operation: "list_custom_fields";
1284
1284
  next_cursor?: string | undefined;
1285
1285
  sync_token?: string | undefined;
1286
1286
  more_data_available?: boolean | undefined;
1287
1287
  custom_fields?: {
1288
1288
  title: string;
1289
1289
  id: string;
1290
- isArchived: boolean;
1291
1290
  isPrivate: boolean;
1291
+ isArchived: boolean;
1292
1292
  objectType: string;
1293
1293
  fieldType: string;
1294
1294
  selectableValues?: {
@@ -1298,17 +1298,17 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1298
1298
  }[] | undefined;
1299
1299
  }[] | undefined;
1300
1300
  }, {
1301
- operation: "list_custom_fields";
1302
- success: boolean;
1303
1301
  error: string;
1302
+ success: boolean;
1303
+ operation: "list_custom_fields";
1304
1304
  next_cursor?: string | undefined;
1305
1305
  sync_token?: string | undefined;
1306
1306
  more_data_available?: boolean | undefined;
1307
1307
  custom_fields?: {
1308
1308
  title: string;
1309
1309
  id: string;
1310
- isArchived: boolean;
1311
1310
  isPrivate: boolean;
1311
+ isArchived: boolean;
1312
1312
  objectType: string;
1313
1313
  fieldType: string;
1314
1314
  selectableValues?: {