@bubblelab/bubble-core 0.1.70 → 0.1.71

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 (41) hide show
  1. package/dist/bubble-bundle.d.ts +71 -71
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +80 -80
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +274 -274
  13. package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +58 -58
  15. package/dist/bubbles/service-bubble/github.d.ts +36 -36
  16. package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +2 -2
  18. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  19. package/dist/bubbles/service-bubble/google-drive.js +20 -7
  20. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +74 -74
  22. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  23. package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +216 -216
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +11 -11
  29. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
  30. package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
  31. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  32. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  33. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +234 -234
  34. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
  35. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  38. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
  39. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  40. package/dist/bubbles.json +3 -3
  41. package/package.json +2 -2
@@ -23,8 +23,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
23
23
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
24
24
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- input: Record<string, unknown>;
27
26
  timeout: number;
27
+ input: Record<string, unknown>;
28
28
  limit: number;
29
29
  waitForFinish: boolean;
30
30
  search?: string | undefined;
@@ -70,22 +70,22 @@ declare const ApifyResultSchema: z.ZodObject<{
70
70
  id: string;
71
71
  inputSchemaUrl: string;
72
72
  description?: string | null | undefined;
73
- stars?: number | null | undefined;
74
73
  usage?: {
75
74
  totalRuns?: number | undefined;
76
75
  usersCount?: number | undefined;
77
76
  } | 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
83
  description?: string | null | undefined;
84
- stars?: number | null | undefined;
85
84
  usage?: {
86
85
  totalRuns?: number | undefined;
87
86
  usersCount?: number | undefined;
88
87
  } | null | undefined;
88
+ stars?: number | null | undefined;
89
89
  requiresRental?: boolean | undefined;
90
90
  }>, "many">>;
91
91
  }, "strip", z.ZodTypeAny, {
@@ -102,11 +102,11 @@ declare const ApifyResultSchema: z.ZodObject<{
102
102
  id: string;
103
103
  inputSchemaUrl: string;
104
104
  description?: string | null | undefined;
105
- stars?: number | null | undefined;
106
105
  usage?: {
107
106
  totalRuns?: number | undefined;
108
107
  usersCount?: number | undefined;
109
108
  } | null | undefined;
109
+ stars?: number | null | undefined;
110
110
  requiresRental?: boolean | undefined;
111
111
  }[] | undefined;
112
112
  }, {
@@ -123,11 +123,11 @@ declare const ApifyResultSchema: z.ZodObject<{
123
123
  id: string;
124
124
  inputSchemaUrl: string;
125
125
  description?: string | null | undefined;
126
- stars?: number | null | undefined;
127
126
  usage?: {
128
127
  totalRuns?: number | undefined;
129
128
  usersCount?: number | undefined;
130
129
  } | null | undefined;
130
+ stars?: number | null | undefined;
131
131
  requiresRental?: boolean | undefined;
132
132
  }[] | undefined;
133
133
  }>;
@@ -159,8 +159,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
159
159
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
160
160
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
161
161
  }, "strip", z.ZodTypeAny, {
162
- input: Record<string, unknown>;
163
162
  timeout: number;
163
+ input: Record<string, unknown>;
164
164
  limit: number;
165
165
  waitForFinish: boolean;
166
166
  search?: string | undefined;
@@ -206,22 +206,22 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
206
206
  id: string;
207
207
  inputSchemaUrl: string;
208
208
  description?: string | null | undefined;
209
- stars?: number | null | undefined;
210
209
  usage?: {
211
210
  totalRuns?: number | undefined;
212
211
  usersCount?: number | undefined;
213
212
  } | 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
219
  description?: string | null | undefined;
220
- stars?: number | null | undefined;
221
220
  usage?: {
222
221
  totalRuns?: number | undefined;
223
222
  usersCount?: number | undefined;
224
223
  } | null | undefined;
224
+ stars?: number | null | undefined;
225
225
  requiresRental?: boolean | undefined;
226
226
  }>, "many">>;
227
227
  }, "strip", z.ZodTypeAny, {
@@ -238,11 +238,11 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
238
238
  id: string;
239
239
  inputSchemaUrl: string;
240
240
  description?: string | null | undefined;
241
- stars?: number | null | undefined;
242
241
  usage?: {
243
242
  totalRuns?: number | undefined;
244
243
  usersCount?: number | undefined;
245
244
  } | null | undefined;
245
+ stars?: number | null | undefined;
246
246
  requiresRental?: boolean | undefined;
247
247
  }[] | undefined;
248
248
  }, {
@@ -259,11 +259,11 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
259
259
  id: string;
260
260
  inputSchemaUrl: string;
261
261
  description?: string | null | undefined;
262
- stars?: number | null | undefined;
263
262
  usage?: {
264
263
  totalRuns?: number | undefined;
265
264
  usersCount?: number | undefined;
266
265
  } | null | undefined;
266
+ stars?: number | null | undefined;
267
267
  requiresRental?: boolean | undefined;
268
268
  }[] | undefined;
269
269
  }>;
@@ -352,16 +352,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
352
352
  type: "Personal" | "Work" | "Other";
353
353
  isPrimary: boolean;
354
354
  } | null | undefined;
355
- emailAddresses?: {
355
+ primaryPhoneNumber?: {
356
356
  value: string;
357
357
  type: "Personal" | "Work" | "Other";
358
358
  isPrimary: boolean;
359
+ } | null | undefined;
360
+ customFields?: {
361
+ title: string;
362
+ id: string;
363
+ value?: unknown;
364
+ isPrivate?: boolean | undefined;
359
365
  }[] | undefined;
360
- primaryPhoneNumber?: {
366
+ emailAddresses?: {
361
367
  value: string;
362
368
  type: "Personal" | "Work" | "Other";
363
369
  isPrimary: boolean;
364
- } | null | undefined;
370
+ }[] | undefined;
365
371
  phoneNumbers?: {
366
372
  value: string;
367
373
  type: "Personal" | "Work" | "Other";
@@ -385,12 +391,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
385
391
  id: string;
386
392
  handle: string;
387
393
  }[] | undefined;
388
- customFields?: {
389
- title: string;
390
- id: string;
391
- value?: unknown;
392
- isPrivate?: boolean | undefined;
393
- }[] | undefined;
394
394
  }, {
395
395
  name: string;
396
396
  id: string;
@@ -406,16 +406,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
406
406
  type: "Personal" | "Work" | "Other";
407
407
  isPrimary: boolean;
408
408
  } | null | undefined;
409
- emailAddresses?: {
409
+ primaryPhoneNumber?: {
410
410
  value: string;
411
411
  type: "Personal" | "Work" | "Other";
412
412
  isPrimary: boolean;
413
+ } | null | undefined;
414
+ customFields?: {
415
+ title: string;
416
+ id: string;
417
+ value?: unknown;
418
+ isPrivate?: boolean | undefined;
413
419
  }[] | undefined;
414
- primaryPhoneNumber?: {
420
+ emailAddresses?: {
415
421
  value: string;
416
422
  type: "Personal" | "Work" | "Other";
417
423
  isPrimary: boolean;
418
- } | null | undefined;
424
+ }[] | undefined;
419
425
  phoneNumbers?: {
420
426
  value: string;
421
427
  type: "Personal" | "Work" | "Other";
@@ -439,12 +445,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
439
445
  id: string;
440
446
  handle: string;
441
447
  }[] | undefined;
442
- customFields?: {
443
- title: string;
444
- id: string;
445
- value?: unknown;
446
- isPrivate?: boolean | undefined;
447
- }[] | undefined;
448
448
  }>, "many">>;
449
449
  next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
450
450
  more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -471,16 +471,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
471
471
  type: "Personal" | "Work" | "Other";
472
472
  isPrimary: boolean;
473
473
  } | null | undefined;
474
- emailAddresses?: {
474
+ primaryPhoneNumber?: {
475
475
  value: string;
476
476
  type: "Personal" | "Work" | "Other";
477
477
  isPrimary: boolean;
478
+ } | null | undefined;
479
+ customFields?: {
480
+ title: string;
481
+ id: string;
482
+ value?: unknown;
483
+ isPrivate?: boolean | undefined;
478
484
  }[] | undefined;
479
- primaryPhoneNumber?: {
485
+ emailAddresses?: {
480
486
  value: string;
481
487
  type: "Personal" | "Work" | "Other";
482
488
  isPrimary: boolean;
483
- } | null | undefined;
489
+ }[] | undefined;
484
490
  phoneNumbers?: {
485
491
  value: string;
486
492
  type: "Personal" | "Work" | "Other";
@@ -504,12 +510,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
504
510
  id: string;
505
511
  handle: string;
506
512
  }[] | undefined;
507
- customFields?: {
508
- title: string;
509
- id: string;
510
- value?: unknown;
511
- isPrivate?: boolean | undefined;
512
- }[] | undefined;
513
513
  }[] | undefined;
514
514
  more_data_available?: boolean | undefined;
515
515
  }, {
@@ -533,16 +533,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
533
533
  type: "Personal" | "Work" | "Other";
534
534
  isPrimary: boolean;
535
535
  } | null | undefined;
536
- emailAddresses?: {
536
+ primaryPhoneNumber?: {
537
537
  value: string;
538
538
  type: "Personal" | "Work" | "Other";
539
539
  isPrimary: boolean;
540
+ } | null | undefined;
541
+ customFields?: {
542
+ title: string;
543
+ id: string;
544
+ value?: unknown;
545
+ isPrivate?: boolean | undefined;
540
546
  }[] | undefined;
541
- primaryPhoneNumber?: {
547
+ emailAddresses?: {
542
548
  value: string;
543
549
  type: "Personal" | "Work" | "Other";
544
550
  isPrimary: boolean;
545
- } | null | undefined;
551
+ }[] | undefined;
546
552
  phoneNumbers?: {
547
553
  value: string;
548
554
  type: "Personal" | "Work" | "Other";
@@ -566,12 +572,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
566
572
  id: string;
567
573
  handle: string;
568
574
  }[] | undefined;
569
- customFields?: {
570
- title: string;
571
- id: string;
572
- value?: unknown;
573
- isPrivate?: boolean | undefined;
574
- }[] | undefined;
575
575
  }[] | undefined;
576
576
  more_data_available?: boolean | undefined;
577
577
  }>, import("zod").ZodObject<{
@@ -1257,8 +1257,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1257
1257
  }, "strip", import("zod").ZodTypeAny, {
1258
1258
  title: string;
1259
1259
  id: string;
1260
- isArchived: boolean;
1261
1260
  isPrivate: boolean;
1261
+ isArchived: boolean;
1262
1262
  objectType: string;
1263
1263
  fieldType: string;
1264
1264
  selectableValues?: {
@@ -1269,8 +1269,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1269
1269
  }, {
1270
1270
  title: string;
1271
1271
  id: string;
1272
- isArchived: boolean;
1273
1272
  isPrivate: boolean;
1273
+ isArchived: boolean;
1274
1274
  objectType: string;
1275
1275
  fieldType: string;
1276
1276
  selectableValues?: {
@@ -1293,8 +1293,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1293
1293
  custom_fields?: {
1294
1294
  title: string;
1295
1295
  id: string;
1296
- isArchived: boolean;
1297
1296
  isPrivate: boolean;
1297
+ isArchived: boolean;
1298
1298
  objectType: string;
1299
1299
  fieldType: string;
1300
1300
  selectableValues?: {
@@ -1313,8 +1313,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1313
1313
  custom_fields?: {
1314
1314
  title: string;
1315
1315
  id: string;
1316
- isArchived: boolean;
1317
1316
  isPrivate: boolean;
1317
+ isArchived: boolean;
1318
1318
  objectType: string;
1319
1319
  fieldType: string;
1320
1320
  selectableValues?: {
@@ -550,8 +550,8 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
550
550
  allow_duplicate_linkedin: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
551
551
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
552
552
  }, "strip", z.ZodTypeAny, {
553
- name: string;
554
553
  operation: "create_candidate";
554
+ name: string;
555
555
  allow_duplicate_linkedin: boolean;
556
556
  credentials?: Partial<Record<CredentialType, string>> | undefined;
557
557
  website?: string | undefined;
@@ -566,8 +566,8 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
566
566
  credited_to_user_id?: string | undefined;
567
567
  tag?: string | undefined;
568
568
  }, {
569
- name: string;
570
569
  operation: "create_candidate";
570
+ name: string;
571
571
  credentials?: Partial<Record<CredentialType, string>> | undefined;
572
572
  website?: string | undefined;
573
573
  emails?: {
@@ -589,13 +589,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
589
589
  }, "strip", z.ZodTypeAny, {
590
590
  operation: "search_candidates";
591
591
  name?: string | undefined;
592
- credentials?: Partial<Record<CredentialType, string>> | undefined;
593
592
  email?: string | undefined;
593
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
594
594
  }, {
595
595
  operation: "search_candidates";
596
596
  name?: string | undefined;
597
- credentials?: Partial<Record<CredentialType, string>> | undefined;
598
597
  email?: string | undefined;
598
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
599
599
  }>, z.ZodObject<{
600
600
  operation: z.ZodLiteral<"add_tag">;
601
601
  candidate_id: z.ZodString;
@@ -628,12 +628,12 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
628
628
  title: z.ZodString;
629
629
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
630
630
  }, "strip", z.ZodTypeAny, {
631
- title: string;
632
631
  operation: "create_tag";
632
+ title: string;
633
633
  credentials?: Partial<Record<CredentialType, string>> | undefined;
634
634
  }, {
635
- title: string;
636
635
  operation: "create_tag";
636
+ title: string;
637
637
  credentials?: Partial<Record<CredentialType, string>> | undefined;
638
638
  }>, z.ZodObject<{
639
639
  operation: z.ZodLiteral<"list_custom_fields">;
@@ -897,9 +897,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
897
897
  sync_token: z.ZodOptional<z.ZodString>;
898
898
  error: z.ZodString;
899
899
  }, "strip", z.ZodTypeAny, {
900
- error: string;
901
- success: boolean;
902
900
  operation: "list_candidates";
901
+ success: boolean;
902
+ error: string;
903
903
  next_cursor?: string | undefined;
904
904
  sync_token?: string | undefined;
905
905
  candidates?: {
@@ -959,9 +959,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
959
959
  }[] | undefined;
960
960
  more_data_available?: boolean | undefined;
961
961
  }, {
962
- error: string;
963
- success: boolean;
964
962
  operation: "list_candidates";
963
+ success: boolean;
964
+ error: string;
965
965
  next_cursor?: string | undefined;
966
966
  sync_token?: string | undefined;
967
967
  candidates?: {
@@ -1115,9 +1115,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1115
1115
  }>>;
1116
1116
  error: z.ZodString;
1117
1117
  }, "strip", z.ZodTypeAny, {
1118
- error: string;
1119
- success: boolean;
1120
1118
  operation: "get_candidate";
1119
+ success: boolean;
1120
+ error: string;
1121
1121
  candidate?: {
1122
1122
  name: string;
1123
1123
  id: string;
@@ -1141,9 +1141,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1141
1141
  }[] | undefined;
1142
1142
  } | undefined;
1143
1143
  }, {
1144
- error: string;
1145
- success: boolean;
1146
1144
  operation: "get_candidate";
1145
+ success: boolean;
1146
+ error: string;
1147
1147
  candidate?: {
1148
1148
  name: string;
1149
1149
  id: string;
@@ -1262,9 +1262,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1262
1262
  duplicate: z.ZodOptional<z.ZodBoolean>;
1263
1263
  error: z.ZodString;
1264
1264
  }, "strip", z.ZodTypeAny, {
1265
- error: string;
1266
- success: boolean;
1267
1265
  operation: "create_candidate";
1266
+ success: boolean;
1267
+ error: string;
1268
1268
  candidate?: {
1269
1269
  name: string;
1270
1270
  id: string;
@@ -1289,9 +1289,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1289
1289
  } | undefined;
1290
1290
  duplicate?: boolean | undefined;
1291
1291
  }, {
1292
- error: string;
1293
- success: boolean;
1294
1292
  operation: "create_candidate";
1293
+ success: boolean;
1294
+ error: string;
1295
1295
  candidate?: {
1296
1296
  name: string;
1297
1297
  id: string;
@@ -1410,9 +1410,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1410
1410
  }>, "many">>;
1411
1411
  error: z.ZodString;
1412
1412
  }, "strip", z.ZodTypeAny, {
1413
- error: string;
1414
- success: boolean;
1415
1413
  operation: "search_candidates";
1414
+ success: boolean;
1415
+ error: string;
1416
1416
  candidates?: {
1417
1417
  name: string;
1418
1418
  id: string;
@@ -1436,9 +1436,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1436
1436
  }[] | undefined;
1437
1437
  }[] | undefined;
1438
1438
  }, {
1439
- error: string;
1440
- success: boolean;
1441
1439
  operation: "search_candidates";
1440
+ success: boolean;
1441
+ error: string;
1442
1442
  candidates?: {
1443
1443
  name: string;
1444
1444
  id: string;
@@ -1556,9 +1556,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1556
1556
  }>>;
1557
1557
  error: z.ZodString;
1558
1558
  }, "strip", z.ZodTypeAny, {
1559
- error: string;
1560
- success: boolean;
1561
1559
  operation: "add_tag";
1560
+ success: boolean;
1561
+ error: string;
1562
1562
  candidate?: {
1563
1563
  name: string;
1564
1564
  id: string;
@@ -1582,9 +1582,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1582
1582
  }[] | undefined;
1583
1583
  } | undefined;
1584
1584
  }, {
1585
- error: string;
1586
- success: boolean;
1587
1585
  operation: "add_tag";
1586
+ success: boolean;
1587
+ error: string;
1588
1588
  candidate?: {
1589
1589
  name: string;
1590
1590
  id: string;
@@ -1625,18 +1625,18 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1625
1625
  }>, "many">>;
1626
1626
  error: z.ZodString;
1627
1627
  }, "strip", z.ZodTypeAny, {
1628
- error: string;
1629
- success: boolean;
1630
1628
  operation: "list_tags";
1629
+ success: boolean;
1630
+ error: string;
1631
1631
  tags?: {
1632
1632
  title: string;
1633
1633
  id: string;
1634
1634
  isArchived?: boolean | undefined;
1635
1635
  }[] | undefined;
1636
1636
  }, {
1637
- error: string;
1638
- success: boolean;
1639
1637
  operation: "list_tags";
1638
+ success: boolean;
1639
+ error: string;
1640
1640
  tags?: {
1641
1641
  title: string;
1642
1642
  id: string;
@@ -1660,18 +1660,18 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1660
1660
  }>>;
1661
1661
  error: z.ZodString;
1662
1662
  }, "strip", z.ZodTypeAny, {
1663
- error: string;
1664
- success: boolean;
1665
1663
  operation: "create_tag";
1664
+ success: boolean;
1665
+ error: string;
1666
1666
  tag?: {
1667
1667
  title: string;
1668
1668
  id: string;
1669
1669
  isArchived?: boolean | undefined;
1670
1670
  } | undefined;
1671
1671
  }, {
1672
- error: string;
1673
- success: boolean;
1674
1672
  operation: "create_tag";
1673
+ success: boolean;
1674
+ error: string;
1675
1675
  tag?: {
1676
1676
  title: string;
1677
1677
  id: string;
@@ -1730,9 +1730,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1730
1730
  sync_token: z.ZodOptional<z.ZodString>;
1731
1731
  error: z.ZodString;
1732
1732
  }, "strip", z.ZodTypeAny, {
1733
- error: string;
1734
- success: boolean;
1735
1733
  operation: "list_custom_fields";
1734
+ success: boolean;
1735
+ error: string;
1736
1736
  next_cursor?: string | undefined;
1737
1737
  sync_token?: string | undefined;
1738
1738
  more_data_available?: boolean | undefined;
@@ -1750,9 +1750,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1750
1750
  }[] | undefined;
1751
1751
  }[] | undefined;
1752
1752
  }, {
1753
- error: string;
1754
- success: boolean;
1755
1753
  operation: "list_custom_fields";
1754
+ success: boolean;
1755
+ error: string;
1756
1756
  next_cursor?: string | undefined;
1757
1757
  sync_token?: string | undefined;
1758
1758
  more_data_available?: boolean | undefined;