@bubblelab/bubble-core 0.1.157 → 0.1.158

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 (82) hide show
  1. package/dist/bubble-bundle.d.ts +102 -102
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +144 -144
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +184 -184
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +152 -152
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +55 -55
  8. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +63 -63
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +264 -264
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
  14. package/dist/bubbles/service-bubble/github.d.ts +216 -216
  15. package/dist/bubbles/service-bubble/gmail.d.ts +228 -228
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +62 -62
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  19. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +107 -107
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +932 -932
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/posthog/index.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/posthog/index.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/posthog/index.js +1 -1
  28. package/dist/bubbles/service-bubble/posthog/index.js.map +1 -1
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +150 -68
  30. package/dist/bubbles/service-bubble/posthog/posthog.d.ts.map +1 -1
  31. package/dist/bubbles/service-bubble/posthog/posthog.js +18 -0
  32. package/dist/bubbles/service-bubble/posthog/posthog.js.map +1 -1
  33. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +202 -89
  34. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/posthog/posthog.schema.js +57 -3
  36. package/dist/bubbles/service-bubble/posthog/posthog.schema.js.map +1 -1
  37. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  38. package/dist/bubbles/service-bubble/slack/slack.d.ts +384 -384
  39. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  40. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +161 -161
  41. package/dist/bubbles/service-bubble/telegram.d.ts +264 -264
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  43. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
  51. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  54. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +22 -22
  55. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +108 -108
  56. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
  57. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
  58. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +42 -42
  61. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
  62. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  63. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  65. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +36 -36
  67. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  70. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  71. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  73. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  75. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  76. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  77. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  78. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  79. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +70 -70
  80. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  81. package/dist/bubbles.json +128 -5
  82. package/package.json +2 -2
@@ -39,10 +39,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  format: string;
41
41
  title: string;
42
- error: string;
43
- success: boolean;
44
42
  content: string;
45
43
  url: string;
44
+ success: boolean;
45
+ error: string;
46
46
  creditsUsed: number;
47
47
  metadata?: {
48
48
  statusCode?: number | undefined;
@@ -51,10 +51,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
51
51
  }, {
52
52
  format: string;
53
53
  title: string;
54
- error: string;
55
- success: boolean;
56
54
  content: string;
57
55
  url: string;
56
+ success: boolean;
57
+ error: string;
58
58
  creditsUsed: number;
59
59
  metadata?: {
60
60
  statusCode?: number | undefined;
@@ -103,10 +103,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  format: string;
105
105
  title: string;
106
- error: string;
107
- success: boolean;
108
106
  content: string;
109
107
  url: string;
108
+ success: boolean;
109
+ error: string;
110
110
  creditsUsed: number;
111
111
  metadata?: {
112
112
  statusCode?: number | undefined;
@@ -115,10 +115,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
115
115
  }, {
116
116
  format: string;
117
117
  title: string;
118
- error: string;
119
- success: boolean;
120
118
  content: string;
121
119
  url: string;
120
+ success: boolean;
121
+ error: string;
122
122
  creditsUsed: number;
123
123
  metadata?: {
124
124
  statusCode?: number | undefined;
@@ -9,15 +9,15 @@ 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
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
16
  location?: string | undefined;
17
17
  }, {
18
18
  query: string;
19
- credentials?: Partial<Record<CredentialType, string>> | undefined;
20
19
  limit?: number | undefined;
20
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
21
21
  location?: string | undefined;
22
22
  categories?: ("github" | "pdf" | "research")[] | undefined;
23
23
  }>;
@@ -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
- error: string;
46
- success: boolean;
47
- query: string;
48
45
  results: {
49
46
  title: string;
50
47
  content: string;
51
48
  url: string;
52
49
  }[];
50
+ query: string;
51
+ success: boolean;
52
+ error: string;
53
53
  creditsUsed: number;
54
54
  totalResults: number;
55
55
  searchEngine: string;
56
56
  }, {
57
- error: string;
58
- success: boolean;
59
- query: string;
60
57
  results: {
61
58
  title: string;
62
59
  content: string;
63
60
  url: string;
64
61
  }[];
62
+ query: string;
63
+ success: boolean;
64
+ error: string;
65
65
  creditsUsed: number;
66
66
  totalResults: number;
67
67
  searchEngine: string;
@@ -78,15 +78,15 @@ 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
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  location?: string | undefined;
86
86
  }, {
87
87
  query: string;
88
- credentials?: Partial<Record<CredentialType, string>> | undefined;
89
88
  limit?: number | undefined;
89
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
90
90
  location?: string | undefined;
91
91
  categories?: ("github" | "pdf" | "research")[] | undefined;
92
92
  }>;
@@ -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
- error: string;
115
- success: boolean;
116
- query: string;
117
114
  results: {
118
115
  title: string;
119
116
  content: string;
120
117
  url: string;
121
118
  }[];
119
+ query: string;
120
+ success: boolean;
121
+ error: string;
122
122
  creditsUsed: number;
123
123
  totalResults: number;
124
124
  searchEngine: string;
125
125
  }, {
126
- error: string;
127
- success: boolean;
128
- query: string;
129
126
  results: {
130
127
  title: string;
131
128
  content: string;
132
129
  url: string;
133
130
  }[];
131
+ query: string;
132
+ success: boolean;
133
+ error: string;
134
134
  creditsUsed: number;
135
135
  totalResults: number;
136
136
  searchEngine: string;
@@ -222,9 +222,9 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
222
222
  success: z.ZodBoolean;
223
223
  error: z.ZodString;
224
224
  }, "strip", z.ZodTypeAny, {
225
- error: string;
226
- success: boolean;
227
225
  url: string | null;
226
+ success: boolean;
227
+ error: string;
228
228
  batch: string | null;
229
229
  people: {
230
230
  title: string | null;
@@ -254,9 +254,9 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
254
254
  totalPeople: number;
255
255
  totalCompanies: number;
256
256
  }, {
257
- error: string;
258
- success: boolean;
259
257
  url: string | null;
258
+ success: boolean;
259
+ error: string;
260
260
  batch: string | null;
261
261
  people: {
262
262
  title: string | null;
@@ -420,9 +420,9 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
420
420
  success: z.ZodBoolean;
421
421
  error: z.ZodString;
422
422
  }, "strip", z.ZodTypeAny, {
423
- error: string;
424
- success: boolean;
425
423
  url: string | null;
424
+ success: boolean;
425
+ error: string;
426
426
  batch: string | null;
427
427
  people: {
428
428
  title: string | null;
@@ -452,9 +452,9 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
452
452
  totalPeople: number;
453
453
  totalCompanies: number;
454
454
  }, {
455
- error: string;
456
- success: boolean;
457
455
  url: string | null;
456
+ success: boolean;
457
+ error: string;
458
458
  batch: string | null;
459
459
  people: {
460
460
  title: string | null;
@@ -17,12 +17,12 @@ 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
+ id: string | null;
20
21
  description: string | null;
21
22
  title: string | null;
22
23
  date: string | null;
23
24
  url: string | null;
24
25
  duration: string | null;
25
- id: string | null;
26
26
  thumbnail: string | null;
27
27
  comments: number | null;
28
28
  viewCount: number | null;
@@ -31,12 +31,12 @@ declare const YouTubeVideoSchema: z.ZodObject<{
31
31
  channelUrl: string | null;
32
32
  subscribers: number | null;
33
33
  }, {
34
+ id: string | null;
34
35
  description: string | null;
35
36
  title: string | null;
36
37
  date: string | null;
37
38
  url: string | null;
38
39
  duration: string | null;
39
- id: string | null;
40
40
  thumbnail: string | null;
41
41
  comments: number | null;
42
42
  viewCount: number | null;
@@ -103,12 +103,12 @@ 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
+ id: string | null;
106
107
  description: string | null;
107
108
  title: string | null;
108
109
  date: string | null;
109
110
  url: string | null;
110
111
  duration: string | null;
111
- id: string | null;
112
112
  thumbnail: string | null;
113
113
  comments: number | null;
114
114
  viewCount: number | null;
@@ -117,12 +117,12 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
117
117
  channelUrl: string | null;
118
118
  subscribers: number | null;
119
119
  }, {
120
+ id: string | null;
120
121
  description: string | null;
121
122
  title: string | null;
122
123
  date: string | null;
123
124
  url: string | null;
124
125
  duration: string | null;
125
- id: string | null;
126
126
  thumbnail: string | null;
127
127
  comments: number | null;
128
128
  viewCount: number | null;
@@ -149,17 +149,17 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
149
149
  success: z.ZodBoolean;
150
150
  error: z.ZodString;
151
151
  }, "strip", z.ZodTypeAny, {
152
- error: string;
153
- success: boolean;
154
152
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
153
+ success: boolean;
154
+ error: string;
155
155
  totalResults: number;
156
156
  videos?: {
157
+ id: string | null;
157
158
  description: string | null;
158
159
  title: string | null;
159
160
  date: string | null;
160
161
  url: string | null;
161
162
  duration: string | null;
162
- id: string | null;
163
163
  thumbnail: string | null;
164
164
  comments: number | null;
165
165
  viewCount: number | null;
@@ -175,17 +175,17 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
175
175
  }[] | undefined;
176
176
  fullTranscriptText?: string | undefined;
177
177
  }, {
178
- error: string;
179
- success: boolean;
180
178
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
179
+ success: boolean;
180
+ error: string;
181
181
  totalResults: number;
182
182
  videos?: {
183
+ id: string | null;
183
184
  description: string | null;
184
185
  title: string | null;
185
186
  date: string | null;
186
187
  url: string | null;
187
188
  duration: string | null;
188
- id: string | null;
189
189
  thumbnail: string | null;
190
190
  comments: number | null;
191
191
  viewCount: number | null;
@@ -261,12 +261,12 @@ 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
+ id: string | null;
264
265
  description: string | null;
265
266
  title: string | null;
266
267
  date: string | null;
267
268
  url: string | null;
268
269
  duration: string | null;
269
- id: string | null;
270
270
  thumbnail: string | null;
271
271
  comments: number | null;
272
272
  viewCount: number | null;
@@ -275,12 +275,12 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
275
275
  channelUrl: string | null;
276
276
  subscribers: number | null;
277
277
  }, {
278
+ id: string | null;
278
279
  description: string | null;
279
280
  title: string | null;
280
281
  date: string | null;
281
282
  url: string | null;
282
283
  duration: string | null;
283
- id: string | null;
284
284
  thumbnail: string | null;
285
285
  comments: number | null;
286
286
  viewCount: number | null;
@@ -307,17 +307,17 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
307
307
  success: z.ZodBoolean;
308
308
  error: z.ZodString;
309
309
  }, "strip", z.ZodTypeAny, {
310
- error: string;
311
- success: boolean;
312
310
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
311
+ success: boolean;
312
+ error: string;
313
313
  totalResults: number;
314
314
  videos?: {
315
+ id: string | null;
315
316
  description: string | null;
316
317
  title: string | null;
317
318
  date: string | null;
318
319
  url: string | null;
319
320
  duration: string | null;
320
- id: string | null;
321
321
  thumbnail: string | null;
322
322
  comments: number | null;
323
323
  viewCount: number | null;
@@ -333,17 +333,17 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
333
333
  }[] | undefined;
334
334
  fullTranscriptText?: string | undefined;
335
335
  }, {
336
- error: string;
337
- success: boolean;
338
336
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
337
+ success: boolean;
338
+ error: string;
339
339
  totalResults: number;
340
340
  videos?: {
341
+ id: string | null;
341
342
  description: string | null;
342
343
  title: string | null;
343
344
  date: string | null;
344
345
  url: string | null;
345
346
  duration: string | null;
346
- id: string | null;
347
347
  thumbnail: string | null;
348
348
  comments: number | null;
349
349
  viewCount: number | null;
@@ -107,8 +107,8 @@ declare const DatabaseAnalyzerResultSchema: z.ZodObject<{
107
107
  analysisTimestamp: Date;
108
108
  }>>;
109
109
  }, "strip", z.ZodTypeAny, {
110
- error: string;
111
110
  success: boolean;
111
+ error: string;
112
112
  databaseSchema?: {
113
113
  rawData?: Record<string, unknown>[] | undefined;
114
114
  cleanedJSON?: string | undefined;
@@ -121,8 +121,8 @@ declare const DatabaseAnalyzerResultSchema: z.ZodObject<{
121
121
  analysisTimestamp: Date;
122
122
  } | undefined;
123
123
  }, {
124
- error: string;
125
124
  success: boolean;
125
+ error: string;
126
126
  databaseSchema?: {
127
127
  rawData?: Record<string, unknown>[] | undefined;
128
128
  cleanedJSON?: string | undefined;
@@ -261,8 +261,8 @@ export declare class DatabaseAnalyzerWorkflowBubble extends WorkflowBubble<Datab
261
261
  analysisTimestamp: Date;
262
262
  }>>;
263
263
  }, "strip", z.ZodTypeAny, {
264
- error: string;
265
264
  success: boolean;
265
+ error: string;
266
266
  databaseSchema?: {
267
267
  rawData?: Record<string, unknown>[] | undefined;
268
268
  cleanedJSON?: string | undefined;
@@ -275,8 +275,8 @@ export declare class DatabaseAnalyzerWorkflowBubble extends WorkflowBubble<Datab
275
275
  analysisTimestamp: Date;
276
276
  } | undefined;
277
277
  }, {
278
- error: string;
279
278
  success: boolean;
279
+ error: string;
280
280
  databaseSchema?: {
281
281
  rawData?: Record<string, unknown>[] | undefined;
282
282
  cleanedJSON?: string | undefined;
@@ -213,8 +213,13 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
213
213
  success: z.ZodBoolean;
214
214
  error: z.ZodString;
215
215
  }, "strip", z.ZodTypeAny, {
216
- error: string;
216
+ columns: {
217
+ type: "string" | "number" | "boolean" | "integer" | "float" | "date";
218
+ description: string;
219
+ name: string;
220
+ }[];
217
221
  success: boolean;
222
+ error: string;
218
223
  metadata: {
219
224
  processingTime: number;
220
225
  totalDocuments: number;
@@ -223,11 +228,6 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
223
228
  extractedFrom: string[];
224
229
  };
225
230
  rows: Record<string, string | number | boolean | null>[];
226
- columns: {
227
- type: "string" | "number" | "boolean" | "integer" | "float" | "date";
228
- description: string;
229
- name: string;
230
- }[];
231
231
  aiAnalysis: {
232
232
  model: string;
233
233
  iterations: number;
@@ -239,8 +239,13 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
239
239
  csv?: string | undefined;
240
240
  };
241
241
  }, {
242
- error: string;
242
+ columns: {
243
+ type: "string" | "number" | "boolean" | "integer" | "float" | "date";
244
+ description: string;
245
+ name: string;
246
+ }[];
243
247
  success: boolean;
248
+ error: string;
244
249
  metadata: {
245
250
  processingTime: number;
246
251
  totalDocuments: number;
@@ -249,11 +254,6 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
249
254
  extractedFrom: string[];
250
255
  };
251
256
  rows: Record<string, string | number | boolean | null>[];
252
- columns: {
253
- type: "string" | "number" | "boolean" | "integer" | "float" | "date";
254
- description: string;
255
- name: string;
256
- }[];
257
257
  aiAnalysis: {
258
258
  model: string;
259
259
  iterations: number;
@@ -465,8 +465,13 @@ 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;
468
+ columns: {
469
+ type: "string" | "number" | "boolean" | "integer" | "float" | "date";
470
+ description: string;
471
+ name: string;
472
+ }[];
469
473
  success: boolean;
474
+ error: string;
470
475
  metadata: {
471
476
  processingTime: number;
472
477
  totalDocuments: number;
@@ -475,11 +480,6 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
475
480
  extractedFrom: string[];
476
481
  };
477
482
  rows: Record<string, string | number | boolean | null>[];
478
- columns: {
479
- type: "string" | "number" | "boolean" | "integer" | "float" | "date";
480
- description: string;
481
- name: string;
482
- }[];
483
483
  aiAnalysis: {
484
484
  model: string;
485
485
  iterations: number;
@@ -491,8 +491,13 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
491
491
  csv?: string | undefined;
492
492
  };
493
493
  }, {
494
- error: string;
494
+ columns: {
495
+ type: "string" | "number" | "boolean" | "integer" | "float" | "date";
496
+ description: string;
497
+ name: string;
498
+ }[];
495
499
  success: boolean;
500
+ error: string;
496
501
  metadata: {
497
502
  processingTime: number;
498
503
  totalDocuments: number;
@@ -501,11 +506,6 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
501
506
  extractedFrom: string[];
502
507
  };
503
508
  rows: Record<string, string | number | boolean | null>[];
504
- columns: {
505
- type: "string" | "number" | "boolean" | "integer" | "float" | "date";
506
- description: string;
507
- name: string;
508
- }[];
509
509
  aiAnalysis: {
510
510
  model: string;
511
511
  iterations: number;
@@ -269,8 +269,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
269
269
  success: z.ZodBoolean;
270
270
  error: z.ZodString;
271
271
  }, "strip", z.ZodTypeAny, {
272
- error: string;
273
272
  success: boolean;
273
+ error: string;
274
274
  metadata: {
275
275
  totalPages: number;
276
276
  processingTime: number;
@@ -305,8 +305,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
305
305
  fileUrl?: string | undefined;
306
306
  }[] | undefined;
307
307
  }, {
308
- error: string;
309
308
  success: boolean;
309
+ error: string;
310
310
  metadata: {
311
311
  totalPages: number;
312
312
  processingTime: number;
@@ -597,8 +597,8 @@ 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
600
  success: boolean;
601
+ error: string;
602
602
  metadata: {
603
603
  totalPages: number;
604
604
  processingTime: number;
@@ -633,8 +633,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
633
633
  fileUrl?: string | undefined;
634
634
  }[] | undefined;
635
635
  }, {
636
- error: string;
637
636
  success: boolean;
637
+ error: string;
638
638
  metadata: {
639
639
  totalPages: number;
640
640
  processingTime: number;