@bubblelab/bubble-core 0.1.213 → 0.1.215
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 +120 -81
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +3 -0
- package/dist/bubble-factory.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 +25 -9
- 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/capability-pipeline.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js +15 -5
- 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 +32 -32
- 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.d.ts +154 -154
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +4 -4
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/xero/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/xero/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/xero/index.js +3 -0
- package/dist/bubbles/service-bubble/xero/index.js.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.d.ts +975 -0
- package/dist/bubbles/service-bubble/xero/xero.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.js +477 -0
- package/dist/bubbles/service-bubble/xero/xero.js.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +924 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.js +366 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.js.map +1 -0
- 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 +1189 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +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
|
-
id: string | null;
|
|
109
108
|
text: string | null;
|
|
109
|
+
id: 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
|
-
id: string | null;
|
|
139
138
|
text: string | null;
|
|
139
|
+
id: 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
|
-
id: string | null;
|
|
177
176
|
text: string | null;
|
|
177
|
+
id: 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
|
-
id: string | null;
|
|
213
212
|
text: string | null;
|
|
213
|
+
id: 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
|
-
id: string | null;
|
|
346
345
|
text: string | null;
|
|
346
|
+
id: 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
|
-
id: string | null;
|
|
376
375
|
text: string | null;
|
|
376
|
+
id: 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
|
-
id: string | null;
|
|
414
413
|
text: string | null;
|
|
414
|
+
id: 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
|
-
id: string | null;
|
|
450
449
|
text: string | null;
|
|
450
|
+
id: 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;
|
|
157
158
|
id: string | null;
|
|
158
159
|
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;
|
|
200
201
|
id: string | null;
|
|
201
202
|
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;
|
|
377
378
|
id: string | null;
|
|
378
379
|
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;
|
|
420
421
|
id: string | null;
|
|
421
422
|
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;
|
|
471
472
|
id: string | null;
|
|
472
473
|
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;
|
|
520
521
|
id: string | null;
|
|
521
522
|
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;
|
|
723
724
|
id: string | null;
|
|
724
725
|
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;
|
|
766
767
|
id: string | null;
|
|
767
768
|
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;
|
|
817
818
|
id: string | null;
|
|
818
819
|
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;
|
|
866
867
|
id: string | null;
|
|
867
868
|
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[];
|
|
141
142
|
id: number;
|
|
142
143
|
width: number;
|
|
143
144
|
height: number;
|
|
144
145
|
label: string;
|
|
145
146
|
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[];
|
|
157
158
|
id: number;
|
|
158
159
|
width: number;
|
|
159
160
|
height: number;
|
|
160
161
|
label: string;
|
|
161
162
|
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[];
|
|
180
181
|
id: number;
|
|
181
182
|
width: number;
|
|
182
183
|
height: number;
|
|
183
184
|
label: string;
|
|
184
185
|
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[];
|
|
202
203
|
id: number;
|
|
203
204
|
width: number;
|
|
204
205
|
height: number;
|
|
205
206
|
label: string;
|
|
206
207
|
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[];
|
|
620
621
|
id: number;
|
|
621
622
|
width: number;
|
|
622
623
|
height: number;
|
|
623
624
|
label: string;
|
|
624
625
|
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[];
|
|
636
637
|
id: number;
|
|
637
638
|
width: number;
|
|
638
639
|
height: number;
|
|
639
640
|
label: string;
|
|
640
641
|
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[];
|
|
659
660
|
id: number;
|
|
660
661
|
width: number;
|
|
661
662
|
height: number;
|
|
662
663
|
label: string;
|
|
663
664
|
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[];
|
|
681
682
|
id: number;
|
|
682
683
|
width: number;
|
|
683
684
|
height: number;
|
|
684
685
|
label: string;
|
|
685
686
|
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
|
-
id: number;
|
|
199
198
|
fieldName: string;
|
|
199
|
+
id: number;
|
|
200
200
|
confidence: number;
|
|
201
201
|
}, {
|
|
202
|
-
id: number;
|
|
203
202
|
fieldName: string;
|
|
203
|
+
id: number;
|
|
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
|
-
id: number;
|
|
262
261
|
fieldName: string;
|
|
262
|
+
id: number;
|
|
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
|
-
id: number;
|
|
287
286
|
fieldName: string;
|
|
287
|
+
id: number;
|
|
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
|
-
id: number;
|
|
311
310
|
fieldName: string;
|
|
311
|
+
id: number;
|
|
312
312
|
confidence: number;
|
|
313
313
|
originalFieldName?: string | undefined;
|
|
314
314
|
}, {
|
|
315
315
|
value: string;
|
|
316
|
-
id: number;
|
|
317
316
|
fieldName: string;
|
|
317
|
+
id: number;
|
|
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
|
-
id: number;
|
|
390
389
|
fieldName: string;
|
|
390
|
+
id: number;
|
|
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
|
-
id: number;
|
|
422
421
|
fieldName: string;
|
|
422
|
+
id: number;
|
|
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
|
-
id: number;
|
|
632
631
|
fieldName: string;
|
|
632
|
+
id: number;
|
|
633
633
|
confidence: number;
|
|
634
634
|
}, {
|
|
635
|
-
id: number;
|
|
636
635
|
fieldName: string;
|
|
636
|
+
id: number;
|
|
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
|
-
id: number;
|
|
695
694
|
fieldName: string;
|
|
695
|
+
id: number;
|
|
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
|
-
id: number;
|
|
720
719
|
fieldName: string;
|
|
720
|
+
id: number;
|
|
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
|
-
id: number;
|
|
744
743
|
fieldName: string;
|
|
744
|
+
id: number;
|
|
745
745
|
confidence: number;
|
|
746
746
|
originalFieldName?: string | undefined;
|
|
747
747
|
}, {
|
|
748
748
|
value: string;
|
|
749
|
-
id: number;
|
|
750
749
|
fieldName: string;
|
|
750
|
+
id: number;
|
|
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
|
-
id: number;
|
|
823
822
|
fieldName: string;
|
|
823
|
+
id: number;
|
|
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
|
-
id: number;
|
|
855
854
|
fieldName: string;
|
|
855
|
+
id: number;
|
|
856
856
|
confidence: number;
|
|
857
857
|
originalFieldName?: string | undefined;
|
|
858
858
|
}[];
|