@bubblelab/bubble-core 0.1.45 → 0.1.47

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 (72) hide show
  1. package/dist/bubble-bundle.d.ts +107 -107
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +116 -116
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/airtable.d.ts +150 -150
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +46 -46
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +48 -48
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +50 -49
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.js +29 -8
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +49 -49
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +104 -104
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +236 -236
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +432 -432
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +267 -267
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +365 -365
  20. package/dist/bubbles/service-bubble/github.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/gmail.d.ts +138 -138
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +56 -56
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +96 -96
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
  26. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  28. package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
  29. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  30. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +54 -54
  31. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  32. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  33. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +170 -170
  35. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  36. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +28 -28
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  39. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +72 -72
  43. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  46. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +10 -10
  49. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +128 -128
  50. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +46 -46
  52. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  53. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  55. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  56. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +44 -44
  58. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  59. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  62. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  63. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  64. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  65. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  66. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  67. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  68. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  69. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +4 -4
  70. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  71. package/dist/bubbles.json +1 -1
  72. package/package.json +2 -2
@@ -23,18 +23,18 @@ 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
- 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
72
  usage?: {
74
73
  totalRuns?: number | undefined;
75
74
  usersCount?: number | undefined;
76
75
  } | null | undefined;
76
+ description?: string | null | undefined;
77
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
83
  usage?: {
85
84
  totalRuns?: number | undefined;
86
85
  usersCount?: number | undefined;
87
86
  } | null | undefined;
87
+ description?: string | null | undefined;
88
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
104
  usage?: {
106
105
  totalRuns?: number | undefined;
107
106
  usersCount?: number | undefined;
108
107
  } | null | undefined;
108
+ description?: string | null | undefined;
109
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,11 +122,11 @@ declare const ApifyResultSchema: z.ZodObject<{
122
122
  name: string;
123
123
  id: string;
124
124
  inputSchemaUrl: string;
125
- description?: string | null | undefined;
126
125
  usage?: {
127
126
  totalRuns?: number | undefined;
128
127
  usersCount?: number | undefined;
129
128
  } | null | undefined;
129
+ description?: string | null | undefined;
130
130
  stars?: number | null | undefined;
131
131
  requiresRental?: boolean | undefined;
132
132
  }[] | undefined;
@@ -159,18 +159,18 @@ 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
- 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
208
  usage?: {
210
209
  totalRuns?: number | undefined;
211
210
  usersCount?: number | undefined;
212
211
  } | null | undefined;
212
+ description?: string | null | undefined;
213
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
219
  usage?: {
221
220
  totalRuns?: number | undefined;
222
221
  usersCount?: number | undefined;
223
222
  } | null | undefined;
223
+ description?: string | null | undefined;
224
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
240
  usage?: {
242
241
  totalRuns?: number | undefined;
243
242
  usersCount?: number | undefined;
244
243
  } | null | undefined;
244
+ description?: string | null | undefined;
245
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,11 +258,11 @@ 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
261
  usage?: {
263
262
  totalRuns?: number | undefined;
264
263
  usersCount?: number | undefined;
265
264
  } | null | undefined;
265
+ description?: string | null | undefined;
266
266
  stars?: number | null | undefined;
267
267
  requiresRental?: boolean | undefined;
268
268
  }[] | undefined;
@@ -103,31 +103,31 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
103
103
  tag: import("zod").ZodOptional<import("zod").ZodString>;
104
104
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
105
105
  }, "strip", import("zod").ZodTypeAny, {
106
- operation: "create_candidate";
107
106
  name: string;
108
- linkedin_url?: string | undefined;
107
+ operation: "create_candidate";
109
108
  credentials?: Partial<Record<CredentialType, string>> | undefined;
109
+ website?: string | undefined;
110
110
  emails?: {
111
111
  type: "Personal" | "Work" | "Other";
112
112
  email: string;
113
113
  }[] | undefined;
114
- website?: string | undefined;
115
114
  phone_number?: string | undefined;
115
+ linkedin_url?: string | undefined;
116
116
  github_url?: string | undefined;
117
117
  source_id?: string | undefined;
118
118
  credited_to_user_id?: string | undefined;
119
119
  tag?: string | undefined;
120
120
  }, {
121
- operation: "create_candidate";
122
121
  name: string;
123
- linkedin_url?: string | undefined;
122
+ operation: "create_candidate";
124
123
  credentials?: Partial<Record<CredentialType, string>> | undefined;
124
+ website?: string | undefined;
125
125
  emails?: {
126
126
  type: "Personal" | "Work" | "Other";
127
127
  email: string;
128
128
  }[] | undefined;
129
- website?: string | undefined;
130
129
  phone_number?: string | undefined;
130
+ linkedin_url?: string | undefined;
131
131
  github_url?: string | undefined;
132
132
  source_id?: string | undefined;
133
133
  credited_to_user_id?: string | undefined;
@@ -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;
@@ -179,12 +179,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
179
179
  title: import("zod").ZodString;
180
180
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
181
181
  }, "strip", import("zod").ZodTypeAny, {
182
- operation: "create_tag";
183
182
  title: string;
183
+ operation: "create_tag";
184
184
  credentials?: Partial<Record<CredentialType, string>> | undefined;
185
185
  }, {
186
- operation: "create_tag";
187
186
  title: string;
187
+ operation: "create_tag";
188
188
  credentials?: Partial<Record<CredentialType, string>> | undefined;
189
189
  }>, import("zod").ZodObject<{
190
190
  operation: import("zod").ZodLiteral<"list_custom_fields">;
@@ -337,7 +337,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
337
337
  }, "strip", import("zod").ZodTypeAny, {
338
338
  name: string;
339
339
  id: string;
340
- company?: string | null | undefined;
341
340
  tags?: {
342
341
  title: string;
343
342
  id: string;
@@ -376,6 +375,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
376
375
  url: string;
377
376
  }[] | undefined;
378
377
  position?: string | null | undefined;
378
+ company?: string | null | undefined;
379
379
  school?: string | null | undefined;
380
380
  applicationIds?: string[] | undefined;
381
381
  resumeFileHandle?: {
@@ -391,7 +391,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
391
391
  }, {
392
392
  name: string;
393
393
  id: string;
394
- company?: string | null | undefined;
395
394
  tags?: {
396
395
  title: string;
397
396
  id: string;
@@ -430,6 +429,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
430
429
  url: string;
431
430
  }[] | undefined;
432
431
  position?: string | null | undefined;
432
+ company?: string | null | undefined;
433
433
  school?: string | null | undefined;
434
434
  applicationIds?: string[] | undefined;
435
435
  resumeFileHandle?: {
@@ -448,15 +448,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
448
448
  sync_token: import("zod").ZodOptional<import("zod").ZodString>;
449
449
  error: import("zod").ZodString;
450
450
  }, "strip", import("zod").ZodTypeAny, {
451
- operation: "list_candidates";
452
- success: boolean;
453
451
  error: string;
452
+ success: boolean;
453
+ operation: "list_candidates";
454
454
  next_cursor?: string | undefined;
455
455
  sync_token?: string | undefined;
456
456
  candidates?: {
457
457
  name: string;
458
458
  id: string;
459
- company?: string | null | undefined;
460
459
  tags?: {
461
460
  title: string;
462
461
  id: string;
@@ -495,6 +494,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
495
494
  url: string;
496
495
  }[] | undefined;
497
496
  position?: string | null | undefined;
497
+ company?: string | null | undefined;
498
498
  school?: string | null | undefined;
499
499
  applicationIds?: string[] | undefined;
500
500
  resumeFileHandle?: {
@@ -510,15 +510,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
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?: {
519
519
  name: string;
520
520
  id: string;
521
- company?: string | null | undefined;
522
521
  tags?: {
523
522
  title: string;
524
523
  id: string;
@@ -557,6 +556,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
557
556
  url: string;
558
557
  }[] | undefined;
559
558
  position?: string | null | undefined;
559
+ company?: string | null | undefined;
560
560
  school?: string | null | undefined;
561
561
  applicationIds?: string[] | undefined;
562
562
  resumeFileHandle?: {
@@ -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;
@@ -1278,9 +1278,9 @@ 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;
@@ -1298,9 +1298,9 @@ 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;