@bubblelab/bubble-core 0.1.211 → 0.1.213
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 +58 -58
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +15 -1
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +192 -25
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- 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 +4 -4
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/notion/notion.d.ts +244 -244
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +4 -0
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +4 -0
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.d.ts +154 -154
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js +53 -7
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/storage.js +5 -3
- package/dist/bubbles/service-bubble/storage.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +80 -80
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -105,8 +105,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
105
105
|
playCount: number | null;
|
|
106
106
|
shareCount: number | null;
|
|
107
107
|
} | null;
|
|
108
|
-
text: string | null;
|
|
109
108
|
id: string | null;
|
|
109
|
+
text: string | null;
|
|
110
110
|
hashtags: {
|
|
111
111
|
name: string | null;
|
|
112
112
|
}[] | null;
|
|
@@ -135,8 +135,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
135
135
|
playCount: number | null;
|
|
136
136
|
shareCount: number | null;
|
|
137
137
|
} | null;
|
|
138
|
-
text: string | null;
|
|
139
138
|
id: string | null;
|
|
139
|
+
text: string | null;
|
|
140
140
|
hashtags: {
|
|
141
141
|
name: string | null;
|
|
142
142
|
}[] | null;
|
|
@@ -173,8 +173,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
173
173
|
playCount: number | null;
|
|
174
174
|
shareCount: number | null;
|
|
175
175
|
} | null;
|
|
176
|
-
text: string | null;
|
|
177
176
|
id: string | null;
|
|
177
|
+
text: string | null;
|
|
178
178
|
hashtags: {
|
|
179
179
|
name: string | null;
|
|
180
180
|
}[] | null;
|
|
@@ -209,8 +209,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
209
209
|
playCount: number | null;
|
|
210
210
|
shareCount: number | null;
|
|
211
211
|
} | null;
|
|
212
|
-
text: string | null;
|
|
213
212
|
id: string | null;
|
|
213
|
+
text: string | null;
|
|
214
214
|
hashtags: {
|
|
215
215
|
name: string | null;
|
|
216
216
|
}[] | null;
|
|
@@ -342,8 +342,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
342
342
|
playCount: number | null;
|
|
343
343
|
shareCount: number | null;
|
|
344
344
|
} | null;
|
|
345
|
-
text: string | null;
|
|
346
345
|
id: string | null;
|
|
346
|
+
text: string | null;
|
|
347
347
|
hashtags: {
|
|
348
348
|
name: string | null;
|
|
349
349
|
}[] | null;
|
|
@@ -372,8 +372,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
372
372
|
playCount: number | null;
|
|
373
373
|
shareCount: number | null;
|
|
374
374
|
} | null;
|
|
375
|
-
text: string | null;
|
|
376
375
|
id: string | null;
|
|
376
|
+
text: string | null;
|
|
377
377
|
hashtags: {
|
|
378
378
|
name: string | null;
|
|
379
379
|
}[] | null;
|
|
@@ -410,8 +410,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
410
410
|
playCount: number | null;
|
|
411
411
|
shareCount: number | null;
|
|
412
412
|
} | null;
|
|
413
|
-
text: string | null;
|
|
414
413
|
id: string | null;
|
|
414
|
+
text: string | null;
|
|
415
415
|
hashtags: {
|
|
416
416
|
name: string | null;
|
|
417
417
|
}[] | null;
|
|
@@ -446,8 +446,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
446
446
|
playCount: number | null;
|
|
447
447
|
shareCount: number | null;
|
|
448
448
|
} | null;
|
|
449
|
-
text: string | null;
|
|
450
449
|
id: string | null;
|
|
450
|
+
text: string | null;
|
|
451
451
|
hashtags: {
|
|
452
452
|
name: string | null;
|
|
453
453
|
}[] | null;
|
|
@@ -154,9 +154,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
154
154
|
quoteCount: number | null;
|
|
155
155
|
bookmarkCount: number | null;
|
|
156
156
|
} | null;
|
|
157
|
-
text: string | null;
|
|
158
157
|
id: string | null;
|
|
159
158
|
url: string | null;
|
|
159
|
+
text: string | null;
|
|
160
160
|
entities: {
|
|
161
161
|
hashtags: string[] | null;
|
|
162
162
|
mentions: string[] | null;
|
|
@@ -197,9 +197,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
197
197
|
quoteCount: number | null;
|
|
198
198
|
bookmarkCount: number | null;
|
|
199
199
|
} | null;
|
|
200
|
-
text: string | null;
|
|
201
200
|
id: string | null;
|
|
202
201
|
url: string | null;
|
|
202
|
+
text: string | null;
|
|
203
203
|
entities: {
|
|
204
204
|
hashtags: string[] | null;
|
|
205
205
|
mentions: string[] | null;
|
|
@@ -374,9 +374,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
374
374
|
quoteCount: number | null;
|
|
375
375
|
bookmarkCount: number | null;
|
|
376
376
|
} | null;
|
|
377
|
-
text: string | null;
|
|
378
377
|
id: string | null;
|
|
379
378
|
url: string | null;
|
|
379
|
+
text: string | null;
|
|
380
380
|
entities: {
|
|
381
381
|
hashtags: string[] | null;
|
|
382
382
|
mentions: string[] | null;
|
|
@@ -417,9 +417,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
417
417
|
quoteCount: number | null;
|
|
418
418
|
bookmarkCount: number | null;
|
|
419
419
|
} | null;
|
|
420
|
-
text: string | null;
|
|
421
420
|
id: string | null;
|
|
422
421
|
url: string | null;
|
|
422
|
+
text: string | null;
|
|
423
423
|
entities: {
|
|
424
424
|
hashtags: string[] | null;
|
|
425
425
|
mentions: string[] | null;
|
|
@@ -468,9 +468,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
468
468
|
quoteCount: number | null;
|
|
469
469
|
bookmarkCount: number | null;
|
|
470
470
|
} | null;
|
|
471
|
-
text: string | null;
|
|
472
471
|
id: string | null;
|
|
473
472
|
url: string | null;
|
|
473
|
+
text: string | null;
|
|
474
474
|
entities: {
|
|
475
475
|
hashtags: string[] | null;
|
|
476
476
|
mentions: string[] | null;
|
|
@@ -517,9 +517,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
517
517
|
quoteCount: number | null;
|
|
518
518
|
bookmarkCount: number | null;
|
|
519
519
|
} | null;
|
|
520
|
-
text: string | null;
|
|
521
520
|
id: string | null;
|
|
522
521
|
url: string | null;
|
|
522
|
+
text: string | null;
|
|
523
523
|
entities: {
|
|
524
524
|
hashtags: string[] | null;
|
|
525
525
|
mentions: string[] | null;
|
|
@@ -720,9 +720,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
720
720
|
quoteCount: number | null;
|
|
721
721
|
bookmarkCount: number | null;
|
|
722
722
|
} | null;
|
|
723
|
-
text: string | null;
|
|
724
723
|
id: string | null;
|
|
725
724
|
url: string | null;
|
|
725
|
+
text: string | null;
|
|
726
726
|
entities: {
|
|
727
727
|
hashtags: string[] | null;
|
|
728
728
|
mentions: string[] | null;
|
|
@@ -763,9 +763,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
763
763
|
quoteCount: number | null;
|
|
764
764
|
bookmarkCount: number | null;
|
|
765
765
|
} | null;
|
|
766
|
-
text: string | null;
|
|
767
766
|
id: string | null;
|
|
768
767
|
url: string | null;
|
|
768
|
+
text: string | null;
|
|
769
769
|
entities: {
|
|
770
770
|
hashtags: string[] | null;
|
|
771
771
|
mentions: string[] | null;
|
|
@@ -814,9 +814,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
814
814
|
quoteCount: number | null;
|
|
815
815
|
bookmarkCount: number | null;
|
|
816
816
|
} | null;
|
|
817
|
-
text: string | null;
|
|
818
817
|
id: string | null;
|
|
819
818
|
url: string | null;
|
|
819
|
+
text: string | null;
|
|
820
820
|
entities: {
|
|
821
821
|
hashtags: string[] | null;
|
|
822
822
|
mentions: string[] | null;
|
|
@@ -863,9 +863,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
863
863
|
quoteCount: number | null;
|
|
864
864
|
bookmarkCount: number | null;
|
|
865
865
|
} | null;
|
|
866
|
-
text: string | null;
|
|
867
866
|
id: string | null;
|
|
868
867
|
url: string | null;
|
|
868
|
+
text: string | null;
|
|
869
869
|
entities: {
|
|
870
870
|
hashtags: string[] | null;
|
|
871
871
|
mentions: string[] | null;
|
|
@@ -138,12 +138,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
139
|
type: string;
|
|
140
140
|
name: string;
|
|
141
|
-
choices: string[];
|
|
142
141
|
id: number;
|
|
143
142
|
width: number;
|
|
144
143
|
height: number;
|
|
145
144
|
label: string;
|
|
146
145
|
page: number;
|
|
146
|
+
choices: string[];
|
|
147
147
|
x: number;
|
|
148
148
|
y: number;
|
|
149
149
|
field_type: string;
|
|
@@ -154,12 +154,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
154
154
|
}, {
|
|
155
155
|
type: string;
|
|
156
156
|
name: string;
|
|
157
|
-
choices: string[];
|
|
158
157
|
id: number;
|
|
159
158
|
width: number;
|
|
160
159
|
height: number;
|
|
161
160
|
label: string;
|
|
162
161
|
page: number;
|
|
162
|
+
choices: string[];
|
|
163
163
|
x: number;
|
|
164
164
|
y: number;
|
|
165
165
|
field_type: string;
|
|
@@ -177,12 +177,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
177
177
|
fields: {
|
|
178
178
|
type: string;
|
|
179
179
|
name: string;
|
|
180
|
-
choices: string[];
|
|
181
180
|
id: number;
|
|
182
181
|
width: number;
|
|
183
182
|
height: number;
|
|
184
183
|
label: string;
|
|
185
184
|
page: number;
|
|
185
|
+
choices: string[];
|
|
186
186
|
x: number;
|
|
187
187
|
y: number;
|
|
188
188
|
field_type: string;
|
|
@@ -199,12 +199,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
199
199
|
fields: {
|
|
200
200
|
type: string;
|
|
201
201
|
name: string;
|
|
202
|
-
choices: string[];
|
|
203
202
|
id: number;
|
|
204
203
|
width: number;
|
|
205
204
|
height: number;
|
|
206
205
|
label: string;
|
|
207
206
|
page: number;
|
|
207
|
+
choices: string[];
|
|
208
208
|
x: number;
|
|
209
209
|
y: number;
|
|
210
210
|
field_type: string;
|
|
@@ -617,12 +617,12 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
617
617
|
}, "strip", z.ZodTypeAny, {
|
|
618
618
|
type: string;
|
|
619
619
|
name: string;
|
|
620
|
-
choices: string[];
|
|
621
620
|
id: number;
|
|
622
621
|
width: number;
|
|
623
622
|
height: number;
|
|
624
623
|
label: string;
|
|
625
624
|
page: number;
|
|
625
|
+
choices: string[];
|
|
626
626
|
x: number;
|
|
627
627
|
y: number;
|
|
628
628
|
field_type: string;
|
|
@@ -633,12 +633,12 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
633
633
|
}, {
|
|
634
634
|
type: string;
|
|
635
635
|
name: string;
|
|
636
|
-
choices: string[];
|
|
637
636
|
id: number;
|
|
638
637
|
width: number;
|
|
639
638
|
height: number;
|
|
640
639
|
label: string;
|
|
641
640
|
page: number;
|
|
641
|
+
choices: string[];
|
|
642
642
|
x: number;
|
|
643
643
|
y: number;
|
|
644
644
|
field_type: string;
|
|
@@ -656,12 +656,12 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
656
656
|
fields: {
|
|
657
657
|
type: string;
|
|
658
658
|
name: string;
|
|
659
|
-
choices: string[];
|
|
660
659
|
id: number;
|
|
661
660
|
width: number;
|
|
662
661
|
height: number;
|
|
663
662
|
label: string;
|
|
664
663
|
page: number;
|
|
664
|
+
choices: string[];
|
|
665
665
|
x: number;
|
|
666
666
|
y: number;
|
|
667
667
|
field_type: string;
|
|
@@ -678,12 +678,12 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
678
678
|
fields: {
|
|
679
679
|
type: string;
|
|
680
680
|
name: string;
|
|
681
|
-
choices: string[];
|
|
682
681
|
id: number;
|
|
683
682
|
width: number;
|
|
684
683
|
height: number;
|
|
685
684
|
label: string;
|
|
686
685
|
page: number;
|
|
686
|
+
choices: string[];
|
|
687
687
|
x: number;
|
|
688
688
|
y: number;
|
|
689
689
|
field_type: string;
|
|
@@ -195,12 +195,12 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
195
195
|
fieldName: z.ZodString;
|
|
196
196
|
confidence: z.ZodNumber;
|
|
197
197
|
}, "strip", z.ZodTypeAny, {
|
|
198
|
-
fieldName: string;
|
|
199
198
|
id: number;
|
|
199
|
+
fieldName: string;
|
|
200
200
|
confidence: number;
|
|
201
201
|
}, {
|
|
202
|
-
fieldName: string;
|
|
203
202
|
id: number;
|
|
203
|
+
fieldName: string;
|
|
204
204
|
confidence: number;
|
|
205
205
|
}>, "many">;
|
|
206
206
|
discoveryData: z.ZodObject<{
|
|
@@ -258,8 +258,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
258
258
|
convertedPages: number;
|
|
259
259
|
};
|
|
260
260
|
extractedFields: {
|
|
261
|
-
fieldName: string;
|
|
262
261
|
id: number;
|
|
262
|
+
fieldName: string;
|
|
263
263
|
confidence: number;
|
|
264
264
|
}[];
|
|
265
265
|
discoveryData: {
|
|
@@ -283,8 +283,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
283
283
|
convertedPages: number;
|
|
284
284
|
};
|
|
285
285
|
extractedFields: {
|
|
286
|
-
fieldName: string;
|
|
287
286
|
id: number;
|
|
287
|
+
fieldName: string;
|
|
288
288
|
confidence: number;
|
|
289
289
|
}[];
|
|
290
290
|
discoveryData: {
|
|
@@ -307,14 +307,14 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
307
307
|
confidence: z.ZodNumber;
|
|
308
308
|
}, "strip", z.ZodTypeAny, {
|
|
309
309
|
value: string;
|
|
310
|
-
fieldName: string;
|
|
311
310
|
id: number;
|
|
311
|
+
fieldName: string;
|
|
312
312
|
confidence: number;
|
|
313
313
|
originalFieldName?: string | undefined;
|
|
314
314
|
}, {
|
|
315
315
|
value: string;
|
|
316
|
-
fieldName: string;
|
|
317
316
|
id: number;
|
|
317
|
+
fieldName: string;
|
|
318
318
|
confidence: number;
|
|
319
319
|
originalFieldName?: string | undefined;
|
|
320
320
|
}>, "many">;
|
|
@@ -386,8 +386,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
386
386
|
};
|
|
387
387
|
extractedFields: {
|
|
388
388
|
value: string;
|
|
389
|
-
fieldName: string;
|
|
390
389
|
id: number;
|
|
390
|
+
fieldName: string;
|
|
391
391
|
confidence: number;
|
|
392
392
|
originalFieldName?: string | undefined;
|
|
393
393
|
}[];
|
|
@@ -418,8 +418,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
418
418
|
};
|
|
419
419
|
extractedFields: {
|
|
420
420
|
value: string;
|
|
421
|
-
fieldName: string;
|
|
422
421
|
id: number;
|
|
422
|
+
fieldName: string;
|
|
423
423
|
confidence: number;
|
|
424
424
|
originalFieldName?: string | undefined;
|
|
425
425
|
}[];
|
|
@@ -628,12 +628,12 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
628
628
|
fieldName: z.ZodString;
|
|
629
629
|
confidence: z.ZodNumber;
|
|
630
630
|
}, "strip", z.ZodTypeAny, {
|
|
631
|
-
fieldName: string;
|
|
632
631
|
id: number;
|
|
632
|
+
fieldName: string;
|
|
633
633
|
confidence: number;
|
|
634
634
|
}, {
|
|
635
|
-
fieldName: string;
|
|
636
635
|
id: number;
|
|
636
|
+
fieldName: string;
|
|
637
637
|
confidence: number;
|
|
638
638
|
}>, "many">;
|
|
639
639
|
discoveryData: z.ZodObject<{
|
|
@@ -691,8 +691,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
691
691
|
convertedPages: number;
|
|
692
692
|
};
|
|
693
693
|
extractedFields: {
|
|
694
|
-
fieldName: string;
|
|
695
694
|
id: number;
|
|
695
|
+
fieldName: string;
|
|
696
696
|
confidence: number;
|
|
697
697
|
}[];
|
|
698
698
|
discoveryData: {
|
|
@@ -716,8 +716,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
716
716
|
convertedPages: number;
|
|
717
717
|
};
|
|
718
718
|
extractedFields: {
|
|
719
|
-
fieldName: string;
|
|
720
719
|
id: number;
|
|
720
|
+
fieldName: string;
|
|
721
721
|
confidence: number;
|
|
722
722
|
}[];
|
|
723
723
|
discoveryData: {
|
|
@@ -740,14 +740,14 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
740
740
|
confidence: z.ZodNumber;
|
|
741
741
|
}, "strip", z.ZodTypeAny, {
|
|
742
742
|
value: string;
|
|
743
|
-
fieldName: string;
|
|
744
743
|
id: number;
|
|
744
|
+
fieldName: string;
|
|
745
745
|
confidence: number;
|
|
746
746
|
originalFieldName?: string | undefined;
|
|
747
747
|
}, {
|
|
748
748
|
value: string;
|
|
749
|
-
fieldName: string;
|
|
750
749
|
id: number;
|
|
750
|
+
fieldName: string;
|
|
751
751
|
confidence: number;
|
|
752
752
|
originalFieldName?: string | undefined;
|
|
753
753
|
}>, "many">;
|
|
@@ -819,8 +819,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
819
819
|
};
|
|
820
820
|
extractedFields: {
|
|
821
821
|
value: string;
|
|
822
|
-
fieldName: string;
|
|
823
822
|
id: number;
|
|
823
|
+
fieldName: string;
|
|
824
824
|
confidence: number;
|
|
825
825
|
originalFieldName?: string | undefined;
|
|
826
826
|
}[];
|
|
@@ -851,8 +851,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
851
851
|
};
|
|
852
852
|
extractedFields: {
|
|
853
853
|
value: string;
|
|
854
|
-
fieldName: string;
|
|
855
854
|
id: number;
|
|
855
|
+
fieldName: string;
|
|
856
856
|
confidence: number;
|
|
857
857
|
originalFieldName?: string | undefined;
|
|
858
858
|
}[];
|