@bubblelab/bubble-core 0.1.23 → 0.1.24

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 (46) hide show
  1. package/dist/bubble-bundle.d.ts +54 -54
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
  3. package/dist/bubbles/service-bubble/airtable.d.ts +82 -82
  4. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  5. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +25 -25
  6. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.js +7 -6
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -1
  9. package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/firecrawl.d.ts +308 -308
  11. package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
  12. package/dist/bubbles/service-bubble/github.d.ts +84 -84
  13. package/dist/bubbles/service-bubble/gmail.d.ts +438 -438
  14. package/dist/bubbles/service-bubble/google-calendar.d.ts +100 -100
  15. package/dist/bubbles/service-bubble/google-drive.d.ts +26 -26
  16. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  17. package/dist/bubbles/service-bubble/google-drive.js +22 -1
  18. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  19. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/notion/notion.d.ts +480 -480
  22. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/slack/slack.d.ts +148 -148
  25. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  26. package/dist/bubbles/service-bubble/telegram.d.ts +1270 -1270
  27. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +38 -38
  28. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
  29. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +2 -2
  30. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -1
  31. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  32. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +122 -122
  34. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +66 -66
  35. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  36. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  38. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
  39. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  40. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  41. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
  42. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  43. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  44. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
  45. package/dist/bubbles.json +1 -1
  46. package/package.json +2 -2
@@ -14,16 +14,16 @@ declare const TikTokToolParamsSchema: z.ZodObject<{
14
14
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
15
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
16
  limit?: number | undefined;
17
- profiles?: string[] | undefined;
18
17
  hashtags?: string[] | undefined;
18
+ profiles?: string[] | undefined;
19
19
  shouldDownloadVideos?: boolean | undefined;
20
20
  videoUrls?: string[] | undefined;
21
21
  }, {
22
22
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
23
23
  credentials?: Partial<Record<CredentialType, string>> | undefined;
24
24
  limit?: number | undefined;
25
- profiles?: string[] | undefined;
26
25
  hashtags?: string[] | undefined;
26
+ profiles?: string[] | undefined;
27
27
  shouldDownloadVideos?: boolean | undefined;
28
28
  videoUrls?: string[] | undefined;
29
29
  }>;
@@ -98,8 +98,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
98
98
  name: string | null;
99
99
  }>, "many">>;
100
100
  }, "strip", z.ZodTypeAny, {
101
- text: string | null;
102
101
  id: string | null;
102
+ text: string | null;
103
103
  hashtags: {
104
104
  name: string | null;
105
105
  }[] | null;
@@ -128,8 +128,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
128
128
  webVideoUrl: string | null;
129
129
  covers: string[] | null;
130
130
  }, {
131
- text: string | null;
132
131
  id: string | null;
132
+ text: string | null;
133
133
  hashtags: {
134
134
  name: string | null;
135
135
  }[] | null;
@@ -166,8 +166,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
166
166
  success: boolean;
167
167
  error: string;
168
168
  videos: {
169
- text: string | null;
170
169
  id: string | null;
170
+ text: string | null;
171
171
  hashtags: {
172
172
  name: string | null;
173
173
  }[] | null;
@@ -202,8 +202,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
202
202
  success: boolean;
203
203
  error: string;
204
204
  videos: {
205
- text: string | null;
206
205
  id: string | null;
206
+ text: string | null;
207
207
  hashtags: {
208
208
  name: string | null;
209
209
  }[] | null;
@@ -251,16 +251,16 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
251
251
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
252
252
  credentials?: Partial<Record<CredentialType, string>> | undefined;
253
253
  limit?: number | undefined;
254
- profiles?: string[] | undefined;
255
254
  hashtags?: string[] | undefined;
255
+ profiles?: string[] | undefined;
256
256
  shouldDownloadVideos?: boolean | undefined;
257
257
  videoUrls?: string[] | undefined;
258
258
  }, {
259
259
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
260
260
  credentials?: Partial<Record<CredentialType, string>> | undefined;
261
261
  limit?: number | undefined;
262
- profiles?: string[] | undefined;
263
262
  hashtags?: string[] | undefined;
263
+ profiles?: string[] | undefined;
264
264
  shouldDownloadVideos?: boolean | undefined;
265
265
  videoUrls?: string[] | undefined;
266
266
  }>;
@@ -335,8 +335,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
335
335
  name: string | null;
336
336
  }>, "many">>;
337
337
  }, "strip", z.ZodTypeAny, {
338
- text: string | null;
339
338
  id: string | null;
339
+ text: string | null;
340
340
  hashtags: {
341
341
  name: string | null;
342
342
  }[] | null;
@@ -365,8 +365,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
365
365
  webVideoUrl: string | null;
366
366
  covers: string[] | null;
367
367
  }, {
368
- text: string | null;
369
368
  id: string | null;
369
+ text: string | null;
370
370
  hashtags: {
371
371
  name: string | null;
372
372
  }[] | null;
@@ -403,8 +403,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
403
403
  success: boolean;
404
404
  error: string;
405
405
  videos: {
406
- text: string | null;
407
406
  id: string | null;
407
+ text: string | null;
408
408
  hashtags: {
409
409
  name: string | null;
410
410
  }[] | null;
@@ -439,8 +439,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
439
439
  success: boolean;
440
440
  error: string;
441
441
  videos: {
442
- text: string | null;
443
442
  id: string | null;
443
+ text: string | null;
444
444
  hashtags: {
445
445
  name: string | null;
446
446
  }[] | null;
@@ -147,8 +147,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
147
147
  isReply: z.ZodNullable<z.ZodBoolean>;
148
148
  }, "strip", z.ZodTypeAny, {
149
149
  url: string | null;
150
- text: string | null;
151
150
  id: string | null;
151
+ text: string | null;
152
152
  entities: {
153
153
  hashtags: string[] | null;
154
154
  mentions: string[] | null;
@@ -190,8 +190,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
190
190
  isReply: boolean | null;
191
191
  }, {
192
192
  url: string | null;
193
- text: string | null;
194
193
  id: string | null;
194
+ text: string | null;
195
195
  entities: {
196
196
  hashtags: string[] | null;
197
197
  mentions: string[] | null;
@@ -367,8 +367,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
367
367
  isReply: z.ZodNullable<z.ZodBoolean>;
368
368
  }, "strip", z.ZodTypeAny, {
369
369
  url: string | null;
370
- text: string | null;
371
370
  id: string | null;
371
+ text: string | null;
372
372
  entities: {
373
373
  hashtags: string[] | null;
374
374
  mentions: string[] | null;
@@ -410,8 +410,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
410
410
  isReply: boolean | null;
411
411
  }, {
412
412
  url: string | null;
413
- text: string | null;
414
413
  id: string | null;
414
+ text: string | null;
415
415
  entities: {
416
416
  hashtags: string[] | null;
417
417
  mentions: string[] | null;
@@ -461,8 +461,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
461
461
  error: string;
462
462
  tweets: {
463
463
  url: string | null;
464
- text: string | null;
465
464
  id: string | null;
465
+ text: string | null;
466
466
  entities: {
467
467
  hashtags: string[] | null;
468
468
  mentions: string[] | null;
@@ -510,8 +510,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
510
510
  error: string;
511
511
  tweets: {
512
512
  url: string | null;
513
- text: string | null;
514
513
  id: string | null;
514
+ text: string | null;
515
515
  entities: {
516
516
  hashtags: string[] | null;
517
517
  mentions: string[] | null;
@@ -713,8 +713,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
713
713
  isReply: z.ZodNullable<z.ZodBoolean>;
714
714
  }, "strip", z.ZodTypeAny, {
715
715
  url: string | null;
716
- text: string | null;
717
716
  id: string | null;
717
+ text: string | null;
718
718
  entities: {
719
719
  hashtags: string[] | null;
720
720
  mentions: string[] | null;
@@ -756,8 +756,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
756
756
  isReply: boolean | null;
757
757
  }, {
758
758
  url: string | null;
759
- text: string | null;
760
759
  id: string | null;
760
+ text: string | null;
761
761
  entities: {
762
762
  hashtags: string[] | null;
763
763
  mentions: string[] | null;
@@ -807,8 +807,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
807
807
  error: string;
808
808
  tweets: {
809
809
  url: string | null;
810
- text: string | null;
811
810
  id: string | null;
811
+ text: string | null;
812
812
  entities: {
813
813
  hashtags: string[] | null;
814
814
  mentions: string[] | null;
@@ -856,8 +856,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
856
856
  error: string;
857
857
  tweets: {
858
858
  url: string | null;
859
- text: string | null;
860
859
  id: string | null;
860
+ text: string | null;
861
861
  entities: {
862
862
  hashtags: string[] | null;
863
863
  mentions: string[] | null;
@@ -9,16 +9,16 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
9
9
  location: z.ZodOptional<z.ZodString>;
10
10
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- limit: number;
13
12
  query: string;
13
+ limit: number;
14
14
  categories: ("github" | "pdf" | "research")[];
15
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
16
  location?: string | undefined;
17
17
  }, {
18
18
  query: string;
19
19
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20
- location?: string | undefined;
21
20
  limit?: number | undefined;
21
+ location?: string | undefined;
22
22
  categories?: ("github" | "pdf" | "research")[] | undefined;
23
23
  }>;
24
24
  declare const WebSearchToolResultSchema: z.ZodObject<{
@@ -42,26 +42,26 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
42
42
  success: z.ZodBoolean;
43
43
  error: z.ZodString;
44
44
  }, "strip", z.ZodTypeAny, {
45
+ query: string;
45
46
  success: boolean;
47
+ error: string;
46
48
  results: {
47
49
  title: string;
48
50
  content: string;
49
51
  url: string;
50
52
  }[];
51
- error: string;
52
- query: string;
53
53
  creditsUsed: number;
54
54
  totalResults: number;
55
55
  searchEngine: string;
56
56
  }, {
57
+ query: string;
57
58
  success: boolean;
59
+ error: string;
58
60
  results: {
59
61
  title: string;
60
62
  content: string;
61
63
  url: string;
62
64
  }[];
63
- error: string;
64
- query: string;
65
65
  creditsUsed: number;
66
66
  totalResults: number;
67
67
  searchEngine: string;
@@ -78,16 +78,16 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
78
78
  location: z.ZodOptional<z.ZodString>;
79
79
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
80
80
  }, "strip", z.ZodTypeAny, {
81
- limit: number;
82
81
  query: string;
82
+ limit: number;
83
83
  categories: ("github" | "pdf" | "research")[];
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  location?: string | undefined;
86
86
  }, {
87
87
  query: string;
88
88
  credentials?: Partial<Record<CredentialType, string>> | undefined;
89
- location?: string | undefined;
90
89
  limit?: number | undefined;
90
+ location?: string | undefined;
91
91
  categories?: ("github" | "pdf" | "research")[] | undefined;
92
92
  }>;
93
93
  static readonly resultSchema: z.ZodObject<{
@@ -111,26 +111,26 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
111
111
  success: z.ZodBoolean;
112
112
  error: z.ZodString;
113
113
  }, "strip", z.ZodTypeAny, {
114
+ query: string;
114
115
  success: boolean;
116
+ error: string;
115
117
  results: {
116
118
  title: string;
117
119
  content: string;
118
120
  url: string;
119
121
  }[];
120
- error: string;
121
- query: string;
122
122
  creditsUsed: number;
123
123
  totalResults: number;
124
124
  searchEngine: string;
125
125
  }, {
126
+ query: string;
126
127
  success: boolean;
128
+ error: string;
127
129
  results: {
128
130
  title: string;
129
131
  content: string;
130
132
  url: string;
131
133
  }[];
132
- error: string;
133
- query: string;
134
134
  creditsUsed: number;
135
135
  totalResults: number;
136
136
  searchEngine: string;
@@ -121,7 +121,7 @@ declare const GenerateDocumentWorkflowParamsSchema: z.ZodObject<{
121
121
  } | undefined;
122
122
  }[];
123
123
  outputDescription: string;
124
- outputFormat: "html" | "json" | "csv";
124
+ outputFormat: "json" | "csv" | "html";
125
125
  credentials?: Partial<Record<CredentialType, string>> | undefined;
126
126
  }, {
127
127
  documents: {
@@ -145,7 +145,7 @@ declare const GenerateDocumentWorkflowParamsSchema: z.ZodObject<{
145
145
  maxTokens?: number | undefined;
146
146
  jsonMode?: boolean | undefined;
147
147
  } | undefined;
148
- outputFormat?: "html" | "json" | "csv" | undefined;
148
+ outputFormat?: "json" | "csv" | "html" | undefined;
149
149
  }>;
150
150
  /**
151
151
  * Result schema for Generate Document workflow
@@ -189,13 +189,13 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
189
189
  csv: z.ZodOptional<z.ZodString>;
190
190
  json: z.ZodOptional<z.ZodString>;
191
191
  }, "strip", z.ZodTypeAny, {
192
- html?: string | undefined;
193
192
  json?: string | undefined;
194
193
  csv?: string | undefined;
195
- }, {
196
194
  html?: string | undefined;
195
+ }, {
197
196
  json?: string | undefined;
198
197
  csv?: string | undefined;
198
+ html?: string | undefined;
199
199
  }>;
200
200
  aiAnalysis: z.ZodObject<{
201
201
  model: z.ZodString;
@@ -234,9 +234,9 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
234
234
  processingTime?: number | undefined;
235
235
  };
236
236
  generatedFiles: {
237
- html?: string | undefined;
238
237
  json?: string | undefined;
239
238
  csv?: string | undefined;
239
+ html?: string | undefined;
240
240
  };
241
241
  }, {
242
242
  success: boolean;
@@ -260,9 +260,9 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
260
260
  processingTime?: number | undefined;
261
261
  };
262
262
  generatedFiles: {
263
- html?: string | undefined;
264
263
  json?: string | undefined;
265
264
  csv?: string | undefined;
265
+ html?: string | undefined;
266
266
  };
267
267
  }>;
268
268
  type GenerateDocumentWorkflowParams = z.input<typeof GenerateDocumentWorkflowParamsSchema>;
@@ -376,7 +376,7 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
376
376
  } | undefined;
377
377
  }[];
378
378
  outputDescription: string;
379
- outputFormat: "html" | "json" | "csv";
379
+ outputFormat: "json" | "csv" | "html";
380
380
  credentials?: Partial<Record<CredentialType, string>> | undefined;
381
381
  }, {
382
382
  documents: {
@@ -400,7 +400,7 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
400
400
  maxTokens?: number | undefined;
401
401
  jsonMode?: boolean | undefined;
402
402
  } | undefined;
403
- outputFormat?: "html" | "json" | "csv" | undefined;
403
+ outputFormat?: "json" | "csv" | "html" | undefined;
404
404
  }>;
405
405
  static readonly resultSchema: z.ZodObject<{
406
406
  columns: z.ZodArray<z.ZodObject<{
@@ -441,13 +441,13 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
441
441
  csv: z.ZodOptional<z.ZodString>;
442
442
  json: z.ZodOptional<z.ZodString>;
443
443
  }, "strip", z.ZodTypeAny, {
444
- html?: string | undefined;
445
444
  json?: string | undefined;
446
445
  csv?: string | undefined;
447
- }, {
448
446
  html?: string | undefined;
447
+ }, {
449
448
  json?: string | undefined;
450
449
  csv?: string | undefined;
450
+ html?: string | undefined;
451
451
  }>;
452
452
  aiAnalysis: z.ZodObject<{
453
453
  model: z.ZodString;
@@ -486,9 +486,9 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
486
486
  processingTime?: number | undefined;
487
487
  };
488
488
  generatedFiles: {
489
- html?: string | undefined;
490
489
  json?: string | undefined;
491
490
  csv?: string | undefined;
491
+ html?: string | undefined;
492
492
  };
493
493
  }, {
494
494
  success: boolean;
@@ -512,9 +512,9 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
512
512
  processingTime?: number | undefined;
513
513
  };
514
514
  generatedFiles: {
515
- html?: string | undefined;
516
515
  json?: string | undefined;
517
516
  csv?: string | undefined;
517
+ html?: string | undefined;
518
518
  };
519
519
  }>;
520
520
  static readonly shortDescription = "Generate Document workflow: convert markdown to structured formats using AI";
@@ -173,6 +173,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
173
173
  error: z.ZodString;
174
174
  }, "strip", z.ZodTypeAny, {
175
175
  operation: "discover";
176
+ success: boolean;
177
+ error: string;
176
178
  fields: {
177
179
  type: string;
178
180
  name: string;
@@ -190,11 +192,11 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
190
192
  field_flags: number;
191
193
  potential_labels: string[];
192
194
  }[];
193
- success: boolean;
194
- error: string;
195
195
  totalFields: number;
196
196
  }, {
197
197
  operation: "discover";
198
+ success: boolean;
199
+ error: string;
198
200
  fields: {
199
201
  type: string;
200
202
  name: string;
@@ -212,8 +214,6 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
212
214
  field_flags: number;
213
215
  potential_labels: string[];
214
216
  }[];
215
- success: boolean;
216
- error: string;
217
217
  totalFields: number;
218
218
  }>, z.ZodObject<{
219
219
  operation: z.ZodLiteral<"fill">;
@@ -321,25 +321,25 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
321
321
  error: z.ZodString;
322
322
  }, "strip", z.ZodTypeAny, {
323
323
  operation: "validate";
324
+ success: boolean;
325
+ error: string;
324
326
  fields: Record<string, {
325
327
  value: string;
326
328
  type: string;
327
329
  page: number;
328
330
  }>;
329
- success: boolean;
330
- error: string;
331
331
  totalFields: number;
332
332
  filledFields: number;
333
333
  emptyFields: number;
334
334
  }, {
335
335
  operation: "validate";
336
+ success: boolean;
337
+ error: string;
336
338
  fields: Record<string, {
337
339
  value: string;
338
340
  type: string;
339
341
  page: number;
340
342
  }>;
341
- success: boolean;
342
- error: string;
343
343
  totalFields: number;
344
344
  filledFields: number;
345
345
  emptyFields: number;
@@ -652,6 +652,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
652
652
  error: z.ZodString;
653
653
  }, "strip", z.ZodTypeAny, {
654
654
  operation: "discover";
655
+ success: boolean;
656
+ error: string;
655
657
  fields: {
656
658
  type: string;
657
659
  name: string;
@@ -669,11 +671,11 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
669
671
  field_flags: number;
670
672
  potential_labels: string[];
671
673
  }[];
672
- success: boolean;
673
- error: string;
674
674
  totalFields: number;
675
675
  }, {
676
676
  operation: "discover";
677
+ success: boolean;
678
+ error: string;
677
679
  fields: {
678
680
  type: string;
679
681
  name: string;
@@ -691,8 +693,6 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
691
693
  field_flags: number;
692
694
  potential_labels: string[];
693
695
  }[];
694
- success: boolean;
695
- error: string;
696
696
  totalFields: number;
697
697
  }>, z.ZodObject<{
698
698
  operation: z.ZodLiteral<"fill">;
@@ -800,25 +800,25 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
800
800
  error: z.ZodString;
801
801
  }, "strip", z.ZodTypeAny, {
802
802
  operation: "validate";
803
+ success: boolean;
804
+ error: string;
803
805
  fields: Record<string, {
804
806
  value: string;
805
807
  type: string;
806
808
  page: number;
807
809
  }>;
808
- success: boolean;
809
- error: string;
810
810
  totalFields: number;
811
811
  filledFields: number;
812
812
  emptyFields: number;
813
813
  }, {
814
814
  operation: "validate";
815
+ success: boolean;
816
+ error: string;
815
817
  fields: Record<string, {
816
818
  value: string;
817
819
  type: string;
818
820
  page: number;
819
821
  }>;
820
- success: boolean;
821
- error: string;
822
822
  totalFields: number;
823
823
  filledFields: number;
824
824
  emptyFields: number;
@@ -248,9 +248,9 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
248
248
  success: z.ZodBoolean;
249
249
  error: z.ZodString;
250
250
  }, "strip", z.ZodTypeAny, {
251
+ mode: "identify";
251
252
  success: boolean;
252
253
  error: string;
253
- mode: "identify";
254
254
  imageData: {
255
255
  format: string;
256
256
  dpi: number;
@@ -273,9 +273,9 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
273
273
  processingTime?: number | undefined;
274
274
  };
275
275
  }, {
276
+ mode: "identify";
276
277
  success: boolean;
277
278
  error: string;
278
- mode: "identify";
279
279
  imageData: {
280
280
  format: string;
281
281
  dpi: number;
@@ -374,9 +374,9 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
374
374
  success: z.ZodBoolean;
375
375
  error: z.ZodString;
376
376
  }, "strip", z.ZodTypeAny, {
377
+ mode: "autofill";
377
378
  success: boolean;
378
379
  error: string;
379
- mode: "autofill";
380
380
  filledPdfData: string;
381
381
  imageData: {
382
382
  format: string;
@@ -406,9 +406,9 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
406
406
  successfullyFilled: number;
407
407
  };
408
408
  }, {
409
+ mode: "autofill";
409
410
  success: boolean;
410
411
  error: string;
411
- mode: "autofill";
412
412
  filledPdfData: string;
413
413
  imageData: {
414
414
  format: string;
@@ -681,9 +681,9 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
681
681
  success: z.ZodBoolean;
682
682
  error: z.ZodString;
683
683
  }, "strip", z.ZodTypeAny, {
684
+ mode: "identify";
684
685
  success: boolean;
685
686
  error: string;
686
- mode: "identify";
687
687
  imageData: {
688
688
  format: string;
689
689
  dpi: number;
@@ -706,9 +706,9 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
706
706
  processingTime?: number | undefined;
707
707
  };
708
708
  }, {
709
+ mode: "identify";
709
710
  success: boolean;
710
711
  error: string;
711
- mode: "identify";
712
712
  imageData: {
713
713
  format: string;
714
714
  dpi: number;
@@ -807,9 +807,9 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
807
807
  success: z.ZodBoolean;
808
808
  error: z.ZodString;
809
809
  }, "strip", z.ZodTypeAny, {
810
+ mode: "autofill";
810
811
  success: boolean;
811
812
  error: string;
812
- mode: "autofill";
813
813
  filledPdfData: string;
814
814
  imageData: {
815
815
  format: string;
@@ -839,9 +839,9 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
839
839
  successfullyFilled: number;
840
840
  };
841
841
  }, {
842
+ mode: "autofill";
842
843
  success: boolean;
843
844
  error: string;
844
- mode: "autofill";
845
845
  filledPdfData: string;
846
846
  imageData: {
847
847
  format: string;
@@ -106,12 +106,12 @@ declare const SlackDataAssistantResultSchema: z.ZodObject<{
106
106
  }, "strip", z.ZodTypeAny, {
107
107
  success: boolean;
108
108
  error: string;
109
+ query?: string | undefined;
109
110
  metadata?: {
110
111
  executionTime: number;
111
112
  rowCount?: number | undefined;
112
113
  wordCount?: number | undefined;
113
114
  } | undefined;
114
- query?: string | undefined;
115
115
  queryExplanation?: string | undefined;
116
116
  queryResults?: Record<string, unknown>[] | undefined;
117
117
  formattedResponse?: string | undefined;
@@ -121,12 +121,12 @@ declare const SlackDataAssistantResultSchema: z.ZodObject<{
121
121
  }, {
122
122
  success: boolean;
123
123
  error: string;
124
+ query?: string | undefined;
124
125
  metadata?: {
125
126
  executionTime: number;
126
127
  rowCount?: number | undefined;
127
128
  wordCount?: number | undefined;
128
129
  } | undefined;
129
- query?: string | undefined;
130
130
  queryExplanation?: string | undefined;
131
131
  queryResults?: Record<string, unknown>[] | undefined;
132
132
  formattedResponse?: string | undefined;
@@ -244,12 +244,12 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
244
244
  }, "strip", z.ZodTypeAny, {
245
245
  success: boolean;
246
246
  error: string;
247
+ query?: string | undefined;
247
248
  metadata?: {
248
249
  executionTime: number;
249
250
  rowCount?: number | undefined;
250
251
  wordCount?: number | undefined;
251
252
  } | undefined;
252
- query?: string | undefined;
253
253
  queryExplanation?: string | undefined;
254
254
  queryResults?: Record<string, unknown>[] | undefined;
255
255
  formattedResponse?: string | undefined;
@@ -259,12 +259,12 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
259
259
  }, {
260
260
  success: boolean;
261
261
  error: string;
262
+ query?: string | undefined;
262
263
  metadata?: {
263
264
  executionTime: number;
264
265
  rowCount?: number | undefined;
265
266
  wordCount?: number | undefined;
266
267
  } | undefined;
267
- query?: string | undefined;
268
268
  queryExplanation?: string | undefined;
269
269
  queryResults?: Record<string, unknown>[] | undefined;
270
270
  formattedResponse?: string | undefined;