@bubblelab/bubble-core 0.1.146 → 0.1.147
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 +76 -76
- package/dist/bubbles/service-bubble/agi-inc.d.ts +28 -28
- package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +37 -37
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +21 -21
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +394 -394
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/github.d.ts +210 -210
- package/dist/bubbles/service-bubble/gmail.d.ts +410 -410
- package/dist/bubbles/service-bubble/google-calendar.d.ts +2 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +18 -18
- package/dist/bubbles/service-bubble/notion/notion.d.ts +13738 -9223
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +55 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +504 -504
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +25 -25
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +386 -386
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +46 -46
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles.json +732 -3
- package/package.json +2 -2
|
@@ -28,12 +28,12 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
28
28
|
content: z.ZodString;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
title: string;
|
|
31
|
-
content: string;
|
|
32
31
|
url: string;
|
|
32
|
+
content: string;
|
|
33
33
|
}, {
|
|
34
34
|
title: string;
|
|
35
|
-
content: string;
|
|
36
35
|
url: string;
|
|
36
|
+
content: string;
|
|
37
37
|
}>, "many">;
|
|
38
38
|
query: z.ZodString;
|
|
39
39
|
totalResults: z.ZodNumber;
|
|
@@ -42,25 +42,25 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
42
42
|
success: z.ZodBoolean;
|
|
43
43
|
error: z.ZodString;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
+
query: string;
|
|
45
46
|
success: boolean;
|
|
46
47
|
error: string;
|
|
47
|
-
query: string;
|
|
48
48
|
results: {
|
|
49
49
|
title: string;
|
|
50
|
-
content: string;
|
|
51
50
|
url: string;
|
|
51
|
+
content: string;
|
|
52
52
|
}[];
|
|
53
53
|
creditsUsed: number;
|
|
54
54
|
totalResults: number;
|
|
55
55
|
searchEngine: string;
|
|
56
56
|
}, {
|
|
57
|
+
query: string;
|
|
57
58
|
success: boolean;
|
|
58
59
|
error: string;
|
|
59
|
-
query: string;
|
|
60
60
|
results: {
|
|
61
61
|
title: string;
|
|
62
|
-
content: string;
|
|
63
62
|
url: string;
|
|
63
|
+
content: string;
|
|
64
64
|
}[];
|
|
65
65
|
creditsUsed: number;
|
|
66
66
|
totalResults: number;
|
|
@@ -97,12 +97,12 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
97
97
|
content: z.ZodString;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
99
|
title: string;
|
|
100
|
-
content: string;
|
|
101
100
|
url: string;
|
|
101
|
+
content: string;
|
|
102
102
|
}, {
|
|
103
103
|
title: string;
|
|
104
|
-
content: string;
|
|
105
104
|
url: string;
|
|
105
|
+
content: string;
|
|
106
106
|
}>, "many">;
|
|
107
107
|
query: z.ZodString;
|
|
108
108
|
totalResults: z.ZodNumber;
|
|
@@ -111,25 +111,25 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
111
111
|
success: z.ZodBoolean;
|
|
112
112
|
error: z.ZodString;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
+
query: string;
|
|
114
115
|
success: boolean;
|
|
115
116
|
error: string;
|
|
116
|
-
query: string;
|
|
117
117
|
results: {
|
|
118
118
|
title: string;
|
|
119
|
-
content: string;
|
|
120
119
|
url: string;
|
|
120
|
+
content: string;
|
|
121
121
|
}[];
|
|
122
122
|
creditsUsed: number;
|
|
123
123
|
totalResults: number;
|
|
124
124
|
searchEngine: string;
|
|
125
125
|
}, {
|
|
126
|
+
query: string;
|
|
126
127
|
success: boolean;
|
|
127
128
|
error: string;
|
|
128
|
-
query: string;
|
|
129
129
|
results: {
|
|
130
130
|
title: string;
|
|
131
|
-
content: string;
|
|
132
131
|
url: string;
|
|
132
|
+
content: string;
|
|
133
133
|
}[];
|
|
134
134
|
creditsUsed: number;
|
|
135
135
|
totalResults: number;
|
|
@@ -21,10 +21,10 @@ declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
21
21
|
title: string | null;
|
|
22
22
|
date: string | null;
|
|
23
23
|
url: string | null;
|
|
24
|
-
duration: string | null;
|
|
25
24
|
id: string | null;
|
|
26
|
-
|
|
25
|
+
duration: 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;
|
|
@@ -35,10 +35,10 @@ declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
35
35
|
title: string | null;
|
|
36
36
|
date: string | null;
|
|
37
37
|
url: string | null;
|
|
38
|
-
duration: string | null;
|
|
39
38
|
id: string | null;
|
|
40
|
-
|
|
39
|
+
duration: 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;
|
|
@@ -107,10 +107,10 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
107
107
|
title: string | null;
|
|
108
108
|
date: string | null;
|
|
109
109
|
url: string | null;
|
|
110
|
-
duration: string | null;
|
|
111
110
|
id: string | null;
|
|
112
|
-
|
|
111
|
+
duration: 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;
|
|
@@ -121,10 +121,10 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
121
121
|
title: string | null;
|
|
122
122
|
date: string | null;
|
|
123
123
|
url: string | null;
|
|
124
|
-
duration: string | null;
|
|
125
124
|
id: string | null;
|
|
126
|
-
|
|
125
|
+
duration: 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;
|
|
@@ -158,10 +158,10 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
158
158
|
title: string | null;
|
|
159
159
|
date: string | null;
|
|
160
160
|
url: string | null;
|
|
161
|
-
duration: string | null;
|
|
162
161
|
id: string | null;
|
|
163
|
-
|
|
162
|
+
duration: 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;
|
|
@@ -184,10 +184,10 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
184
184
|
title: string | null;
|
|
185
185
|
date: string | null;
|
|
186
186
|
url: string | null;
|
|
187
|
-
duration: string | null;
|
|
188
187
|
id: string | null;
|
|
189
|
-
|
|
188
|
+
duration: 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;
|
|
@@ -265,10 +265,10 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
265
265
|
title: string | null;
|
|
266
266
|
date: string | null;
|
|
267
267
|
url: string | null;
|
|
268
|
-
duration: string | null;
|
|
269
268
|
id: string | null;
|
|
270
|
-
|
|
269
|
+
duration: 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;
|
|
@@ -279,10 +279,10 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
279
279
|
title: string | null;
|
|
280
280
|
date: string | null;
|
|
281
281
|
url: string | null;
|
|
282
|
-
duration: string | null;
|
|
283
282
|
id: string | null;
|
|
284
|
-
|
|
283
|
+
duration: 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;
|
|
@@ -316,10 +316,10 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
316
316
|
title: string | null;
|
|
317
317
|
date: string | null;
|
|
318
318
|
url: string | null;
|
|
319
|
-
duration: string | null;
|
|
320
319
|
id: string | null;
|
|
321
|
-
|
|
320
|
+
duration: 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;
|
|
@@ -342,10 +342,10 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
342
342
|
title: string | null;
|
|
343
343
|
date: string | null;
|
|
344
344
|
url: string | null;
|
|
345
|
-
duration: string | null;
|
|
346
345
|
id: string | null;
|
|
347
|
-
|
|
346
|
+
duration: 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;
|
|
@@ -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?: {
|
|
@@ -271,6 +271,13 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
271
271
|
}, "strip", z.ZodTypeAny, {
|
|
272
272
|
success: boolean;
|
|
273
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;
|
|
@@ -307,6 +307,13 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
307
307
|
}, {
|
|
308
308
|
success: boolean;
|
|
309
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?: {
|
|
@@ -599,6 +599,13 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
599
599
|
}, "strip", z.ZodTypeAny, {
|
|
600
600
|
success: boolean;
|
|
601
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;
|
|
@@ -635,6 +635,13 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
635
635
|
}, {
|
|
636
636
|
success: boolean;
|
|
637
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;
|
|
@@ -92,8 +92,8 @@ declare const PDFFormOperationsParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
92
92
|
pdfData: string;
|
|
93
93
|
format?: "png" | "jpeg" | undefined;
|
|
94
94
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
95
|
-
quality?: number | undefined;
|
|
96
95
|
pages?: number[] | undefined;
|
|
96
|
+
quality?: number | undefined;
|
|
97
97
|
dpi?: number | undefined;
|
|
98
98
|
}>, z.ZodObject<{
|
|
99
99
|
operation: z.ZodLiteral<"convert-to-markdown">;
|
|
@@ -137,15 +137,15 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
137
137
|
potential_labels: z.ZodArray<z.ZodString, "many">;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
139
|
type: string;
|
|
140
|
-
name: string;
|
|
141
|
-
x: number;
|
|
142
|
-
y: number;
|
|
143
140
|
id: number;
|
|
141
|
+
name: string;
|
|
142
|
+
page: number;
|
|
144
143
|
width: number;
|
|
145
144
|
height: number;
|
|
146
145
|
label: string;
|
|
147
|
-
page: number;
|
|
148
146
|
choices: string[];
|
|
147
|
+
x: number;
|
|
148
|
+
y: number;
|
|
149
149
|
field_type: string;
|
|
150
150
|
current_value: string;
|
|
151
151
|
rect: [number, number, number, number];
|
|
@@ -153,15 +153,15 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
153
153
|
potential_labels: string[];
|
|
154
154
|
}, {
|
|
155
155
|
type: string;
|
|
156
|
-
name: string;
|
|
157
|
-
x: number;
|
|
158
|
-
y: number;
|
|
159
156
|
id: number;
|
|
157
|
+
name: string;
|
|
158
|
+
page: number;
|
|
160
159
|
width: number;
|
|
161
160
|
height: number;
|
|
162
161
|
label: string;
|
|
163
|
-
page: number;
|
|
164
162
|
choices: string[];
|
|
163
|
+
x: number;
|
|
164
|
+
y: number;
|
|
165
165
|
field_type: string;
|
|
166
166
|
current_value: string;
|
|
167
167
|
rect: [number, number, number, number];
|
|
@@ -177,15 +177,15 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
177
177
|
error: string;
|
|
178
178
|
fields: {
|
|
179
179
|
type: string;
|
|
180
|
-
name: string;
|
|
181
|
-
x: number;
|
|
182
|
-
y: number;
|
|
183
180
|
id: number;
|
|
181
|
+
name: string;
|
|
182
|
+
page: number;
|
|
184
183
|
width: number;
|
|
185
184
|
height: number;
|
|
186
185
|
label: string;
|
|
187
|
-
page: number;
|
|
188
186
|
choices: string[];
|
|
187
|
+
x: number;
|
|
188
|
+
y: number;
|
|
189
189
|
field_type: string;
|
|
190
190
|
current_value: string;
|
|
191
191
|
rect: [number, number, number, number];
|
|
@@ -199,15 +199,15 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
199
199
|
error: string;
|
|
200
200
|
fields: {
|
|
201
201
|
type: string;
|
|
202
|
-
name: string;
|
|
203
|
-
x: number;
|
|
204
|
-
y: number;
|
|
205
202
|
id: number;
|
|
203
|
+
name: string;
|
|
204
|
+
page: number;
|
|
206
205
|
width: number;
|
|
207
206
|
height: number;
|
|
208
207
|
label: string;
|
|
209
|
-
page: number;
|
|
210
208
|
choices: string[];
|
|
209
|
+
x: number;
|
|
210
|
+
y: number;
|
|
211
211
|
field_type: string;
|
|
212
212
|
current_value: string;
|
|
213
213
|
rect: [number, number, number, number];
|
|
@@ -410,17 +410,17 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
410
410
|
}, "strip", z.ZodTypeAny, {
|
|
411
411
|
value: string;
|
|
412
412
|
type: string;
|
|
413
|
+
id: number;
|
|
413
414
|
name: string;
|
|
414
415
|
x: number;
|
|
415
416
|
y: number;
|
|
416
|
-
id: number;
|
|
417
417
|
}, {
|
|
418
418
|
value: string;
|
|
419
419
|
type: string;
|
|
420
|
+
id: number;
|
|
420
421
|
name: string;
|
|
421
422
|
x: number;
|
|
422
423
|
y: number;
|
|
423
|
-
id: number;
|
|
424
424
|
}>, "many">>;
|
|
425
425
|
}, "strip", z.ZodTypeAny, {
|
|
426
426
|
pageNumber: number;
|
|
@@ -428,10 +428,10 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
428
428
|
formFields?: {
|
|
429
429
|
value: string;
|
|
430
430
|
type: string;
|
|
431
|
+
id: number;
|
|
431
432
|
name: string;
|
|
432
433
|
x: number;
|
|
433
434
|
y: number;
|
|
434
|
-
id: number;
|
|
435
435
|
}[] | undefined;
|
|
436
436
|
}, {
|
|
437
437
|
pageNumber: number;
|
|
@@ -439,10 +439,10 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
439
439
|
formFields?: {
|
|
440
440
|
value: string;
|
|
441
441
|
type: string;
|
|
442
|
+
id: number;
|
|
442
443
|
name: string;
|
|
443
444
|
x: number;
|
|
444
445
|
y: number;
|
|
445
|
-
id: number;
|
|
446
446
|
}[] | undefined;
|
|
447
447
|
}>, "many">;
|
|
448
448
|
totalPages: z.ZodNumber;
|
|
@@ -459,10 +459,10 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
459
459
|
formFields?: {
|
|
460
460
|
value: string;
|
|
461
461
|
type: string;
|
|
462
|
+
id: number;
|
|
462
463
|
name: string;
|
|
463
464
|
x: number;
|
|
464
465
|
y: number;
|
|
465
|
-
id: number;
|
|
466
466
|
}[] | undefined;
|
|
467
467
|
}[];
|
|
468
468
|
markdown: string;
|
|
@@ -478,10 +478,10 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
478
478
|
formFields?: {
|
|
479
479
|
value: string;
|
|
480
480
|
type: string;
|
|
481
|
+
id: number;
|
|
481
482
|
name: string;
|
|
482
483
|
x: number;
|
|
483
484
|
y: number;
|
|
484
|
-
id: number;
|
|
485
485
|
}[] | undefined;
|
|
486
486
|
}[];
|
|
487
487
|
markdown: string;
|
|
@@ -574,8 +574,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
574
574
|
pdfData: string;
|
|
575
575
|
format?: "png" | "jpeg" | undefined;
|
|
576
576
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
577
|
-
quality?: number | undefined;
|
|
578
577
|
pages?: number[] | undefined;
|
|
578
|
+
quality?: number | undefined;
|
|
579
579
|
dpi?: number | undefined;
|
|
580
580
|
}>, z.ZodObject<{
|
|
581
581
|
operation: z.ZodLiteral<"convert-to-markdown">;
|
|
@@ -616,15 +616,15 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
616
616
|
potential_labels: z.ZodArray<z.ZodString, "many">;
|
|
617
617
|
}, "strip", z.ZodTypeAny, {
|
|
618
618
|
type: string;
|
|
619
|
-
name: string;
|
|
620
|
-
x: number;
|
|
621
|
-
y: number;
|
|
622
619
|
id: number;
|
|
620
|
+
name: string;
|
|
621
|
+
page: number;
|
|
623
622
|
width: number;
|
|
624
623
|
height: number;
|
|
625
624
|
label: string;
|
|
626
|
-
page: number;
|
|
627
625
|
choices: string[];
|
|
626
|
+
x: number;
|
|
627
|
+
y: number;
|
|
628
628
|
field_type: string;
|
|
629
629
|
current_value: string;
|
|
630
630
|
rect: [number, number, number, number];
|
|
@@ -632,15 +632,15 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
632
632
|
potential_labels: string[];
|
|
633
633
|
}, {
|
|
634
634
|
type: string;
|
|
635
|
-
name: string;
|
|
636
|
-
x: number;
|
|
637
|
-
y: number;
|
|
638
635
|
id: number;
|
|
636
|
+
name: string;
|
|
637
|
+
page: number;
|
|
639
638
|
width: number;
|
|
640
639
|
height: number;
|
|
641
640
|
label: string;
|
|
642
|
-
page: number;
|
|
643
641
|
choices: string[];
|
|
642
|
+
x: number;
|
|
643
|
+
y: number;
|
|
644
644
|
field_type: string;
|
|
645
645
|
current_value: string;
|
|
646
646
|
rect: [number, number, number, number];
|
|
@@ -656,15 +656,15 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
656
656
|
error: string;
|
|
657
657
|
fields: {
|
|
658
658
|
type: string;
|
|
659
|
-
name: string;
|
|
660
|
-
x: number;
|
|
661
|
-
y: number;
|
|
662
659
|
id: number;
|
|
660
|
+
name: string;
|
|
661
|
+
page: number;
|
|
663
662
|
width: number;
|
|
664
663
|
height: number;
|
|
665
664
|
label: string;
|
|
666
|
-
page: number;
|
|
667
665
|
choices: string[];
|
|
666
|
+
x: number;
|
|
667
|
+
y: number;
|
|
668
668
|
field_type: string;
|
|
669
669
|
current_value: string;
|
|
670
670
|
rect: [number, number, number, number];
|
|
@@ -678,15 +678,15 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
678
678
|
error: string;
|
|
679
679
|
fields: {
|
|
680
680
|
type: string;
|
|
681
|
-
name: string;
|
|
682
|
-
x: number;
|
|
683
|
-
y: number;
|
|
684
681
|
id: number;
|
|
682
|
+
name: string;
|
|
683
|
+
page: number;
|
|
685
684
|
width: number;
|
|
686
685
|
height: number;
|
|
687
686
|
label: string;
|
|
688
|
-
page: number;
|
|
689
687
|
choices: string[];
|
|
688
|
+
x: number;
|
|
689
|
+
y: number;
|
|
690
690
|
field_type: string;
|
|
691
691
|
current_value: string;
|
|
692
692
|
rect: [number, number, number, number];
|
|
@@ -889,17 +889,17 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
889
889
|
}, "strip", z.ZodTypeAny, {
|
|
890
890
|
value: string;
|
|
891
891
|
type: string;
|
|
892
|
+
id: number;
|
|
892
893
|
name: string;
|
|
893
894
|
x: number;
|
|
894
895
|
y: number;
|
|
895
|
-
id: number;
|
|
896
896
|
}, {
|
|
897
897
|
value: string;
|
|
898
898
|
type: string;
|
|
899
|
+
id: number;
|
|
899
900
|
name: string;
|
|
900
901
|
x: number;
|
|
901
902
|
y: number;
|
|
902
|
-
id: number;
|
|
903
903
|
}>, "many">>;
|
|
904
904
|
}, "strip", z.ZodTypeAny, {
|
|
905
905
|
pageNumber: number;
|
|
@@ -907,10 +907,10 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
907
907
|
formFields?: {
|
|
908
908
|
value: string;
|
|
909
909
|
type: string;
|
|
910
|
+
id: number;
|
|
910
911
|
name: string;
|
|
911
912
|
x: number;
|
|
912
913
|
y: number;
|
|
913
|
-
id: number;
|
|
914
914
|
}[] | undefined;
|
|
915
915
|
}, {
|
|
916
916
|
pageNumber: number;
|
|
@@ -918,10 +918,10 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
918
918
|
formFields?: {
|
|
919
919
|
value: string;
|
|
920
920
|
type: string;
|
|
921
|
+
id: number;
|
|
921
922
|
name: string;
|
|
922
923
|
x: number;
|
|
923
924
|
y: number;
|
|
924
|
-
id: number;
|
|
925
925
|
}[] | undefined;
|
|
926
926
|
}>, "many">;
|
|
927
927
|
totalPages: z.ZodNumber;
|
|
@@ -938,10 +938,10 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
938
938
|
formFields?: {
|
|
939
939
|
value: string;
|
|
940
940
|
type: string;
|
|
941
|
+
id: number;
|
|
941
942
|
name: string;
|
|
942
943
|
x: number;
|
|
943
944
|
y: number;
|
|
944
|
-
id: number;
|
|
945
945
|
}[] | undefined;
|
|
946
946
|
}[];
|
|
947
947
|
markdown: string;
|
|
@@ -957,10 +957,10 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
957
957
|
formFields?: {
|
|
958
958
|
value: string;
|
|
959
959
|
type: string;
|
|
960
|
+
id: number;
|
|
960
961
|
name: string;
|
|
961
962
|
x: number;
|
|
962
963
|
y: number;
|
|
963
|
-
id: number;
|
|
964
964
|
}[] | undefined;
|
|
965
965
|
}[];
|
|
966
966
|
markdown: string;
|