@bubblelab/bubble-core 0.1.24 → 0.1.25

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 (56) hide show
  1. package/dist/bubble-bundle.d.ts +73 -73
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/airtable.d.ts +138 -138
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +9 -9
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +405 -405
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +432 -432
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +15 -9
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +332 -332
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +277 -277
  15. package/dist/bubbles/service-bubble/github.d.ts +132 -132
  16. package/dist/bubbles/service-bubble/gmail.d.ts +478 -478
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +112 -112
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +38 -38
  19. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  22. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +1098 -1098
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +184 -184
  27. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  28. package/dist/bubbles/service-bubble/telegram.d.ts +1420 -1420
  29. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  30. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +139 -139
  31. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
  32. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +27 -6
  33. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -1
  34. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
  35. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +142 -142
  37. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  38. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +161 -161
  39. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  40. package/dist/bubbles/tool-bubble/people-search-tool.js +31 -10
  41. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  42. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  43. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  46. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
  47. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  49. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  50. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +20 -20
  51. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +38 -38
  52. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  53. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  54. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
  55. package/dist/bubbles.json +7 -7
  56. package/package.json +2 -2
@@ -16,8 +16,8 @@ declare const TwitterUserSchema: z.ZodObject<{
16
16
  url: z.ZodNullable<z.ZodString>;
17
17
  createdAt: z.ZodNullable<z.ZodString>;
18
18
  }, "strip", z.ZodTypeAny, {
19
- description: string | null;
20
19
  name: string | null;
20
+ description: string | null;
21
21
  url: string | null;
22
22
  id: string | null;
23
23
  following: number | null;
@@ -29,8 +29,8 @@ declare const TwitterUserSchema: z.ZodObject<{
29
29
  tweetsCount: number | null;
30
30
  createdAt: string | null;
31
31
  }, {
32
- description: string | null;
33
32
  name: string | null;
33
+ description: string | null;
34
34
  url: string | null;
35
35
  id: string | null;
36
36
  following: number | null;
@@ -60,8 +60,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
60
60
  url: z.ZodNullable<z.ZodString>;
61
61
  createdAt: z.ZodNullable<z.ZodString>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- description: string | null;
64
63
  name: string | null;
64
+ description: string | null;
65
65
  url: string | null;
66
66
  id: string | null;
67
67
  following: number | null;
@@ -73,8 +73,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
73
73
  tweetsCount: number | null;
74
74
  createdAt: string | null;
75
75
  }, {
76
- description: string | null;
77
76
  name: string | null;
77
+ description: string | null;
78
78
  url: string | null;
79
79
  id: string | null;
80
80
  following: number | null;
@@ -147,16 +147,16 @@ 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
150
  text: string | null;
151
+ id: string | null;
152
152
  entities: {
153
153
  hashtags: string[] | null;
154
154
  mentions: string[] | null;
155
155
  urls: string[] | null;
156
156
  } | null;
157
157
  author: {
158
- description: string | null;
159
158
  name: string | null;
159
+ description: string | null;
160
160
  url: string | null;
161
161
  id: string | null;
162
162
  following: number | null;
@@ -190,16 +190,16 @@ declare const TwitterTweetSchema: z.ZodObject<{
190
190
  isReply: boolean | null;
191
191
  }, {
192
192
  url: string | null;
193
- id: string | null;
194
193
  text: string | null;
194
+ id: string | null;
195
195
  entities: {
196
196
  hashtags: string[] | null;
197
197
  mentions: string[] | null;
198
198
  urls: string[] | null;
199
199
  } | null;
200
200
  author: {
201
- description: string | null;
202
201
  name: string | null;
202
+ description: string | null;
203
203
  url: string | null;
204
204
  id: string | null;
205
205
  following: number | null;
@@ -280,8 +280,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
280
280
  url: z.ZodNullable<z.ZodString>;
281
281
  createdAt: z.ZodNullable<z.ZodString>;
282
282
  }, "strip", z.ZodTypeAny, {
283
- description: string | null;
284
283
  name: string | null;
284
+ description: string | null;
285
285
  url: string | null;
286
286
  id: string | null;
287
287
  following: number | null;
@@ -293,8 +293,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
293
293
  tweetsCount: number | null;
294
294
  createdAt: string | null;
295
295
  }, {
296
- description: string | null;
297
296
  name: string | null;
297
+ description: string | null;
298
298
  url: string | null;
299
299
  id: string | null;
300
300
  following: number | null;
@@ -367,16 +367,16 @@ 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
370
  text: string | null;
371
+ id: string | null;
372
372
  entities: {
373
373
  hashtags: string[] | null;
374
374
  mentions: string[] | null;
375
375
  urls: string[] | null;
376
376
  } | null;
377
377
  author: {
378
- description: string | null;
379
378
  name: string | null;
379
+ description: string | null;
380
380
  url: string | null;
381
381
  id: string | null;
382
382
  following: number | null;
@@ -410,16 +410,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
410
410
  isReply: boolean | null;
411
411
  }, {
412
412
  url: string | null;
413
- id: string | null;
414
413
  text: string | null;
414
+ id: string | null;
415
415
  entities: {
416
416
  hashtags: string[] | null;
417
417
  mentions: string[] | null;
418
418
  urls: string[] | null;
419
419
  } | null;
420
420
  author: {
421
- description: string | null;
422
421
  name: string | null;
422
+ description: string | null;
423
423
  url: string | null;
424
424
  id: string | null;
425
425
  following: number | null;
@@ -461,16 +461,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
461
461
  error: string;
462
462
  tweets: {
463
463
  url: string | null;
464
- id: string | null;
465
464
  text: string | null;
465
+ id: string | null;
466
466
  entities: {
467
467
  hashtags: string[] | null;
468
468
  mentions: string[] | null;
469
469
  urls: string[] | null;
470
470
  } | null;
471
471
  author: {
472
- description: string | null;
473
472
  name: string | null;
473
+ description: string | null;
474
474
  url: string | null;
475
475
  id: string | null;
476
476
  following: number | null;
@@ -510,16 +510,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
510
510
  error: string;
511
511
  tweets: {
512
512
  url: string | null;
513
- id: string | null;
514
513
  text: string | null;
514
+ id: string | null;
515
515
  entities: {
516
516
  hashtags: string[] | null;
517
517
  mentions: string[] | null;
518
518
  urls: string[] | null;
519
519
  } | null;
520
520
  author: {
521
- description: string | null;
522
521
  name: string | null;
522
+ description: string | null;
523
523
  url: string | null;
524
524
  id: string | null;
525
525
  following: number | null;
@@ -626,8 +626,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
626
626
  url: z.ZodNullable<z.ZodString>;
627
627
  createdAt: z.ZodNullable<z.ZodString>;
628
628
  }, "strip", z.ZodTypeAny, {
629
- description: string | null;
630
629
  name: string | null;
630
+ description: string | null;
631
631
  url: string | null;
632
632
  id: string | null;
633
633
  following: number | null;
@@ -639,8 +639,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
639
639
  tweetsCount: number | null;
640
640
  createdAt: string | null;
641
641
  }, {
642
- description: string | null;
643
642
  name: string | null;
643
+ description: string | null;
644
644
  url: string | null;
645
645
  id: string | null;
646
646
  following: number | null;
@@ -713,16 +713,16 @@ 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
716
  text: string | null;
717
+ id: string | null;
718
718
  entities: {
719
719
  hashtags: string[] | null;
720
720
  mentions: string[] | null;
721
721
  urls: string[] | null;
722
722
  } | null;
723
723
  author: {
724
- description: string | null;
725
724
  name: string | null;
725
+ description: string | null;
726
726
  url: string | null;
727
727
  id: string | null;
728
728
  following: number | null;
@@ -756,16 +756,16 @@ 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
759
  text: string | null;
760
+ id: string | null;
761
761
  entities: {
762
762
  hashtags: string[] | null;
763
763
  mentions: string[] | null;
764
764
  urls: string[] | null;
765
765
  } | null;
766
766
  author: {
767
- description: string | null;
768
767
  name: string | null;
768
+ description: string | null;
769
769
  url: string | null;
770
770
  id: string | null;
771
771
  following: number | null;
@@ -807,16 +807,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
807
807
  error: string;
808
808
  tweets: {
809
809
  url: string | null;
810
- id: string | null;
811
810
  text: string | null;
811
+ id: string | null;
812
812
  entities: {
813
813
  hashtags: string[] | null;
814
814
  mentions: string[] | null;
815
815
  urls: string[] | null;
816
816
  } | null;
817
817
  author: {
818
- description: string | null;
819
818
  name: string | null;
819
+ description: string | null;
820
820
  url: string | null;
821
821
  id: string | null;
822
822
  following: number | null;
@@ -856,16 +856,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
856
856
  error: string;
857
857
  tweets: {
858
858
  url: string | null;
859
- id: string | null;
860
859
  text: string | null;
860
+ id: string | null;
861
861
  entities: {
862
862
  hashtags: string[] | null;
863
863
  mentions: string[] | null;
864
864
  urls: string[] | null;
865
865
  } | null;
866
866
  author: {
867
- description: string | null;
868
867
  name: string | null;
868
+ description: string | null;
869
869
  url: string | null;
870
870
  id: string | null;
871
871
  following: number | null;
@@ -37,8 +37,8 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
37
37
  loadTime?: number | undefined;
38
38
  }>>;
39
39
  }, "strip", z.ZodTypeAny, {
40
- format: string;
41
40
  title: string;
41
+ format: string;
42
42
  content: string;
43
43
  url: string;
44
44
  success: boolean;
@@ -49,8 +49,8 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
49
49
  loadTime?: number | undefined;
50
50
  } | undefined;
51
51
  }, {
52
- format: string;
53
52
  title: string;
53
+ format: string;
54
54
  content: string;
55
55
  url: string;
56
56
  success: boolean;
@@ -101,8 +101,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
101
101
  loadTime?: number | undefined;
102
102
  }>>;
103
103
  }, "strip", z.ZodTypeAny, {
104
- format: string;
105
104
  title: string;
105
+ format: string;
106
106
  content: string;
107
107
  url: string;
108
108
  success: boolean;
@@ -113,8 +113,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
113
113
  loadTime?: number | undefined;
114
114
  } | undefined;
115
115
  }, {
116
- format: string;
117
116
  title: string;
117
+ format: string;
118
118
  content: string;
119
119
  url: string;
120
120
  success: boolean;
@@ -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
- query: string;
13
12
  limit: number;
13
+ query: string;
14
14
  categories: ("github" | "pdf" | "research")[];
15
- credentials?: Partial<Record<CredentialType, string>> | undefined;
16
15
  location?: string | undefined;
16
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
17
17
  }, {
18
18
  query: string;
19
+ location?: string | undefined;
19
20
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20
21
  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;
46
45
  success: boolean;
47
- error: string;
48
46
  results: {
49
47
  title: string;
50
48
  content: string;
51
49
  url: string;
52
50
  }[];
51
+ error: string;
52
+ query: string;
53
53
  creditsUsed: number;
54
54
  totalResults: number;
55
55
  searchEngine: string;
56
56
  }, {
57
- query: string;
58
57
  success: boolean;
59
- error: string;
60
58
  results: {
61
59
  title: string;
62
60
  content: string;
63
61
  url: string;
64
62
  }[];
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
- query: string;
82
81
  limit: number;
82
+ query: string;
83
83
  categories: ("github" | "pdf" | "research")[];
84
- credentials?: Partial<Record<CredentialType, string>> | undefined;
85
84
  location?: string | undefined;
85
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
86
86
  }, {
87
87
  query: string;
88
+ location?: string | undefined;
88
89
  credentials?: Partial<Record<CredentialType, string>> | undefined;
89
90
  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;
115
114
  success: boolean;
116
- error: string;
117
115
  results: {
118
116
  title: string;
119
117
  content: string;
120
118
  url: string;
121
119
  }[];
120
+ error: string;
121
+ query: string;
122
122
  creditsUsed: number;
123
123
  totalResults: number;
124
124
  searchEngine: string;
125
125
  }, {
126
- query: string;
127
126
  success: boolean;
128
- error: string;
129
127
  results: {
130
128
  title: string;
131
129
  content: string;
132
130
  url: string;
133
131
  }[];
132
+ error: string;
133
+ query: string;
134
134
  creditsUsed: number;
135
135
  totalResults: number;
136
136
  searchEngine: string;
@@ -17,8 +17,8 @@ declare const YouTubeVideoSchema: z.ZodObject<{
17
17
  comments: z.ZodNullable<z.ZodNumber>;
18
18
  thumbnail: z.ZodNullable<z.ZodString>;
19
19
  }, "strip", z.ZodTypeAny, {
20
- description: string | null;
21
20
  title: string | null;
21
+ description: string | null;
22
22
  date: string | null;
23
23
  url: string | null;
24
24
  duration: string | null;
@@ -31,8 +31,8 @@ declare const YouTubeVideoSchema: z.ZodObject<{
31
31
  channelUrl: string | null;
32
32
  subscribers: number | null;
33
33
  }, {
34
- description: string | null;
35
34
  title: string | null;
35
+ description: string | null;
36
36
  date: string | null;
37
37
  url: string | null;
38
38
  duration: string | null;
@@ -103,8 +103,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
103
103
  comments: z.ZodNullable<z.ZodNumber>;
104
104
  thumbnail: z.ZodNullable<z.ZodString>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- description: string | null;
107
106
  title: string | null;
107
+ description: string | null;
108
108
  date: string | null;
109
109
  url: string | null;
110
110
  duration: string | null;
@@ -117,8 +117,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
117
117
  channelUrl: string | null;
118
118
  subscribers: number | null;
119
119
  }, {
120
- description: string | null;
121
120
  title: string | null;
121
+ description: string | null;
122
122
  date: string | null;
123
123
  url: string | null;
124
124
  duration: string | null;
@@ -154,8 +154,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
154
154
  error: string;
155
155
  totalResults: number;
156
156
  videos?: {
157
- description: string | null;
158
157
  title: string | null;
158
+ description: string | null;
159
159
  date: string | null;
160
160
  url: string | null;
161
161
  duration: string | null;
@@ -180,8 +180,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
180
180
  error: string;
181
181
  totalResults: number;
182
182
  videos?: {
183
- description: string | null;
184
183
  title: string | null;
184
+ description: string | null;
185
185
  date: string | null;
186
186
  url: string | null;
187
187
  duration: string | null;
@@ -261,8 +261,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
261
261
  comments: z.ZodNullable<z.ZodNumber>;
262
262
  thumbnail: z.ZodNullable<z.ZodString>;
263
263
  }, "strip", z.ZodTypeAny, {
264
- description: string | null;
265
264
  title: string | null;
265
+ description: string | null;
266
266
  date: string | null;
267
267
  url: string | null;
268
268
  duration: string | null;
@@ -275,8 +275,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
275
275
  channelUrl: string | null;
276
276
  subscribers: number | null;
277
277
  }, {
278
- description: string | null;
279
278
  title: string | null;
279
+ description: string | null;
280
280
  date: string | null;
281
281
  url: string | null;
282
282
  duration: string | null;
@@ -312,8 +312,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
312
312
  error: string;
313
313
  totalResults: number;
314
314
  videos?: {
315
- description: string | null;
316
315
  title: string | null;
316
+ description: string | null;
317
317
  date: string | null;
318
318
  url: string | null;
319
319
  duration: string | null;
@@ -338,8 +338,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
338
338
  error: string;
339
339
  totalResults: number;
340
340
  videos?: {
341
- description: string | null;
342
341
  title: string | null;
342
+ description: string | null;
343
343
  date: string | null;
344
344
  url: string | null;
345
345
  duration: 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
@@ -156,13 +156,13 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
156
156
  type: z.ZodEnum<["string", "number", "integer", "float", "date", "boolean"]>;
157
157
  description: z.ZodString;
158
158
  }, "strip", z.ZodTypeAny, {
159
+ name: string;
159
160
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
160
161
  description: string;
161
- name: string;
162
162
  }, {
163
+ name: string;
163
164
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
164
165
  description: string;
165
- name: string;
166
166
  }>, "many">;
167
167
  rows: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>, "many">;
168
168
  metadata: z.ZodObject<{
@@ -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;
@@ -224,9 +224,9 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
224
224
  };
225
225
  rows: Record<string, string | number | boolean | null>[];
226
226
  columns: {
227
+ name: string;
227
228
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
228
229
  description: string;
229
- name: string;
230
230
  }[];
231
231
  aiAnalysis: {
232
232
  model: string;
@@ -234,9 +234,9 @@ 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
242
  success: boolean;
@@ -250,9 +250,9 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
250
250
  };
251
251
  rows: Record<string, string | number | boolean | null>[];
252
252
  columns: {
253
+ name: string;
253
254
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
254
255
  description: string;
255
- name: string;
256
256
  }[];
257
257
  aiAnalysis: {
258
258
  model: string;
@@ -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<{
@@ -408,13 +408,13 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
408
408
  type: z.ZodEnum<["string", "number", "integer", "float", "date", "boolean"]>;
409
409
  description: z.ZodString;
410
410
  }, "strip", z.ZodTypeAny, {
411
+ name: string;
411
412
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
412
413
  description: string;
413
- name: string;
414
414
  }, {
415
+ name: string;
415
416
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
416
417
  description: string;
417
- name: string;
418
418
  }>, "many">;
419
419
  rows: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>, "many">;
420
420
  metadata: 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;
@@ -476,9 +476,9 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
476
476
  };
477
477
  rows: Record<string, string | number | boolean | null>[];
478
478
  columns: {
479
+ name: string;
479
480
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
480
481
  description: string;
481
- name: string;
482
482
  }[];
483
483
  aiAnalysis: {
484
484
  model: string;
@@ -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;
489
490
  json?: string | undefined;
490
491
  csv?: string | undefined;
491
- html?: string | undefined;
492
492
  };
493
493
  }, {
494
494
  success: boolean;
@@ -502,9 +502,9 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
502
502
  };
503
503
  rows: Record<string, string | number | boolean | null>[];
504
504
  columns: {
505
+ name: string;
505
506
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
506
507
  description: string;
507
- name: string;
508
508
  }[];
509
509
  aiAnalysis: {
510
510
  model: string;
@@ -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";