@bubblelab/bubble-core 0.1.55 → 0.1.56

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 (62) hide show
  1. package/dist/bubble-bundle.d.ts +102 -102
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
  4. package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +112 -112
  18. package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
  26. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  29. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
  31. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
  34. package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  37. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  39. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
  41. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
  43. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  45. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
  46. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
  47. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  48. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
  51. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  54. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  55. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  56. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
  57. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  58. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
  59. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
  60. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  61. package/dist/bubbles.json +1 -1
  62. package/package.json +2 -2
@@ -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<{
@@ -44,27 +44,27 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
44
44
  }, "strip", z.ZodTypeAny, {
45
45
  error: string;
46
46
  success: boolean;
47
+ query: string;
47
48
  results: {
48
49
  title: string;
49
50
  content: string;
50
51
  url: string;
51
52
  }[];
52
- query: string;
53
+ creditsUsed: number;
53
54
  totalResults: number;
54
55
  searchEngine: string;
55
- creditsUsed: number;
56
56
  }, {
57
57
  error: string;
58
58
  success: boolean;
59
+ query: string;
59
60
  results: {
60
61
  title: string;
61
62
  content: string;
62
63
  url: string;
63
64
  }[];
64
- query: string;
65
+ creditsUsed: number;
65
66
  totalResults: number;
66
67
  searchEngine: string;
67
- creditsUsed: number;
68
68
  }>;
69
69
  type WebSearchToolParams = z.output<typeof WebSearchToolParamsSchema>;
70
70
  type WebSearchToolResult = z.output<typeof WebSearchToolResultSchema>;
@@ -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<{
@@ -113,27 +113,27 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
113
113
  }, "strip", z.ZodTypeAny, {
114
114
  error: string;
115
115
  success: boolean;
116
+ query: string;
116
117
  results: {
117
118
  title: string;
118
119
  content: string;
119
120
  url: string;
120
121
  }[];
121
- query: string;
122
+ creditsUsed: number;
122
123
  totalResults: number;
123
124
  searchEngine: string;
124
- creditsUsed: number;
125
125
  }, {
126
126
  error: string;
127
127
  success: boolean;
128
+ query: string;
128
129
  results: {
129
130
  title: string;
130
131
  content: string;
131
132
  url: string;
132
133
  }[];
133
- query: string;
134
+ creditsUsed: number;
134
135
  totalResults: number;
135
136
  searchEngine: string;
136
- creditsUsed: number;
137
137
  }>;
138
138
  static readonly shortDescription = "Performs web searches using Firecrawl to find current information from the web";
139
139
  static readonly longDescription = "\n A comprehensive web search tool that uses Firecrawl to find current information from the web.\n \n Features:\n - High-quality web search results with content extraction\n - Configurable result limits (1-20 results)\n - Location-based search for regional results\n - Clean, structured content extraction from search results\n - Requires FIRECRAWL_API_KEY credential\n \n Use cases:\n - Finding current events and news\n - Researching topics with web content\n - Getting up-to-date information for decision making\n - Answering questions that require web knowledge\n - Market research and competitive analysis\n - Real-time data gathering from the web\n ";
@@ -17,28 +17,28 @@ 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
+ duration: string | null;
20
21
  description: string | null;
21
22
  title: string | null;
22
23
  date: string | null;
23
24
  url: string | null;
24
- duration: string | null;
25
25
  id: string | null;
26
- comments: number | null;
27
26
  thumbnail: string | null;
27
+ comments: number | null;
28
28
  viewCount: number | null;
29
29
  likes: number | null;
30
30
  channelName: string | null;
31
31
  channelUrl: string | null;
32
32
  subscribers: number | null;
33
33
  }, {
34
+ duration: string | null;
34
35
  description: string | null;
35
36
  title: string | null;
36
37
  date: string | null;
37
38
  url: string | null;
38
- duration: string | null;
39
39
  id: string | null;
40
- comments: number | null;
41
40
  thumbnail: string | null;
41
+ comments: number | null;
42
42
  viewCount: number | null;
43
43
  likes: number | null;
44
44
  channelName: string | null;
@@ -70,18 +70,18 @@ declare const YouTubeToolParamsSchema: z.ZodObject<{
70
70
  }, "strip", z.ZodTypeAny, {
71
71
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
+ maxResults?: number | undefined;
73
74
  videoUrl?: string | undefined;
74
75
  searchQueries?: string[] | undefined;
75
- maxResults?: number | undefined;
76
76
  channelUrl?: string | undefined;
77
77
  videoUrls?: string[] | undefined;
78
78
  includeShorts?: boolean | undefined;
79
79
  }, {
80
80
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
81
81
  credentials?: Partial<Record<CredentialType, string>> | undefined;
82
+ maxResults?: number | undefined;
82
83
  videoUrl?: string | undefined;
83
84
  searchQueries?: string[] | undefined;
84
- maxResults?: number | undefined;
85
85
  channelUrl?: string | undefined;
86
86
  videoUrls?: string[] | undefined;
87
87
  includeShorts?: boolean | undefined;
@@ -103,28 +103,28 @@ 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
+ duration: string | null;
106
107
  description: string | null;
107
108
  title: string | null;
108
109
  date: string | null;
109
110
  url: string | null;
110
- duration: string | null;
111
111
  id: string | null;
112
- comments: number | null;
113
112
  thumbnail: string | null;
113
+ comments: number | null;
114
114
  viewCount: number | null;
115
115
  likes: number | null;
116
116
  channelName: string | null;
117
117
  channelUrl: string | null;
118
118
  subscribers: number | null;
119
119
  }, {
120
+ duration: string | null;
120
121
  description: string | null;
121
122
  title: string | null;
122
123
  date: string | null;
123
124
  url: string | null;
124
- duration: string | null;
125
125
  id: string | null;
126
- comments: number | null;
127
126
  thumbnail: string | null;
127
+ comments: number | null;
128
128
  viewCount: number | null;
129
129
  likes: number | null;
130
130
  channelName: string | null;
@@ -154,14 +154,14 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
154
154
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
155
155
  totalResults: number;
156
156
  videos?: {
157
+ duration: string | null;
157
158
  description: string | null;
158
159
  title: string | null;
159
160
  date: string | null;
160
161
  url: string | null;
161
- duration: string | null;
162
162
  id: string | null;
163
- comments: number | null;
164
163
  thumbnail: string | null;
164
+ comments: number | null;
165
165
  viewCount: number | null;
166
166
  likes: number | null;
167
167
  channelName: string | null;
@@ -180,14 +180,14 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
180
180
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
181
181
  totalResults: number;
182
182
  videos?: {
183
+ duration: string | null;
183
184
  description: string | null;
184
185
  title: string | null;
185
186
  date: string | null;
186
187
  url: string | null;
187
- duration: string | null;
188
188
  id: string | null;
189
- comments: number | null;
190
189
  thumbnail: string | null;
190
+ comments: number | null;
191
191
  viewCount: number | null;
192
192
  likes: number | null;
193
193
  channelName: string | null;
@@ -228,18 +228,18 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
228
228
  }, "strip", z.ZodTypeAny, {
229
229
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
230
230
  credentials?: Partial<Record<CredentialType, string>> | undefined;
231
+ maxResults?: number | undefined;
231
232
  videoUrl?: string | undefined;
232
233
  searchQueries?: string[] | undefined;
233
- maxResults?: number | undefined;
234
234
  channelUrl?: string | undefined;
235
235
  videoUrls?: string[] | undefined;
236
236
  includeShorts?: boolean | undefined;
237
237
  }, {
238
238
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
239
239
  credentials?: Partial<Record<CredentialType, string>> | undefined;
240
+ maxResults?: number | undefined;
240
241
  videoUrl?: string | undefined;
241
242
  searchQueries?: string[] | undefined;
242
- maxResults?: number | undefined;
243
243
  channelUrl?: string | undefined;
244
244
  videoUrls?: string[] | undefined;
245
245
  includeShorts?: boolean | undefined;
@@ -261,28 +261,28 @@ 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
+ duration: string | null;
264
265
  description: string | null;
265
266
  title: string | null;
266
267
  date: string | null;
267
268
  url: string | null;
268
- duration: string | null;
269
269
  id: string | null;
270
- comments: number | null;
271
270
  thumbnail: string | null;
271
+ comments: number | null;
272
272
  viewCount: number | null;
273
273
  likes: number | null;
274
274
  channelName: string | null;
275
275
  channelUrl: string | null;
276
276
  subscribers: number | null;
277
277
  }, {
278
+ duration: string | null;
278
279
  description: string | null;
279
280
  title: string | null;
280
281
  date: string | null;
281
282
  url: string | null;
282
- duration: string | null;
283
283
  id: string | null;
284
- comments: number | null;
285
284
  thumbnail: string | null;
285
+ comments: number | null;
286
286
  viewCount: number | null;
287
287
  likes: number | null;
288
288
  channelName: string | null;
@@ -312,14 +312,14 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
312
312
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
313
313
  totalResults: number;
314
314
  videos?: {
315
+ duration: string | null;
315
316
  description: string | null;
316
317
  title: string | null;
317
318
  date: string | null;
318
319
  url: string | null;
319
- duration: string | null;
320
320
  id: string | null;
321
- comments: number | null;
322
321
  thumbnail: string | null;
322
+ comments: number | null;
323
323
  viewCount: number | null;
324
324
  likes: number | null;
325
325
  channelName: string | null;
@@ -338,14 +338,14 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
338
338
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
339
339
  totalResults: number;
340
340
  videos?: {
341
+ duration: string | null;
341
342
  description: string | null;
342
343
  title: string | null;
343
344
  date: string | null;
344
345
  url: string | null;
345
- duration: string | null;
346
346
  id: string | null;
347
- comments: number | null;
348
347
  thumbnail: string | null;
348
+ comments: number | null;
349
349
  viewCount: number | null;
350
350
  likes: number | null;
351
351
  channelName: string | null;
@@ -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;
@@ -223,20 +223,20 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
223
223
  extractedFrom: string[];
224
224
  };
225
225
  rows: Record<string, string | number | boolean | null>[];
226
- aiAnalysis: {
227
- model: string;
228
- iterations: number;
229
- processingTime?: number | undefined;
230
- };
231
226
  columns: {
232
227
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
233
228
  description: string;
234
229
  name: string;
235
230
  }[];
231
+ aiAnalysis: {
232
+ model: string;
233
+ iterations: number;
234
+ processingTime?: number | undefined;
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
  error: string;
@@ -249,20 +249,20 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
249
249
  extractedFrom: string[];
250
250
  };
251
251
  rows: Record<string, string | number | boolean | null>[];
252
- aiAnalysis: {
253
- model: string;
254
- iterations: number;
255
- processingTime?: number | undefined;
256
- };
257
252
  columns: {
258
253
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
259
254
  description: string;
260
255
  name: string;
261
256
  }[];
257
+ aiAnalysis: {
258
+ model: string;
259
+ iterations: number;
260
+ processingTime?: number | undefined;
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;
@@ -475,20 +475,20 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
475
475
  extractedFrom: string[];
476
476
  };
477
477
  rows: Record<string, string | number | boolean | null>[];
478
- aiAnalysis: {
479
- model: string;
480
- iterations: number;
481
- processingTime?: number | undefined;
482
- };
483
478
  columns: {
484
479
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
485
480
  description: string;
486
481
  name: string;
487
482
  }[];
483
+ aiAnalysis: {
484
+ model: string;
485
+ iterations: number;
486
+ processingTime?: number | undefined;
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
  error: string;
@@ -501,20 +501,20 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
501
501
  extractedFrom: string[];
502
502
  };
503
503
  rows: Record<string, string | number | boolean | null>[];
504
- aiAnalysis: {
505
- model: string;
506
- iterations: number;
507
- processingTime?: number | undefined;
508
- };
509
504
  columns: {
510
505
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
511
506
  description: string;
512
507
  name: string;
513
508
  }[];
509
+ aiAnalysis: {
510
+ model: string;
511
+ iterations: number;
512
+ processingTime?: number | undefined;
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";
@@ -52,8 +52,8 @@ declare const ParseDocumentWorkflowParamsSchema: z.ZodObject<{
52
52
  }, {
53
53
  format?: "png" | "jpeg" | undefined;
54
54
  quality?: number | undefined;
55
- dpi?: number | undefined;
56
55
  pages?: number[] | undefined;
56
+ dpi?: number | undefined;
57
57
  }>>;
58
58
  aiOptions: z.ZodDefault<z.ZodObject<{
59
59
  model: z.ZodDefault<z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b"]>>;
@@ -147,8 +147,8 @@ declare const ParseDocumentWorkflowParamsSchema: z.ZodObject<{
147
147
  imageOptions?: {
148
148
  format?: "png" | "jpeg" | undefined;
149
149
  quality?: number | undefined;
150
- dpi?: number | undefined;
151
150
  pages?: number[] | undefined;
151
+ dpi?: number | undefined;
152
152
  } | undefined;
153
153
  aiOptions?: {
154
154
  model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | undefined;
@@ -383,8 +383,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
383
383
  }, {
384
384
  format?: "png" | "jpeg" | undefined;
385
385
  quality?: number | undefined;
386
- dpi?: number | undefined;
387
386
  pages?: number[] | undefined;
387
+ dpi?: number | undefined;
388
388
  }>>;
389
389
  aiOptions: z.ZodDefault<z.ZodObject<{
390
390
  model: z.ZodDefault<z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b"]>>;
@@ -478,8 +478,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
478
478
  imageOptions?: {
479
479
  format?: "png" | "jpeg" | undefined;
480
480
  quality?: number | undefined;
481
- dpi?: number | undefined;
482
481
  pages?: number[] | undefined;
482
+ dpi?: number | undefined;
483
483
  } | undefined;
484
484
  aiOptions?: {
485
485
  model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | undefined;