@bubblelab/bubble-core 0.1.75 → 0.1.77

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 (64) hide show
  1. package/dist/bubble-bundle.d.ts +96 -96
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +30 -30
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +1 -0
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +22 -22
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +29 -29
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +310 -310
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +228 -228
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/github.d.ts +100 -100
  21. package/dist/bubbles/service-bubble/gmail.d.ts +282 -282
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +126 -126
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +46 -46
  26. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  27. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  28. package/dist/bubbles/service-bubble/jira/jira.d.ts +46 -46
  29. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +56 -56
  30. package/dist/bubbles/service-bubble/notion/notion.d.ts +528 -528
  31. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/slack/slack.d.ts +604 -604
  34. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  35. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +76 -76
  36. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +77 -77
  37. package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  39. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  40. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
  42. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  43. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  44. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  47. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +290 -290
  48. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  52. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  53. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
  54. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  55. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +20 -20
  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 +42 -42
  58. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +18 -18
  59. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +138 -138
  60. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
  61. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +11 -1
  62. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  63. package/dist/bubbles.json +4 -3
  64. package/package.json +2 -2
@@ -147,16 +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
- id: string | null;
151
- stats: {
152
- viewCount: number | null;
153
- retweetCount: number | null;
154
- replyCount: number | null;
155
- likeCount: number | null;
156
- quoteCount: number | null;
157
- bookmarkCount: number | null;
158
- } | null;
159
150
  text: string | null;
151
+ id: string | null;
160
152
  entities: {
161
153
  hashtags: string[] | null;
162
154
  mentions: string[] | null;
@@ -176,6 +168,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
176
168
  tweetsCount: number | null;
177
169
  createdAt: string | null;
178
170
  } | null;
171
+ stats: {
172
+ viewCount: number | null;
173
+ retweetCount: number | null;
174
+ replyCount: number | null;
175
+ likeCount: number | null;
176
+ quoteCount: number | null;
177
+ bookmarkCount: number | null;
178
+ } | null;
179
179
  media: {
180
180
  type: string | null;
181
181
  url: string | null;
@@ -190,16 +190,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
190
190
  isReply: boolean | null;
191
191
  }, {
192
192
  url: string | null;
193
- id: string | null;
194
- stats: {
195
- viewCount: number | null;
196
- retweetCount: number | null;
197
- replyCount: number | null;
198
- likeCount: number | null;
199
- quoteCount: number | null;
200
- bookmarkCount: number | null;
201
- } | null;
202
193
  text: string | null;
194
+ id: string | null;
203
195
  entities: {
204
196
  hashtags: string[] | null;
205
197
  mentions: string[] | null;
@@ -219,6 +211,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
219
211
  tweetsCount: number | null;
220
212
  createdAt: string | null;
221
213
  } | null;
214
+ stats: {
215
+ viewCount: number | null;
216
+ retweetCount: number | null;
217
+ replyCount: number | null;
218
+ likeCount: number | null;
219
+ quoteCount: number | null;
220
+ bookmarkCount: number | null;
221
+ } | null;
222
222
  media: {
223
223
  type: string | null;
224
224
  url: string | null;
@@ -367,16 +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
- id: string | null;
371
- stats: {
372
- viewCount: number | null;
373
- retweetCount: number | null;
374
- replyCount: number | null;
375
- likeCount: number | null;
376
- quoteCount: number | null;
377
- bookmarkCount: number | null;
378
- } | null;
379
370
  text: string | null;
371
+ id: string | null;
380
372
  entities: {
381
373
  hashtags: string[] | null;
382
374
  mentions: string[] | null;
@@ -396,6 +388,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
396
388
  tweetsCount: number | null;
397
389
  createdAt: string | null;
398
390
  } | null;
391
+ stats: {
392
+ viewCount: number | null;
393
+ retweetCount: number | null;
394
+ replyCount: number | null;
395
+ likeCount: number | null;
396
+ quoteCount: number | null;
397
+ bookmarkCount: number | null;
398
+ } | null;
399
399
  media: {
400
400
  type: string | null;
401
401
  url: string | null;
@@ -410,16 +410,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
410
410
  isReply: boolean | null;
411
411
  }, {
412
412
  url: string | null;
413
- id: string | null;
414
- stats: {
415
- viewCount: number | null;
416
- retweetCount: number | null;
417
- replyCount: number | null;
418
- likeCount: number | null;
419
- quoteCount: number | null;
420
- bookmarkCount: number | null;
421
- } | null;
422
413
  text: string | null;
414
+ id: string | null;
423
415
  entities: {
424
416
  hashtags: string[] | null;
425
417
  mentions: string[] | null;
@@ -439,6 +431,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
439
431
  tweetsCount: number | null;
440
432
  createdAt: string | null;
441
433
  } | null;
434
+ stats: {
435
+ viewCount: number | null;
436
+ retweetCount: number | null;
437
+ replyCount: number | null;
438
+ likeCount: number | null;
439
+ quoteCount: number | null;
440
+ bookmarkCount: number | null;
441
+ } | null;
442
442
  media: {
443
443
  type: string | null;
444
444
  url: string | null;
@@ -456,21 +456,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
456
456
  success: z.ZodBoolean;
457
457
  error: z.ZodString;
458
458
  }, "strip", z.ZodTypeAny, {
459
- operation: "search" | "scrapeProfile" | "scrapeUrl";
460
459
  error: string;
461
460
  success: boolean;
461
+ operation: "search" | "scrapeProfile" | "scrapeUrl";
462
462
  tweets: {
463
463
  url: string | null;
464
- id: string | null;
465
- stats: {
466
- viewCount: number | null;
467
- retweetCount: number | null;
468
- replyCount: number | null;
469
- likeCount: number | null;
470
- quoteCount: number | null;
471
- bookmarkCount: number | null;
472
- } | null;
473
464
  text: string | null;
465
+ id: string | null;
474
466
  entities: {
475
467
  hashtags: string[] | null;
476
468
  mentions: string[] | null;
@@ -490,6 +482,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
490
482
  tweetsCount: number | null;
491
483
  createdAt: string | null;
492
484
  } | null;
485
+ stats: {
486
+ viewCount: number | null;
487
+ retweetCount: number | null;
488
+ replyCount: number | null;
489
+ likeCount: number | null;
490
+ quoteCount: number | null;
491
+ bookmarkCount: number | null;
492
+ } | null;
493
493
  media: {
494
494
  type: string | null;
495
495
  url: string | null;
@@ -505,21 +505,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
505
505
  }[];
506
506
  totalTweets: number;
507
507
  }, {
508
- operation: "search" | "scrapeProfile" | "scrapeUrl";
509
508
  error: string;
510
509
  success: boolean;
510
+ operation: "search" | "scrapeProfile" | "scrapeUrl";
511
511
  tweets: {
512
512
  url: string | null;
513
- id: string | null;
514
- stats: {
515
- viewCount: number | null;
516
- retweetCount: number | null;
517
- replyCount: number | null;
518
- likeCount: number | null;
519
- quoteCount: number | null;
520
- bookmarkCount: number | null;
521
- } | null;
522
513
  text: string | null;
514
+ id: string | null;
523
515
  entities: {
524
516
  hashtags: string[] | null;
525
517
  mentions: string[] | null;
@@ -539,6 +531,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
539
531
  tweetsCount: number | null;
540
532
  createdAt: string | null;
541
533
  } | null;
534
+ stats: {
535
+ viewCount: number | null;
536
+ retweetCount: number | null;
537
+ replyCount: number | null;
538
+ likeCount: number | null;
539
+ quoteCount: number | null;
540
+ bookmarkCount: number | null;
541
+ } | null;
542
542
  media: {
543
543
  type: string | null;
544
544
  url: string | null;
@@ -713,16 +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
- id: string | null;
717
- stats: {
718
- viewCount: number | null;
719
- retweetCount: number | null;
720
- replyCount: number | null;
721
- likeCount: number | null;
722
- quoteCount: number | null;
723
- bookmarkCount: number | null;
724
- } | null;
725
716
  text: string | null;
717
+ id: string | null;
726
718
  entities: {
727
719
  hashtags: string[] | null;
728
720
  mentions: string[] | null;
@@ -742,6 +734,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
742
734
  tweetsCount: number | null;
743
735
  createdAt: string | null;
744
736
  } | null;
737
+ stats: {
738
+ viewCount: number | null;
739
+ retweetCount: number | null;
740
+ replyCount: number | null;
741
+ likeCount: number | null;
742
+ quoteCount: number | null;
743
+ bookmarkCount: number | null;
744
+ } | null;
745
745
  media: {
746
746
  type: string | null;
747
747
  url: string | null;
@@ -756,16 +756,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
756
756
  isReply: boolean | null;
757
757
  }, {
758
758
  url: string | null;
759
- id: string | null;
760
- stats: {
761
- viewCount: number | null;
762
- retweetCount: number | null;
763
- replyCount: number | null;
764
- likeCount: number | null;
765
- quoteCount: number | null;
766
- bookmarkCount: number | null;
767
- } | null;
768
759
  text: string | null;
760
+ id: string | null;
769
761
  entities: {
770
762
  hashtags: string[] | null;
771
763
  mentions: string[] | null;
@@ -785,6 +777,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
785
777
  tweetsCount: number | null;
786
778
  createdAt: string | null;
787
779
  } | null;
780
+ stats: {
781
+ viewCount: number | null;
782
+ retweetCount: number | null;
783
+ replyCount: number | null;
784
+ likeCount: number | null;
785
+ quoteCount: number | null;
786
+ bookmarkCount: number | null;
787
+ } | null;
788
788
  media: {
789
789
  type: string | null;
790
790
  url: string | null;
@@ -802,21 +802,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
802
802
  success: z.ZodBoolean;
803
803
  error: z.ZodString;
804
804
  }, "strip", z.ZodTypeAny, {
805
- operation: "search" | "scrapeProfile" | "scrapeUrl";
806
805
  error: string;
807
806
  success: boolean;
807
+ operation: "search" | "scrapeProfile" | "scrapeUrl";
808
808
  tweets: {
809
809
  url: string | null;
810
- id: string | null;
811
- stats: {
812
- viewCount: number | null;
813
- retweetCount: number | null;
814
- replyCount: number | null;
815
- likeCount: number | null;
816
- quoteCount: number | null;
817
- bookmarkCount: number | null;
818
- } | null;
819
810
  text: string | null;
811
+ id: string | null;
820
812
  entities: {
821
813
  hashtags: string[] | null;
822
814
  mentions: string[] | null;
@@ -836,6 +828,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
836
828
  tweetsCount: number | null;
837
829
  createdAt: string | null;
838
830
  } | null;
831
+ stats: {
832
+ viewCount: number | null;
833
+ retweetCount: number | null;
834
+ replyCount: number | null;
835
+ likeCount: number | null;
836
+ quoteCount: number | null;
837
+ bookmarkCount: number | null;
838
+ } | null;
839
839
  media: {
840
840
  type: string | null;
841
841
  url: string | null;
@@ -851,21 +851,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
851
851
  }[];
852
852
  totalTweets: number;
853
853
  }, {
854
- operation: "search" | "scrapeProfile" | "scrapeUrl";
855
854
  error: string;
856
855
  success: boolean;
856
+ operation: "search" | "scrapeProfile" | "scrapeUrl";
857
857
  tweets: {
858
858
  url: string | null;
859
- id: string | null;
860
- stats: {
861
- viewCount: number | null;
862
- retweetCount: number | null;
863
- replyCount: number | null;
864
- likeCount: number | null;
865
- quoteCount: number | null;
866
- bookmarkCount: number | null;
867
- } | null;
868
859
  text: string | null;
860
+ id: string | null;
869
861
  entities: {
870
862
  hashtags: string[] | null;
871
863
  mentions: string[] | null;
@@ -885,6 +877,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
885
877
  tweetsCount: number | null;
886
878
  createdAt: string | null;
887
879
  } | null;
880
+ stats: {
881
+ viewCount: number | null;
882
+ retweetCount: number | null;
883
+ replyCount: number | null;
884
+ likeCount: number | null;
885
+ quoteCount: number | null;
886
+ bookmarkCount: number | null;
887
+ } | null;
888
888
  media: {
889
889
  type: string | null;
890
890
  url: string | null;
@@ -149,9 +149,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
149
149
  success: z.ZodBoolean;
150
150
  error: z.ZodString;
151
151
  }, "strip", z.ZodTypeAny, {
152
- operation: "searchVideos" | "getTranscript" | "scrapeChannel";
153
152
  error: string;
154
153
  success: boolean;
154
+ operation: "searchVideos" | "getTranscript" | "scrapeChannel";
155
155
  totalResults: number;
156
156
  videos?: {
157
157
  description: string | null;
@@ -175,9 +175,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
175
175
  }[] | undefined;
176
176
  fullTranscriptText?: string | undefined;
177
177
  }, {
178
- operation: "searchVideos" | "getTranscript" | "scrapeChannel";
179
178
  error: string;
180
179
  success: boolean;
180
+ operation: "searchVideos" | "getTranscript" | "scrapeChannel";
181
181
  totalResults: number;
182
182
  videos?: {
183
183
  description: string | null;
@@ -307,9 +307,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
307
307
  success: z.ZodBoolean;
308
308
  error: z.ZodString;
309
309
  }, "strip", z.ZodTypeAny, {
310
- operation: "searchVideos" | "getTranscript" | "scrapeChannel";
311
310
  error: string;
312
311
  success: boolean;
312
+ operation: "searchVideos" | "getTranscript" | "scrapeChannel";
313
313
  totalResults: number;
314
314
  videos?: {
315
315
  description: string | null;
@@ -333,9 +333,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
333
333
  }[] | undefined;
334
334
  fullTranscriptText?: string | undefined;
335
335
  }, {
336
- operation: "searchVideos" | "getTranscript" | "scrapeChannel";
337
336
  error: string;
338
337
  success: boolean;
338
+ operation: "searchVideos" | "getTranscript" | "scrapeChannel";
339
339
  totalResults: number;
340
340
  videos?: {
341
341
  description: string | null;
@@ -121,7 +121,7 @@ declare const GenerateDocumentWorkflowParamsSchema: z.ZodObject<{
121
121
  } | undefined;
122
122
  }[];
123
123
  outputDescription: string;
124
- outputFormat: "json" | "csv" | "html";
124
+ outputFormat: "html" | "json" | "csv";
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?: "json" | "csv" | "html" | undefined;
148
+ outputFormat?: "html" | "json" | "csv" | 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;
192
193
  json?: string | undefined;
193
194
  csv?: string | undefined;
194
- html?: string | undefined;
195
195
  }, {
196
+ html?: string | undefined;
196
197
  json?: string | undefined;
197
198
  csv?: string | undefined;
198
- html?: string | undefined;
199
199
  }>;
200
200
  aiAnalysis: z.ZodObject<{
201
201
  model: z.ZodString;
@@ -213,8 +213,6 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
213
213
  success: z.ZodBoolean;
214
214
  error: z.ZodString;
215
215
  }, "strip", z.ZodTypeAny, {
216
- error: string;
217
- success: boolean;
218
216
  metadata: {
219
217
  processingTime: number;
220
218
  totalDocuments: number;
@@ -222,6 +220,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
222
220
  totalColumns: number;
223
221
  extractedFrom: string[];
224
222
  };
223
+ error: string;
224
+ success: boolean;
225
225
  rows: Record<string, string | number | boolean | null>[];
226
226
  columns: {
227
227
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
@@ -234,13 +234,11 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
234
234
  processingTime?: number | undefined;
235
235
  };
236
236
  generatedFiles: {
237
+ html?: string | undefined;
237
238
  json?: string | undefined;
238
239
  csv?: string | undefined;
239
- html?: string | undefined;
240
240
  };
241
241
  }, {
242
- error: string;
243
- success: boolean;
244
242
  metadata: {
245
243
  processingTime: number;
246
244
  totalDocuments: number;
@@ -248,6 +246,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
248
246
  totalColumns: number;
249
247
  extractedFrom: string[];
250
248
  };
249
+ error: string;
250
+ success: boolean;
251
251
  rows: Record<string, string | number | boolean | null>[];
252
252
  columns: {
253
253
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
@@ -260,9 +260,9 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
260
260
  processingTime?: number | undefined;
261
261
  };
262
262
  generatedFiles: {
263
+ html?: string | undefined;
263
264
  json?: string | undefined;
264
265
  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: "json" | "csv" | "html";
379
+ outputFormat: "html" | "json" | "csv";
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?: "json" | "csv" | "html" | undefined;
403
+ outputFormat?: "html" | "json" | "csv" | 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;
444
445
  json?: string | undefined;
445
446
  csv?: string | undefined;
446
- html?: string | undefined;
447
447
  }, {
448
+ html?: string | undefined;
448
449
  json?: string | undefined;
449
450
  csv?: string | undefined;
450
- html?: string | undefined;
451
451
  }>;
452
452
  aiAnalysis: z.ZodObject<{
453
453
  model: z.ZodString;
@@ -465,8 +465,6 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
465
465
  success: z.ZodBoolean;
466
466
  error: z.ZodString;
467
467
  }, "strip", z.ZodTypeAny, {
468
- error: string;
469
- success: boolean;
470
468
  metadata: {
471
469
  processingTime: number;
472
470
  totalDocuments: number;
@@ -474,6 +472,8 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
474
472
  totalColumns: number;
475
473
  extractedFrom: string[];
476
474
  };
475
+ error: string;
476
+ success: boolean;
477
477
  rows: Record<string, string | number | boolean | null>[];
478
478
  columns: {
479
479
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
@@ -486,13 +486,11 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
486
486
  processingTime?: number | undefined;
487
487
  };
488
488
  generatedFiles: {
489
+ html?: string | undefined;
489
490
  json?: string | undefined;
490
491
  csv?: string | undefined;
491
- html?: string | undefined;
492
492
  };
493
493
  }, {
494
- error: string;
495
- success: boolean;
496
494
  metadata: {
497
495
  processingTime: number;
498
496
  totalDocuments: number;
@@ -500,6 +498,8 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
500
498
  totalColumns: number;
501
499
  extractedFrom: string[];
502
500
  };
501
+ error: string;
502
+ success: boolean;
503
503
  rows: Record<string, string | number | boolean | null>[];
504
504
  columns: {
505
505
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
@@ -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;
515
516
  json?: string | undefined;
516
517
  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";
@@ -269,8 +269,6 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
269
269
  success: z.ZodBoolean;
270
270
  error: z.ZodString;
271
271
  }, "strip", z.ZodTypeAny, {
272
- error: string;
273
- success: boolean;
274
272
  metadata: {
275
273
  totalPages: number;
276
274
  processingTime: number;
@@ -279,6 +277,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
279
277
  imageFormat: string;
280
278
  imageDpi: number;
281
279
  };
280
+ error: string;
281
+ success: boolean;
282
282
  pages: {
283
283
  pageNumber: number;
284
284
  markdown: string;
@@ -305,8 +305,6 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
305
305
  fileUrl?: string | undefined;
306
306
  }[] | undefined;
307
307
  }, {
308
- error: string;
309
- success: boolean;
310
308
  metadata: {
311
309
  totalPages: number;
312
310
  processingTime: number;
@@ -315,6 +313,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
315
313
  imageFormat: string;
316
314
  imageDpi: number;
317
315
  };
316
+ error: string;
317
+ success: boolean;
318
318
  pages: {
319
319
  pageNumber: number;
320
320
  markdown: string;
@@ -597,8 +597,6 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
597
597
  success: z.ZodBoolean;
598
598
  error: z.ZodString;
599
599
  }, "strip", z.ZodTypeAny, {
600
- error: string;
601
- success: boolean;
602
600
  metadata: {
603
601
  totalPages: number;
604
602
  processingTime: number;
@@ -607,6 +605,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
607
605
  imageFormat: string;
608
606
  imageDpi: number;
609
607
  };
608
+ error: string;
609
+ success: boolean;
610
610
  pages: {
611
611
  pageNumber: number;
612
612
  markdown: string;
@@ -633,8 +633,6 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
633
633
  fileUrl?: string | undefined;
634
634
  }[] | undefined;
635
635
  }, {
636
- error: string;
637
- success: boolean;
638
636
  metadata: {
639
637
  totalPages: number;
640
638
  processingTime: number;
@@ -643,6 +641,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
643
641
  imageFormat: string;
644
642
  imageDpi: number;
645
643
  };
644
+ error: string;
645
+ success: boolean;
646
646
  pages: {
647
647
  pageNumber: number;
648
648
  markdown: string;