@bubblelab/bubble-core 0.1.103 → 0.1.106
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 +100 -55
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -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/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +1957 -0
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/confluence/confluence.integration.flow.d.ts +35 -0
- package/dist/bubbles/service-bubble/confluence/confluence.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/confluence/confluence.integration.flow.js +327 -0
- package/dist/bubbles/service-bubble/confluence/confluence.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/confluence/confluence.js +534 -0
- package/dist/bubbles/service-bubble/confluence/confluence.js.map +1 -0
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2435 -0
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js +467 -0
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/confluence/confluence.utils.d.ts +49 -0
- package/dist/bubbles/service-bubble/confluence/confluence.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/confluence/confluence.utils.js +337 -0
- package/dist/bubbles/service-bubble/confluence/confluence.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/confluence/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/confluence/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/confluence/index.js +5 -0
- package/dist/bubbles/service-bubble/confluence/index.js.map +1 -0
- 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 +4 -4
- 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/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +22 -2
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js +6 -6
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -1
- 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/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +36 -36
- 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 +16 -16
- package/dist/bubbles.json +1247 -8
- 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
|
-
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;
|
|
@@ -155,8 +155,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
155
155
|
bookmarkCount: number | null;
|
|
156
156
|
} | null;
|
|
157
157
|
url: string | null;
|
|
158
|
-
text: string | null;
|
|
159
158
|
id: string | null;
|
|
159
|
+
text: string | null;
|
|
160
160
|
entities: {
|
|
161
161
|
hashtags: string[] | null;
|
|
162
162
|
mentions: string[] | null;
|
|
@@ -198,8 +198,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
198
198
|
bookmarkCount: number | null;
|
|
199
199
|
} | null;
|
|
200
200
|
url: string | null;
|
|
201
|
-
text: string | null;
|
|
202
201
|
id: string | null;
|
|
202
|
+
text: string | null;
|
|
203
203
|
entities: {
|
|
204
204
|
hashtags: string[] | null;
|
|
205
205
|
mentions: string[] | null;
|
|
@@ -375,8 +375,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
375
375
|
bookmarkCount: number | null;
|
|
376
376
|
} | null;
|
|
377
377
|
url: string | null;
|
|
378
|
-
text: string | null;
|
|
379
378
|
id: string | null;
|
|
379
|
+
text: string | null;
|
|
380
380
|
entities: {
|
|
381
381
|
hashtags: string[] | null;
|
|
382
382
|
mentions: string[] | null;
|
|
@@ -418,8 +418,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
418
418
|
bookmarkCount: number | null;
|
|
419
419
|
} | null;
|
|
420
420
|
url: string | null;
|
|
421
|
-
text: string | null;
|
|
422
421
|
id: string | null;
|
|
422
|
+
text: string | null;
|
|
423
423
|
entities: {
|
|
424
424
|
hashtags: string[] | null;
|
|
425
425
|
mentions: string[] | null;
|
|
@@ -469,8 +469,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
469
469
|
bookmarkCount: number | null;
|
|
470
470
|
} | null;
|
|
471
471
|
url: string | null;
|
|
472
|
-
text: string | null;
|
|
473
472
|
id: string | null;
|
|
473
|
+
text: string | null;
|
|
474
474
|
entities: {
|
|
475
475
|
hashtags: string[] | null;
|
|
476
476
|
mentions: string[] | null;
|
|
@@ -518,8 +518,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
518
518
|
bookmarkCount: number | null;
|
|
519
519
|
} | null;
|
|
520
520
|
url: string | null;
|
|
521
|
-
text: string | null;
|
|
522
521
|
id: string | null;
|
|
522
|
+
text: string | null;
|
|
523
523
|
entities: {
|
|
524
524
|
hashtags: string[] | null;
|
|
525
525
|
mentions: string[] | null;
|
|
@@ -721,8 +721,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
721
721
|
bookmarkCount: number | null;
|
|
722
722
|
} | null;
|
|
723
723
|
url: string | null;
|
|
724
|
-
text: string | null;
|
|
725
724
|
id: string | null;
|
|
725
|
+
text: string | null;
|
|
726
726
|
entities: {
|
|
727
727
|
hashtags: string[] | null;
|
|
728
728
|
mentions: string[] | null;
|
|
@@ -764,8 +764,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
764
764
|
bookmarkCount: number | null;
|
|
765
765
|
} | null;
|
|
766
766
|
url: string | null;
|
|
767
|
-
text: string | null;
|
|
768
767
|
id: string | null;
|
|
768
|
+
text: string | null;
|
|
769
769
|
entities: {
|
|
770
770
|
hashtags: string[] | null;
|
|
771
771
|
mentions: string[] | null;
|
|
@@ -815,8 +815,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
815
815
|
bookmarkCount: number | null;
|
|
816
816
|
} | null;
|
|
817
817
|
url: string | null;
|
|
818
|
-
text: string | null;
|
|
819
818
|
id: string | null;
|
|
819
|
+
text: string | null;
|
|
820
820
|
entities: {
|
|
821
821
|
hashtags: string[] | null;
|
|
822
822
|
mentions: string[] | null;
|
|
@@ -864,8 +864,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
864
864
|
bookmarkCount: number | null;
|
|
865
865
|
} | null;
|
|
866
866
|
url: string | null;
|
|
867
|
-
text: string | null;
|
|
868
867
|
id: 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
|
}[];
|
|
@@ -154,13 +154,12 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
154
154
|
verbatim?: boolean | undefined;
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
type: "
|
|
157
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
158
158
|
title?: {
|
|
159
159
|
type: "plain_text";
|
|
160
160
|
text: string;
|
|
161
161
|
emoji?: boolean | undefined;
|
|
162
162
|
} | undefined;
|
|
163
|
-
optional?: boolean | undefined;
|
|
164
163
|
text?: {
|
|
165
164
|
type: "plain_text" | "mrkdwn";
|
|
166
165
|
text: string;
|
|
@@ -168,6 +167,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
168
167
|
verbatim?: boolean | undefined;
|
|
169
168
|
} | undefined;
|
|
170
169
|
image_url?: string | undefined;
|
|
170
|
+
optional?: boolean | undefined;
|
|
171
171
|
fields?: {
|
|
172
172
|
type: "plain_text" | "mrkdwn";
|
|
173
173
|
text: string;
|
|
@@ -187,13 +187,12 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
187
187
|
label?: unknown;
|
|
188
188
|
hint?: unknown;
|
|
189
189
|
}, {
|
|
190
|
-
type: "
|
|
190
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
191
191
|
title?: {
|
|
192
192
|
type: "plain_text";
|
|
193
193
|
text: string;
|
|
194
194
|
emoji?: boolean | undefined;
|
|
195
195
|
} | undefined;
|
|
196
|
-
optional?: boolean | undefined;
|
|
197
196
|
text?: {
|
|
198
197
|
type: "plain_text" | "mrkdwn";
|
|
199
198
|
text: string;
|
|
@@ -201,6 +200,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
201
200
|
verbatim?: boolean | undefined;
|
|
202
201
|
} | undefined;
|
|
203
202
|
image_url?: string | undefined;
|
|
203
|
+
optional?: boolean | undefined;
|
|
204
204
|
fields?: {
|
|
205
205
|
type: "plain_text" | "mrkdwn";
|
|
206
206
|
text: string;
|
|
@@ -269,13 +269,12 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
269
269
|
output?: unknown;
|
|
270
270
|
}[] | undefined;
|
|
271
271
|
blocks?: {
|
|
272
|
-
type: "
|
|
272
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
273
273
|
title?: {
|
|
274
274
|
type: "plain_text";
|
|
275
275
|
text: string;
|
|
276
276
|
emoji?: boolean | undefined;
|
|
277
277
|
} | undefined;
|
|
278
|
-
optional?: boolean | undefined;
|
|
279
278
|
text?: {
|
|
280
279
|
type: "plain_text" | "mrkdwn";
|
|
281
280
|
text: string;
|
|
@@ -283,6 +282,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
283
282
|
verbatim?: boolean | undefined;
|
|
284
283
|
} | undefined;
|
|
285
284
|
image_url?: string | undefined;
|
|
285
|
+
optional?: boolean | undefined;
|
|
286
286
|
fields?: {
|
|
287
287
|
type: "plain_text" | "mrkdwn";
|
|
288
288
|
text: string;
|
|
@@ -319,13 +319,12 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
319
319
|
output?: unknown;
|
|
320
320
|
}[] | undefined;
|
|
321
321
|
blocks?: {
|
|
322
|
-
type: "
|
|
322
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
323
323
|
title?: {
|
|
324
324
|
type: "plain_text";
|
|
325
325
|
text: string;
|
|
326
326
|
emoji?: boolean | undefined;
|
|
327
327
|
} | undefined;
|
|
328
|
-
optional?: boolean | undefined;
|
|
329
328
|
text?: {
|
|
330
329
|
type: "plain_text" | "mrkdwn";
|
|
331
330
|
text: string;
|
|
@@ -333,6 +332,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
333
332
|
verbatim?: boolean | undefined;
|
|
334
333
|
} | undefined;
|
|
335
334
|
image_url?: string | undefined;
|
|
335
|
+
optional?: boolean | undefined;
|
|
336
336
|
fields?: {
|
|
337
337
|
type: "plain_text" | "mrkdwn";
|
|
338
338
|
text: string;
|
|
@@ -512,13 +512,12 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
512
512
|
verbatim?: boolean | undefined;
|
|
513
513
|
}>, "many">>;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
type: "
|
|
515
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
516
516
|
title?: {
|
|
517
517
|
type: "plain_text";
|
|
518
518
|
text: string;
|
|
519
519
|
emoji?: boolean | undefined;
|
|
520
520
|
} | undefined;
|
|
521
|
-
optional?: boolean | undefined;
|
|
522
521
|
text?: {
|
|
523
522
|
type: "plain_text" | "mrkdwn";
|
|
524
523
|
text: string;
|
|
@@ -526,6 +525,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
526
525
|
verbatim?: boolean | undefined;
|
|
527
526
|
} | undefined;
|
|
528
527
|
image_url?: string | undefined;
|
|
528
|
+
optional?: boolean | undefined;
|
|
529
529
|
fields?: {
|
|
530
530
|
type: "plain_text" | "mrkdwn";
|
|
531
531
|
text: string;
|
|
@@ -545,13 +545,12 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
545
545
|
label?: unknown;
|
|
546
546
|
hint?: unknown;
|
|
547
547
|
}, {
|
|
548
|
-
type: "
|
|
548
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
549
549
|
title?: {
|
|
550
550
|
type: "plain_text";
|
|
551
551
|
text: string;
|
|
552
552
|
emoji?: boolean | undefined;
|
|
553
553
|
} | undefined;
|
|
554
|
-
optional?: boolean | undefined;
|
|
555
554
|
text?: {
|
|
556
555
|
type: "plain_text" | "mrkdwn";
|
|
557
556
|
text: string;
|
|
@@ -559,6 +558,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
559
558
|
verbatim?: boolean | undefined;
|
|
560
559
|
} | undefined;
|
|
561
560
|
image_url?: string | undefined;
|
|
561
|
+
optional?: boolean | undefined;
|
|
562
562
|
fields?: {
|
|
563
563
|
type: "plain_text" | "mrkdwn";
|
|
564
564
|
text: string;
|
|
@@ -627,13 +627,12 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
627
627
|
output?: unknown;
|
|
628
628
|
}[] | undefined;
|
|
629
629
|
blocks?: {
|
|
630
|
-
type: "
|
|
630
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
631
631
|
title?: {
|
|
632
632
|
type: "plain_text";
|
|
633
633
|
text: string;
|
|
634
634
|
emoji?: boolean | undefined;
|
|
635
635
|
} | undefined;
|
|
636
|
-
optional?: boolean | undefined;
|
|
637
636
|
text?: {
|
|
638
637
|
type: "plain_text" | "mrkdwn";
|
|
639
638
|
text: string;
|
|
@@ -641,6 +640,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
641
640
|
verbatim?: boolean | undefined;
|
|
642
641
|
} | undefined;
|
|
643
642
|
image_url?: string | undefined;
|
|
643
|
+
optional?: boolean | undefined;
|
|
644
644
|
fields?: {
|
|
645
645
|
type: "plain_text" | "mrkdwn";
|
|
646
646
|
text: string;
|
|
@@ -677,13 +677,12 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
677
677
|
output?: unknown;
|
|
678
678
|
}[] | undefined;
|
|
679
679
|
blocks?: {
|
|
680
|
-
type: "
|
|
680
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
681
681
|
title?: {
|
|
682
682
|
type: "plain_text";
|
|
683
683
|
text: string;
|
|
684
684
|
emoji?: boolean | undefined;
|
|
685
685
|
} | undefined;
|
|
686
|
-
optional?: boolean | undefined;
|
|
687
686
|
text?: {
|
|
688
687
|
type: "plain_text" | "mrkdwn";
|
|
689
688
|
text: string;
|
|
@@ -691,6 +690,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
691
690
|
verbatim?: boolean | undefined;
|
|
692
691
|
} | undefined;
|
|
693
692
|
image_url?: string | undefined;
|
|
693
|
+
optional?: boolean | undefined;
|
|
694
694
|
fields?: {
|
|
695
695
|
type: "plain_text" | "mrkdwn";
|
|
696
696
|
text: string;
|