@bubblelab/bubble-core 0.1.113 → 0.1.114
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.
- package/dist/bubble-bundle.d.ts +94 -94
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +250 -250
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +228 -228
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +84 -84
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +87 -87
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +298 -298
- package/dist/bubbles/service-bubble/followupboss.d.ts +322 -322
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/github.d.ts +298 -298
- package/dist/bubbles/service-bubble/gmail.d.ts +650 -650
- package/dist/bubbles/service-bubble/google-calendar.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +91 -91
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1651 -1651
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +368 -368
- package/dist/bubbles/service-bubble/storage.d.ts +44 -44
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +157 -157
- package/dist/bubbles/service-bubble/telegram.d.ts +254 -254
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +82 -82
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +142 -142
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +4 -2
- package/package.json +2 -2
|
@@ -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
|
+
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
|
-
thumbnail: string | null;
|
|
27
26
|
comments: number | null;
|
|
27
|
+
thumbnail: string | 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
|
+
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
|
-
thumbnail: string | null;
|
|
41
40
|
comments: number | null;
|
|
41
|
+
thumbnail: string | null;
|
|
42
42
|
viewCount: number | null;
|
|
43
43
|
likes: number | null;
|
|
44
44
|
channelName: string | null;
|
|
@@ -51,12 +51,12 @@ declare const YouTubeTranscriptSegmentSchema: z.ZodObject<{
|
|
|
51
51
|
text: z.ZodNullable<z.ZodString>;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
53
|
duration: string | null;
|
|
54
|
-
text: string | null;
|
|
55
54
|
start: string | null;
|
|
55
|
+
text: string | null;
|
|
56
56
|
}, {
|
|
57
57
|
duration: string | null;
|
|
58
|
-
text: string | null;
|
|
59
58
|
start: string | null;
|
|
59
|
+
text: string | null;
|
|
60
60
|
}>;
|
|
61
61
|
declare const YouTubeToolParamsSchema: z.ZodObject<{
|
|
62
62
|
operation: z.ZodEnum<["searchVideos", "getTranscript", "scrapeChannel"]>;
|
|
@@ -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
|
+
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
|
-
thumbnail: string | null;
|
|
113
112
|
comments: number | null;
|
|
113
|
+
thumbnail: string | 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
|
+
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
|
-
thumbnail: string | null;
|
|
127
126
|
comments: number | null;
|
|
127
|
+
thumbnail: string | null;
|
|
128
128
|
viewCount: number | null;
|
|
129
129
|
likes: number | null;
|
|
130
130
|
channelName: string | null;
|
|
@@ -137,31 +137,31 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
137
137
|
text: z.ZodNullable<z.ZodString>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
139
|
duration: string | null;
|
|
140
|
-
text: string | null;
|
|
141
140
|
start: string | null;
|
|
141
|
+
text: string | null;
|
|
142
142
|
}, {
|
|
143
143
|
duration: string | null;
|
|
144
|
-
text: string | null;
|
|
145
144
|
start: string | null;
|
|
145
|
+
text: string | null;
|
|
146
146
|
}>, "many">>;
|
|
147
147
|
fullTranscriptText: z.ZodOptional<z.ZodString>;
|
|
148
148
|
totalResults: z.ZodNumber;
|
|
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
|
-
thumbnail: string | null;
|
|
164
163
|
comments: number | null;
|
|
164
|
+
thumbnail: string | null;
|
|
165
165
|
viewCount: number | null;
|
|
166
166
|
likes: number | null;
|
|
167
167
|
channelName: string | null;
|
|
@@ -170,24 +170,24 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
170
170
|
}[] | undefined;
|
|
171
171
|
transcript?: {
|
|
172
172
|
duration: string | null;
|
|
173
|
-
text: string | null;
|
|
174
173
|
start: string | null;
|
|
174
|
+
text: string | null;
|
|
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
|
-
thumbnail: string | null;
|
|
190
189
|
comments: number | null;
|
|
190
|
+
thumbnail: string | null;
|
|
191
191
|
viewCount: number | null;
|
|
192
192
|
likes: number | null;
|
|
193
193
|
channelName: string | null;
|
|
@@ -196,8 +196,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
196
196
|
}[] | undefined;
|
|
197
197
|
transcript?: {
|
|
198
198
|
duration: string | null;
|
|
199
|
-
text: string | null;
|
|
200
199
|
start: string | null;
|
|
200
|
+
text: string | null;
|
|
201
201
|
}[] | undefined;
|
|
202
202
|
fullTranscriptText?: string | undefined;
|
|
203
203
|
}>;
|
|
@@ -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
|
+
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
|
-
thumbnail: string | null;
|
|
271
270
|
comments: number | null;
|
|
271
|
+
thumbnail: string | 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
|
+
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
|
-
thumbnail: string | null;
|
|
285
284
|
comments: number | null;
|
|
285
|
+
thumbnail: string | null;
|
|
286
286
|
viewCount: number | null;
|
|
287
287
|
likes: number | null;
|
|
288
288
|
channelName: string | null;
|
|
@@ -295,31 +295,31 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
295
295
|
text: z.ZodNullable<z.ZodString>;
|
|
296
296
|
}, "strip", z.ZodTypeAny, {
|
|
297
297
|
duration: string | null;
|
|
298
|
-
text: string | null;
|
|
299
298
|
start: string | null;
|
|
299
|
+
text: string | null;
|
|
300
300
|
}, {
|
|
301
301
|
duration: string | null;
|
|
302
|
-
text: string | null;
|
|
303
302
|
start: string | null;
|
|
303
|
+
text: string | null;
|
|
304
304
|
}>, "many">>;
|
|
305
305
|
fullTranscriptText: z.ZodOptional<z.ZodString>;
|
|
306
306
|
totalResults: z.ZodNumber;
|
|
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
|
-
thumbnail: string | null;
|
|
322
321
|
comments: number | null;
|
|
322
|
+
thumbnail: string | null;
|
|
323
323
|
viewCount: number | null;
|
|
324
324
|
likes: number | null;
|
|
325
325
|
channelName: string | null;
|
|
@@ -328,24 +328,24 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
328
328
|
}[] | undefined;
|
|
329
329
|
transcript?: {
|
|
330
330
|
duration: string | null;
|
|
331
|
-
text: string | null;
|
|
332
331
|
start: string | null;
|
|
332
|
+
text: string | null;
|
|
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
|
-
thumbnail: string | null;
|
|
348
347
|
comments: number | null;
|
|
348
|
+
thumbnail: string | null;
|
|
349
349
|
viewCount: number | null;
|
|
350
350
|
likes: number | null;
|
|
351
351
|
channelName: string | null;
|
|
@@ -354,8 +354,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
354
354
|
}[] | undefined;
|
|
355
355
|
transcript?: {
|
|
356
356
|
duration: string | null;
|
|
357
|
-
text: string | null;
|
|
358
357
|
start: string | null;
|
|
358
|
+
text: string | null;
|
|
359
359
|
}[] | undefined;
|
|
360
360
|
fullTranscriptText?: string | undefined;
|
|
361
361
|
}>;
|
|
@@ -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;
|
|
@@ -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<{
|
|
@@ -213,8 +213,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
213
213
|
success: z.ZodBoolean;
|
|
214
214
|
error: z.ZodString;
|
|
215
215
|
}, "strip", z.ZodTypeAny, {
|
|
216
|
-
error: string;
|
|
217
216
|
success: boolean;
|
|
217
|
+
error: string;
|
|
218
218
|
metadata: {
|
|
219
219
|
processingTime: number;
|
|
220
220
|
totalDocuments: number;
|
|
@@ -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;
|
|
@@ -239,8 +239,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
239
239
|
csv?: string | undefined;
|
|
240
240
|
};
|
|
241
241
|
}, {
|
|
242
|
-
error: string;
|
|
243
242
|
success: boolean;
|
|
243
|
+
error: string;
|
|
244
244
|
metadata: {
|
|
245
245
|
processingTime: number;
|
|
246
246
|
totalDocuments: number;
|
|
@@ -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;
|
|
@@ -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<{
|
|
@@ -465,8 +465,8 @@ 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
468
|
success: boolean;
|
|
469
|
+
error: string;
|
|
470
470
|
metadata: {
|
|
471
471
|
processingTime: number;
|
|
472
472
|
totalDocuments: number;
|
|
@@ -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;
|
|
@@ -491,8 +491,8 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
|
|
|
491
491
|
csv?: string | undefined;
|
|
492
492
|
};
|
|
493
493
|
}, {
|
|
494
|
-
error: string;
|
|
495
494
|
success: boolean;
|
|
495
|
+
error: string;
|
|
496
496
|
metadata: {
|
|
497
497
|
processingTime: number;
|
|
498
498
|
totalDocuments: number;
|
|
@@ -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;
|
|
@@ -51,8 +51,8 @@ declare const ParseDocumentWorkflowParamsSchema: z.ZodObject<{
|
|
|
51
51
|
pages?: number[] | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
format?: "png" | "jpeg" | undefined;
|
|
54
|
-
quality?: number | undefined;
|
|
55
54
|
pages?: number[] | undefined;
|
|
55
|
+
quality?: number | undefined;
|
|
56
56
|
dpi?: number | undefined;
|
|
57
57
|
}>>;
|
|
58
58
|
aiOptions: z.ZodDefault<z.ZodObject<{
|
|
@@ -146,8 +146,8 @@ declare const ParseDocumentWorkflowParamsSchema: z.ZodObject<{
|
|
|
146
146
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
147
147
|
imageOptions?: {
|
|
148
148
|
format?: "png" | "jpeg" | undefined;
|
|
149
|
-
quality?: number | undefined;
|
|
150
149
|
pages?: number[] | undefined;
|
|
150
|
+
quality?: number | undefined;
|
|
151
151
|
dpi?: number | undefined;
|
|
152
152
|
} | undefined;
|
|
153
153
|
aiOptions?: {
|
|
@@ -269,8 +269,15 @@ 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
|
+
pages: {
|
|
275
|
+
pageNumber: number;
|
|
276
|
+
markdown: string;
|
|
277
|
+
hasCharts: boolean;
|
|
278
|
+
hasTables: boolean;
|
|
279
|
+
hasImages: boolean;
|
|
280
|
+
}[];
|
|
274
281
|
metadata: {
|
|
275
282
|
totalPages: number;
|
|
276
283
|
processingTime: number;
|
|
@@ -279,13 +286,6 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
279
286
|
imageFormat: string;
|
|
280
287
|
imageDpi: number;
|
|
281
288
|
};
|
|
282
|
-
pages: {
|
|
283
|
-
pageNumber: number;
|
|
284
|
-
markdown: string;
|
|
285
|
-
hasCharts: boolean;
|
|
286
|
-
hasTables: boolean;
|
|
287
|
-
hasImages: boolean;
|
|
288
|
-
}[];
|
|
289
289
|
markdown: string;
|
|
290
290
|
aiAnalysis: {
|
|
291
291
|
model: string;
|
|
@@ -305,8 +305,15 @@ 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
|
+
pages: {
|
|
311
|
+
pageNumber: number;
|
|
312
|
+
markdown: string;
|
|
313
|
+
hasCharts: boolean;
|
|
314
|
+
hasTables: boolean;
|
|
315
|
+
hasImages: boolean;
|
|
316
|
+
}[];
|
|
310
317
|
metadata: {
|
|
311
318
|
totalPages: number;
|
|
312
319
|
processingTime: number;
|
|
@@ -315,13 +322,6 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
315
322
|
imageFormat: string;
|
|
316
323
|
imageDpi: number;
|
|
317
324
|
};
|
|
318
|
-
pages: {
|
|
319
|
-
pageNumber: number;
|
|
320
|
-
markdown: string;
|
|
321
|
-
hasCharts: boolean;
|
|
322
|
-
hasTables: boolean;
|
|
323
|
-
hasImages: boolean;
|
|
324
|
-
}[];
|
|
325
325
|
markdown: string;
|
|
326
326
|
aiAnalysis: {
|
|
327
327
|
model: string;
|
|
@@ -382,8 +382,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
382
382
|
pages?: number[] | undefined;
|
|
383
383
|
}, {
|
|
384
384
|
format?: "png" | "jpeg" | undefined;
|
|
385
|
-
quality?: number | undefined;
|
|
386
385
|
pages?: number[] | undefined;
|
|
386
|
+
quality?: number | undefined;
|
|
387
387
|
dpi?: number | undefined;
|
|
388
388
|
}>>;
|
|
389
389
|
aiOptions: z.ZodDefault<z.ZodObject<{
|
|
@@ -477,8 +477,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
477
477
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
478
478
|
imageOptions?: {
|
|
479
479
|
format?: "png" | "jpeg" | undefined;
|
|
480
|
-
quality?: number | undefined;
|
|
481
480
|
pages?: number[] | undefined;
|
|
481
|
+
quality?: number | undefined;
|
|
482
482
|
dpi?: number | undefined;
|
|
483
483
|
} | undefined;
|
|
484
484
|
aiOptions?: {
|
|
@@ -597,8 +597,15 @@ 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
|
+
pages: {
|
|
603
|
+
pageNumber: number;
|
|
604
|
+
markdown: string;
|
|
605
|
+
hasCharts: boolean;
|
|
606
|
+
hasTables: boolean;
|
|
607
|
+
hasImages: boolean;
|
|
608
|
+
}[];
|
|
602
609
|
metadata: {
|
|
603
610
|
totalPages: number;
|
|
604
611
|
processingTime: number;
|
|
@@ -607,13 +614,6 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
607
614
|
imageFormat: string;
|
|
608
615
|
imageDpi: number;
|
|
609
616
|
};
|
|
610
|
-
pages: {
|
|
611
|
-
pageNumber: number;
|
|
612
|
-
markdown: string;
|
|
613
|
-
hasCharts: boolean;
|
|
614
|
-
hasTables: boolean;
|
|
615
|
-
hasImages: boolean;
|
|
616
|
-
}[];
|
|
617
617
|
markdown: string;
|
|
618
618
|
aiAnalysis: {
|
|
619
619
|
model: string;
|
|
@@ -633,8 +633,15 @@ 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
|
+
pages: {
|
|
639
|
+
pageNumber: number;
|
|
640
|
+
markdown: string;
|
|
641
|
+
hasCharts: boolean;
|
|
642
|
+
hasTables: boolean;
|
|
643
|
+
hasImages: boolean;
|
|
644
|
+
}[];
|
|
638
645
|
metadata: {
|
|
639
646
|
totalPages: number;
|
|
640
647
|
processingTime: number;
|
|
@@ -643,13 +650,6 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
643
650
|
imageFormat: string;
|
|
644
651
|
imageDpi: number;
|
|
645
652
|
};
|
|
646
|
-
pages: {
|
|
647
|
-
pageNumber: number;
|
|
648
|
-
markdown: string;
|
|
649
|
-
hasCharts: boolean;
|
|
650
|
-
hasTables: boolean;
|
|
651
|
-
hasImages: boolean;
|
|
652
|
-
}[];
|
|
653
653
|
markdown: string;
|
|
654
654
|
aiAnalysis: {
|
|
655
655
|
model: string;
|