@bubblelab/bubble-core 0.1.147 → 0.1.149
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 +134 -134
- package/dist/bubble-flow/bubble-flow-class.d.ts +2 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +234 -234
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +110 -110
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +52 -52
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +98 -98
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +55 -55
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +376 -376
- package/dist/bubbles/service-bubble/followupboss.d.ts +260 -260
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/github.d.ts +236 -236
- package/dist/bubbles/service-bubble/gmail.d.ts +256 -256
- package/dist/bubbles/service-bubble/google-calendar.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-drive.d.ts +154 -154
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +14 -14
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +82 -82
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +84 -84
- package/dist/bubbles/service-bubble/notion/notion.d.ts +3451 -3451
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +3 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +36 -36
- package/dist/bubbles/service-bubble/slack/slack.d.ts +714 -714
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +21 -4
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +131 -131
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +34 -34
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +11 -11
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- 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 +14 -14
- 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 +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +473 -473
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +160 -160
- 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 +16 -16
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +12 -12
- 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 +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +88 -88
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -121,7 +121,7 @@ declare const GenerateDocumentWorkflowParamsSchema: z.ZodObject<{
|
|
|
121
121
|
} | undefined;
|
|
122
122
|
}[];
|
|
123
123
|
outputDescription: string;
|
|
124
|
-
outputFormat: "
|
|
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?: "
|
|
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;
|
|
@@ -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
|
-
success: boolean;
|
|
217
216
|
error: string;
|
|
217
|
+
success: boolean;
|
|
218
218
|
metadata: {
|
|
219
219
|
processingTime: number;
|
|
220
220
|
totalDocuments: number;
|
|
@@ -234,13 +234,13 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
234
234
|
processingTime?: number | undefined;
|
|
235
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
|
-
success: boolean;
|
|
243
242
|
error: string;
|
|
243
|
+
success: boolean;
|
|
244
244
|
metadata: {
|
|
245
245
|
processingTime: number;
|
|
246
246
|
totalDocuments: number;
|
|
@@ -260,9 +260,9 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
260
260
|
processingTime?: number | undefined;
|
|
261
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: "
|
|
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?: "
|
|
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;
|
|
@@ -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
|
-
success: boolean;
|
|
469
468
|
error: string;
|
|
469
|
+
success: boolean;
|
|
470
470
|
metadata: {
|
|
471
471
|
processingTime: number;
|
|
472
472
|
totalDocuments: number;
|
|
@@ -486,13 +486,13 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
|
|
|
486
486
|
processingTime?: number | undefined;
|
|
487
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
|
-
success: boolean;
|
|
495
494
|
error: string;
|
|
495
|
+
success: boolean;
|
|
496
496
|
metadata: {
|
|
497
497
|
processingTime: number;
|
|
498
498
|
totalDocuments: number;
|
|
@@ -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;
|
|
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";
|
|
@@ -51,8 +51,8 @@ declare const ParseDocumentWorkflowParamsSchema: z.ZodObject<{
|
|
|
51
51
|
pages?: number[] | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
format?: "png" | "jpeg" | undefined;
|
|
54
|
-
pages?: number[] | undefined;
|
|
55
54
|
quality?: number | undefined;
|
|
55
|
+
pages?: 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
|
-
pages?: number[] | undefined;
|
|
150
149
|
quality?: number | undefined;
|
|
150
|
+
pages?: number[] | undefined;
|
|
151
151
|
dpi?: number | undefined;
|
|
152
152
|
} | undefined;
|
|
153
153
|
aiOptions?: {
|
|
@@ -269,15 +269,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
269
269
|
success: z.ZodBoolean;
|
|
270
270
|
error: z.ZodString;
|
|
271
271
|
}, "strip", z.ZodTypeAny, {
|
|
272
|
-
success: boolean;
|
|
273
272
|
error: string;
|
|
274
|
-
|
|
275
|
-
pageNumber: number;
|
|
276
|
-
markdown: string;
|
|
277
|
-
hasCharts: boolean;
|
|
278
|
-
hasTables: boolean;
|
|
279
|
-
hasImages: boolean;
|
|
280
|
-
}[];
|
|
273
|
+
success: boolean;
|
|
281
274
|
metadata: {
|
|
282
275
|
totalPages: number;
|
|
283
276
|
processingTime: number;
|
|
@@ -286,6 +279,13 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
286
279
|
imageFormat: string;
|
|
287
280
|
imageDpi: number;
|
|
288
281
|
};
|
|
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,15 +305,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
305
305
|
fileUrl?: string | undefined;
|
|
306
306
|
}[] | undefined;
|
|
307
307
|
}, {
|
|
308
|
-
success: boolean;
|
|
309
308
|
error: string;
|
|
310
|
-
|
|
311
|
-
pageNumber: number;
|
|
312
|
-
markdown: string;
|
|
313
|
-
hasCharts: boolean;
|
|
314
|
-
hasTables: boolean;
|
|
315
|
-
hasImages: boolean;
|
|
316
|
-
}[];
|
|
309
|
+
success: boolean;
|
|
317
310
|
metadata: {
|
|
318
311
|
totalPages: number;
|
|
319
312
|
processingTime: number;
|
|
@@ -322,6 +315,13 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
322
315
|
imageFormat: string;
|
|
323
316
|
imageDpi: number;
|
|
324
317
|
};
|
|
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
|
-
pages?: number[] | undefined;
|
|
386
385
|
quality?: number | undefined;
|
|
386
|
+
pages?: 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
|
-
pages?: number[] | undefined;
|
|
481
480
|
quality?: number | undefined;
|
|
481
|
+
pages?: number[] | undefined;
|
|
482
482
|
dpi?: number | undefined;
|
|
483
483
|
} | undefined;
|
|
484
484
|
aiOptions?: {
|
|
@@ -597,15 +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
|
-
success: boolean;
|
|
601
600
|
error: string;
|
|
602
|
-
|
|
603
|
-
pageNumber: number;
|
|
604
|
-
markdown: string;
|
|
605
|
-
hasCharts: boolean;
|
|
606
|
-
hasTables: boolean;
|
|
607
|
-
hasImages: boolean;
|
|
608
|
-
}[];
|
|
601
|
+
success: boolean;
|
|
609
602
|
metadata: {
|
|
610
603
|
totalPages: number;
|
|
611
604
|
processingTime: number;
|
|
@@ -614,6 +607,13 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
614
607
|
imageFormat: string;
|
|
615
608
|
imageDpi: number;
|
|
616
609
|
};
|
|
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,15 +633,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
633
633
|
fileUrl?: string | undefined;
|
|
634
634
|
}[] | undefined;
|
|
635
635
|
}, {
|
|
636
|
-
success: boolean;
|
|
637
636
|
error: string;
|
|
638
|
-
|
|
639
|
-
pageNumber: number;
|
|
640
|
-
markdown: string;
|
|
641
|
-
hasCharts: boolean;
|
|
642
|
-
hasTables: boolean;
|
|
643
|
-
hasImages: boolean;
|
|
644
|
-
}[];
|
|
637
|
+
success: boolean;
|
|
645
638
|
metadata: {
|
|
646
639
|
totalPages: number;
|
|
647
640
|
processingTime: number;
|
|
@@ -650,6 +643,13 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
650
643
|
imageFormat: string;
|
|
651
644
|
imageDpi: number;
|
|
652
645
|
};
|
|
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;
|