@bubblelab/bubble-core 0.1.75 → 0.1.77
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 +96 -96
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +30 -30
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +1 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +29 -29
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +310 -310
- package/dist/bubbles/service-bubble/followupboss.d.ts +228 -228
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/github.d.ts +100 -100
- package/dist/bubbles/service-bubble/gmail.d.ts +282 -282
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +126 -126
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +46 -46
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +46 -46
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +56 -56
- package/dist/bubbles/service-bubble/notion/notion.d.ts +528 -528
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +604 -604
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +76 -76
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +77 -77
- package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +290 -290
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +138 -138
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +11 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles.json +4 -3
- package/package.json +2 -2
|
@@ -80,9 +80,9 @@ declare const PDFFormOperationsParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
80
80
|
pages: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
81
81
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
|
83
|
-
operation: "convert-to-images";
|
|
84
83
|
format: "png" | "jpeg";
|
|
85
84
|
quality: number;
|
|
85
|
+
operation: "convert-to-images";
|
|
86
86
|
pdfData: string;
|
|
87
87
|
dpi: number;
|
|
88
88
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -138,12 +138,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
139
|
type: string;
|
|
140
140
|
name: string;
|
|
141
|
+
label: string;
|
|
141
142
|
id: number;
|
|
142
|
-
choices: string[];
|
|
143
143
|
width: number;
|
|
144
144
|
height: number;
|
|
145
|
-
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
|
+
label: string;
|
|
157
158
|
id: number;
|
|
158
|
-
choices: string[];
|
|
159
159
|
width: number;
|
|
160
160
|
height: number;
|
|
161
|
-
label: string;
|
|
162
161
|
page: number;
|
|
162
|
+
choices: string[];
|
|
163
163
|
x: number;
|
|
164
164
|
y: number;
|
|
165
165
|
field_type: string;
|
|
@@ -172,16 +172,15 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
172
172
|
success: z.ZodBoolean;
|
|
173
173
|
error: z.ZodString;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
|
-
operation: "discover";
|
|
176
175
|
fields: {
|
|
177
176
|
type: string;
|
|
178
177
|
name: string;
|
|
178
|
+
label: string;
|
|
179
179
|
id: number;
|
|
180
|
-
choices: string[];
|
|
181
180
|
width: number;
|
|
182
181
|
height: number;
|
|
183
|
-
label: string;
|
|
184
182
|
page: number;
|
|
183
|
+
choices: string[];
|
|
185
184
|
x: number;
|
|
186
185
|
y: number;
|
|
187
186
|
field_type: string;
|
|
@@ -192,18 +191,18 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
192
191
|
}[];
|
|
193
192
|
error: string;
|
|
194
193
|
success: boolean;
|
|
194
|
+
operation: "discover";
|
|
195
195
|
totalFields: number;
|
|
196
196
|
}, {
|
|
197
|
-
operation: "discover";
|
|
198
197
|
fields: {
|
|
199
198
|
type: string;
|
|
200
199
|
name: string;
|
|
200
|
+
label: string;
|
|
201
201
|
id: number;
|
|
202
|
-
choices: string[];
|
|
203
202
|
width: number;
|
|
204
203
|
height: number;
|
|
205
|
-
label: string;
|
|
206
204
|
page: number;
|
|
205
|
+
choices: string[];
|
|
207
206
|
x: number;
|
|
208
207
|
y: number;
|
|
209
208
|
field_type: string;
|
|
@@ -214,6 +213,7 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
214
213
|
}[];
|
|
215
214
|
error: string;
|
|
216
215
|
success: boolean;
|
|
216
|
+
operation: "discover";
|
|
217
217
|
totalFields: number;
|
|
218
218
|
}>, z.ZodObject<{
|
|
219
219
|
operation: z.ZodLiteral<"fill">;
|
|
@@ -235,9 +235,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
235
235
|
success: z.ZodBoolean;
|
|
236
236
|
error: z.ZodString;
|
|
237
237
|
}, "strip", z.ZodTypeAny, {
|
|
238
|
-
operation: "fill";
|
|
239
238
|
error: string;
|
|
240
239
|
success: boolean;
|
|
240
|
+
operation: "fill";
|
|
241
241
|
filledPdfData: string;
|
|
242
242
|
filledFields: number;
|
|
243
243
|
verification: Record<string, {
|
|
@@ -246,9 +246,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
246
246
|
page: number;
|
|
247
247
|
}>;
|
|
248
248
|
}, {
|
|
249
|
-
operation: "fill";
|
|
250
249
|
error: string;
|
|
251
250
|
success: boolean;
|
|
251
|
+
operation: "fill";
|
|
252
252
|
filledPdfData: string;
|
|
253
253
|
filledFields: number;
|
|
254
254
|
verification: Record<string, {
|
|
@@ -278,9 +278,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
278
278
|
success: z.ZodBoolean;
|
|
279
279
|
error: z.ZodString;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
|
-
operation: "analyze-checkboxes";
|
|
282
281
|
error: string;
|
|
283
282
|
success: boolean;
|
|
283
|
+
operation: "analyze-checkboxes";
|
|
284
284
|
checkboxes: Record<string, {
|
|
285
285
|
page: number;
|
|
286
286
|
current_value: string;
|
|
@@ -289,9 +289,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
289
289
|
}>;
|
|
290
290
|
totalCheckboxes: number;
|
|
291
291
|
}, {
|
|
292
|
-
operation: "analyze-checkboxes";
|
|
293
292
|
error: string;
|
|
294
293
|
success: boolean;
|
|
294
|
+
operation: "analyze-checkboxes";
|
|
295
295
|
checkboxes: Record<string, {
|
|
296
296
|
page: number;
|
|
297
297
|
current_value: string;
|
|
@@ -320,7 +320,6 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
320
320
|
success: z.ZodBoolean;
|
|
321
321
|
error: z.ZodString;
|
|
322
322
|
}, "strip", z.ZodTypeAny, {
|
|
323
|
-
operation: "validate";
|
|
324
323
|
fields: Record<string, {
|
|
325
324
|
value: string;
|
|
326
325
|
type: string;
|
|
@@ -328,11 +327,11 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
328
327
|
}>;
|
|
329
328
|
error: string;
|
|
330
329
|
success: boolean;
|
|
330
|
+
operation: "validate";
|
|
331
331
|
totalFields: number;
|
|
332
332
|
filledFields: number;
|
|
333
333
|
emptyFields: number;
|
|
334
334
|
}, {
|
|
335
|
-
operation: "validate";
|
|
336
335
|
fields: Record<string, {
|
|
337
336
|
value: string;
|
|
338
337
|
type: string;
|
|
@@ -340,6 +339,7 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
340
339
|
}>;
|
|
341
340
|
error: string;
|
|
342
341
|
success: boolean;
|
|
342
|
+
operation: "validate";
|
|
343
343
|
totalFields: number;
|
|
344
344
|
filledFields: number;
|
|
345
345
|
emptyFields: number;
|
|
@@ -369,7 +369,6 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
369
369
|
success: z.ZodBoolean;
|
|
370
370
|
error: z.ZodString;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
|
-
operation: "convert-to-images";
|
|
373
372
|
error: string;
|
|
374
373
|
success: boolean;
|
|
375
374
|
images: {
|
|
@@ -379,10 +378,10 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
379
378
|
pageNumber: number;
|
|
380
379
|
imageData: string;
|
|
381
380
|
}[];
|
|
381
|
+
operation: "convert-to-images";
|
|
382
382
|
totalPages: number;
|
|
383
383
|
convertedPages: number;
|
|
384
384
|
}, {
|
|
385
|
-
operation: "convert-to-images";
|
|
386
385
|
error: string;
|
|
387
386
|
success: boolean;
|
|
388
387
|
images: {
|
|
@@ -392,6 +391,7 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
392
391
|
pageNumber: number;
|
|
393
392
|
imageData: string;
|
|
394
393
|
}[];
|
|
394
|
+
operation: "convert-to-images";
|
|
395
395
|
totalPages: number;
|
|
396
396
|
convertedPages: number;
|
|
397
397
|
}>, z.ZodObject<{
|
|
@@ -450,9 +450,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
450
450
|
success: z.ZodBoolean;
|
|
451
451
|
error: z.ZodString;
|
|
452
452
|
}, "strip", z.ZodTypeAny, {
|
|
453
|
-
operation: "convert-to-markdown";
|
|
454
453
|
error: string;
|
|
455
454
|
success: boolean;
|
|
455
|
+
operation: "convert-to-markdown";
|
|
456
456
|
pages: {
|
|
457
457
|
pageNumber: number;
|
|
458
458
|
markdown: string;
|
|
@@ -469,9 +469,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
469
469
|
totalPages: number;
|
|
470
470
|
convertedPages: number;
|
|
471
471
|
}, {
|
|
472
|
-
operation: "convert-to-markdown";
|
|
473
472
|
error: string;
|
|
474
473
|
success: boolean;
|
|
474
|
+
operation: "convert-to-markdown";
|
|
475
475
|
pages: {
|
|
476
476
|
pageNumber: number;
|
|
477
477
|
markdown: string;
|
|
@@ -562,9 +562,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
562
562
|
pages: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
563
563
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
564
564
|
}, "strip", z.ZodTypeAny, {
|
|
565
|
-
operation: "convert-to-images";
|
|
566
565
|
format: "png" | "jpeg";
|
|
567
566
|
quality: number;
|
|
567
|
+
operation: "convert-to-images";
|
|
568
568
|
pdfData: string;
|
|
569
569
|
dpi: number;
|
|
570
570
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -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
|
+
label: string;
|
|
620
621
|
id: number;
|
|
621
|
-
choices: string[];
|
|
622
622
|
width: number;
|
|
623
623
|
height: number;
|
|
624
|
-
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
|
+
label: string;
|
|
636
637
|
id: number;
|
|
637
|
-
choices: string[];
|
|
638
638
|
width: number;
|
|
639
639
|
height: number;
|
|
640
|
-
label: string;
|
|
641
640
|
page: number;
|
|
641
|
+
choices: string[];
|
|
642
642
|
x: number;
|
|
643
643
|
y: number;
|
|
644
644
|
field_type: string;
|
|
@@ -651,16 +651,15 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
651
651
|
success: z.ZodBoolean;
|
|
652
652
|
error: z.ZodString;
|
|
653
653
|
}, "strip", z.ZodTypeAny, {
|
|
654
|
-
operation: "discover";
|
|
655
654
|
fields: {
|
|
656
655
|
type: string;
|
|
657
656
|
name: string;
|
|
657
|
+
label: string;
|
|
658
658
|
id: number;
|
|
659
|
-
choices: string[];
|
|
660
659
|
width: number;
|
|
661
660
|
height: number;
|
|
662
|
-
label: string;
|
|
663
661
|
page: number;
|
|
662
|
+
choices: string[];
|
|
664
663
|
x: number;
|
|
665
664
|
y: number;
|
|
666
665
|
field_type: string;
|
|
@@ -671,18 +670,18 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
671
670
|
}[];
|
|
672
671
|
error: string;
|
|
673
672
|
success: boolean;
|
|
673
|
+
operation: "discover";
|
|
674
674
|
totalFields: number;
|
|
675
675
|
}, {
|
|
676
|
-
operation: "discover";
|
|
677
676
|
fields: {
|
|
678
677
|
type: string;
|
|
679
678
|
name: string;
|
|
679
|
+
label: string;
|
|
680
680
|
id: number;
|
|
681
|
-
choices: string[];
|
|
682
681
|
width: number;
|
|
683
682
|
height: number;
|
|
684
|
-
label: string;
|
|
685
683
|
page: number;
|
|
684
|
+
choices: string[];
|
|
686
685
|
x: number;
|
|
687
686
|
y: number;
|
|
688
687
|
field_type: string;
|
|
@@ -693,6 +692,7 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
693
692
|
}[];
|
|
694
693
|
error: string;
|
|
695
694
|
success: boolean;
|
|
695
|
+
operation: "discover";
|
|
696
696
|
totalFields: number;
|
|
697
697
|
}>, z.ZodObject<{
|
|
698
698
|
operation: z.ZodLiteral<"fill">;
|
|
@@ -714,9 +714,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
714
714
|
success: z.ZodBoolean;
|
|
715
715
|
error: z.ZodString;
|
|
716
716
|
}, "strip", z.ZodTypeAny, {
|
|
717
|
-
operation: "fill";
|
|
718
717
|
error: string;
|
|
719
718
|
success: boolean;
|
|
719
|
+
operation: "fill";
|
|
720
720
|
filledPdfData: string;
|
|
721
721
|
filledFields: number;
|
|
722
722
|
verification: Record<string, {
|
|
@@ -725,9 +725,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
725
725
|
page: number;
|
|
726
726
|
}>;
|
|
727
727
|
}, {
|
|
728
|
-
operation: "fill";
|
|
729
728
|
error: string;
|
|
730
729
|
success: boolean;
|
|
730
|
+
operation: "fill";
|
|
731
731
|
filledPdfData: string;
|
|
732
732
|
filledFields: number;
|
|
733
733
|
verification: Record<string, {
|
|
@@ -757,9 +757,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
757
757
|
success: z.ZodBoolean;
|
|
758
758
|
error: z.ZodString;
|
|
759
759
|
}, "strip", z.ZodTypeAny, {
|
|
760
|
-
operation: "analyze-checkboxes";
|
|
761
760
|
error: string;
|
|
762
761
|
success: boolean;
|
|
762
|
+
operation: "analyze-checkboxes";
|
|
763
763
|
checkboxes: Record<string, {
|
|
764
764
|
page: number;
|
|
765
765
|
current_value: string;
|
|
@@ -768,9 +768,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
768
768
|
}>;
|
|
769
769
|
totalCheckboxes: number;
|
|
770
770
|
}, {
|
|
771
|
-
operation: "analyze-checkboxes";
|
|
772
771
|
error: string;
|
|
773
772
|
success: boolean;
|
|
773
|
+
operation: "analyze-checkboxes";
|
|
774
774
|
checkboxes: Record<string, {
|
|
775
775
|
page: number;
|
|
776
776
|
current_value: string;
|
|
@@ -799,7 +799,6 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
799
799
|
success: z.ZodBoolean;
|
|
800
800
|
error: z.ZodString;
|
|
801
801
|
}, "strip", z.ZodTypeAny, {
|
|
802
|
-
operation: "validate";
|
|
803
802
|
fields: Record<string, {
|
|
804
803
|
value: string;
|
|
805
804
|
type: string;
|
|
@@ -807,11 +806,11 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
807
806
|
}>;
|
|
808
807
|
error: string;
|
|
809
808
|
success: boolean;
|
|
809
|
+
operation: "validate";
|
|
810
810
|
totalFields: number;
|
|
811
811
|
filledFields: number;
|
|
812
812
|
emptyFields: number;
|
|
813
813
|
}, {
|
|
814
|
-
operation: "validate";
|
|
815
814
|
fields: Record<string, {
|
|
816
815
|
value: string;
|
|
817
816
|
type: string;
|
|
@@ -819,6 +818,7 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
819
818
|
}>;
|
|
820
819
|
error: string;
|
|
821
820
|
success: boolean;
|
|
821
|
+
operation: "validate";
|
|
822
822
|
totalFields: number;
|
|
823
823
|
filledFields: number;
|
|
824
824
|
emptyFields: number;
|
|
@@ -848,7 +848,6 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
848
848
|
success: z.ZodBoolean;
|
|
849
849
|
error: z.ZodString;
|
|
850
850
|
}, "strip", z.ZodTypeAny, {
|
|
851
|
-
operation: "convert-to-images";
|
|
852
851
|
error: string;
|
|
853
852
|
success: boolean;
|
|
854
853
|
images: {
|
|
@@ -858,10 +857,10 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
858
857
|
pageNumber: number;
|
|
859
858
|
imageData: string;
|
|
860
859
|
}[];
|
|
860
|
+
operation: "convert-to-images";
|
|
861
861
|
totalPages: number;
|
|
862
862
|
convertedPages: number;
|
|
863
863
|
}, {
|
|
864
|
-
operation: "convert-to-images";
|
|
865
864
|
error: string;
|
|
866
865
|
success: boolean;
|
|
867
866
|
images: {
|
|
@@ -871,6 +870,7 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
871
870
|
pageNumber: number;
|
|
872
871
|
imageData: string;
|
|
873
872
|
}[];
|
|
873
|
+
operation: "convert-to-images";
|
|
874
874
|
totalPages: number;
|
|
875
875
|
convertedPages: number;
|
|
876
876
|
}>, z.ZodObject<{
|
|
@@ -929,9 +929,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
929
929
|
success: z.ZodBoolean;
|
|
930
930
|
error: z.ZodString;
|
|
931
931
|
}, "strip", z.ZodTypeAny, {
|
|
932
|
-
operation: "convert-to-markdown";
|
|
933
932
|
error: string;
|
|
934
933
|
success: boolean;
|
|
934
|
+
operation: "convert-to-markdown";
|
|
935
935
|
pages: {
|
|
936
936
|
pageNumber: number;
|
|
937
937
|
markdown: string;
|
|
@@ -948,9 +948,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
948
948
|
totalPages: number;
|
|
949
949
|
convertedPages: number;
|
|
950
950
|
}, {
|
|
951
|
-
operation: "convert-to-markdown";
|
|
952
951
|
error: string;
|
|
953
952
|
success: boolean;
|
|
953
|
+
operation: "convert-to-markdown";
|
|
954
954
|
pages: {
|
|
955
955
|
pageNumber: number;
|
|
956
956
|
markdown: string;
|
|
@@ -34,12 +34,12 @@ declare const SlackDataAssistantParamsSchema: z.ZodObject<{
|
|
|
34
34
|
maxQueries: z.ZodDefault<z.ZodNumber>;
|
|
35
35
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
|
-
name: string;
|
|
38
|
-
temperature: number;
|
|
39
37
|
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
40
38
|
technicality: "1" | "2" | "3" | "4" | "5";
|
|
41
39
|
includeQuery: boolean;
|
|
42
40
|
includeExplanation: boolean;
|
|
41
|
+
temperature: number;
|
|
42
|
+
name: string;
|
|
43
43
|
dataSourceType: "postgresql" | "mysql" | "sqlite" | "mssql" | "mariadb";
|
|
44
44
|
ignoreSSLErrors: boolean;
|
|
45
45
|
aiModel: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
@@ -59,13 +59,13 @@ declare const SlackDataAssistantParamsSchema: z.ZodObject<{
|
|
|
59
59
|
}, {
|
|
60
60
|
slackChannel: string;
|
|
61
61
|
userQuestion: string;
|
|
62
|
-
name?: string | undefined;
|
|
63
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
64
|
-
temperature?: number | undefined;
|
|
65
62
|
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
66
63
|
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
67
64
|
includeQuery?: boolean | undefined;
|
|
68
65
|
includeExplanation?: boolean | undefined;
|
|
66
|
+
temperature?: number | undefined;
|
|
67
|
+
name?: string | undefined;
|
|
68
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
69
69
|
additionalContext?: string | undefined;
|
|
70
70
|
userName?: string | undefined;
|
|
71
71
|
dataSourceType?: "postgresql" | "mysql" | "sqlite" | "mssql" | "mariadb" | undefined;
|
|
@@ -96,20 +96,20 @@ declare const SlackDataAssistantResultSchema: z.ZodObject<{
|
|
|
96
96
|
wordCount: z.ZodOptional<z.ZodNumber>;
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
98
|
executionTime: number;
|
|
99
|
-
rowCount?: number | undefined;
|
|
100
99
|
wordCount?: number | undefined;
|
|
100
|
+
rowCount?: number | undefined;
|
|
101
101
|
}, {
|
|
102
102
|
executionTime: number;
|
|
103
|
-
rowCount?: number | undefined;
|
|
104
103
|
wordCount?: number | undefined;
|
|
104
|
+
rowCount?: number | undefined;
|
|
105
105
|
}>>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
107
|
error: string;
|
|
108
108
|
success: boolean;
|
|
109
109
|
metadata?: {
|
|
110
110
|
executionTime: number;
|
|
111
|
-
rowCount?: number | undefined;
|
|
112
111
|
wordCount?: number | undefined;
|
|
112
|
+
rowCount?: number | undefined;
|
|
113
113
|
} | undefined;
|
|
114
114
|
query?: string | undefined;
|
|
115
115
|
queryExplanation?: string | undefined;
|
|
@@ -123,8 +123,8 @@ declare const SlackDataAssistantResultSchema: z.ZodObject<{
|
|
|
123
123
|
success: boolean;
|
|
124
124
|
metadata?: {
|
|
125
125
|
executionTime: number;
|
|
126
|
-
rowCount?: number | undefined;
|
|
127
126
|
wordCount?: number | undefined;
|
|
127
|
+
rowCount?: number | undefined;
|
|
128
128
|
} | undefined;
|
|
129
129
|
query?: string | undefined;
|
|
130
130
|
queryExplanation?: string | undefined;
|
|
@@ -172,12 +172,12 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
|
|
|
172
172
|
maxQueries: z.ZodDefault<z.ZodNumber>;
|
|
173
173
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
|
-
name: string;
|
|
176
|
-
temperature: number;
|
|
177
175
|
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
178
176
|
technicality: "1" | "2" | "3" | "4" | "5";
|
|
179
177
|
includeQuery: boolean;
|
|
180
178
|
includeExplanation: boolean;
|
|
179
|
+
temperature: number;
|
|
180
|
+
name: string;
|
|
181
181
|
dataSourceType: "postgresql" | "mysql" | "sqlite" | "mssql" | "mariadb";
|
|
182
182
|
ignoreSSLErrors: boolean;
|
|
183
183
|
aiModel: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
@@ -197,13 +197,13 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
|
|
|
197
197
|
}, {
|
|
198
198
|
slackChannel: string;
|
|
199
199
|
userQuestion: string;
|
|
200
|
-
name?: string | undefined;
|
|
201
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
202
|
-
temperature?: number | undefined;
|
|
203
200
|
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
204
201
|
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
205
202
|
includeQuery?: boolean | undefined;
|
|
206
203
|
includeExplanation?: boolean | undefined;
|
|
204
|
+
temperature?: number | undefined;
|
|
205
|
+
name?: string | undefined;
|
|
206
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
207
207
|
additionalContext?: string | undefined;
|
|
208
208
|
userName?: string | undefined;
|
|
209
209
|
dataSourceType?: "postgresql" | "mysql" | "sqlite" | "mssql" | "mariadb" | undefined;
|
|
@@ -234,20 +234,20 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
|
|
|
234
234
|
wordCount: z.ZodOptional<z.ZodNumber>;
|
|
235
235
|
}, "strip", z.ZodTypeAny, {
|
|
236
236
|
executionTime: number;
|
|
237
|
-
rowCount?: number | undefined;
|
|
238
237
|
wordCount?: number | undefined;
|
|
238
|
+
rowCount?: number | undefined;
|
|
239
239
|
}, {
|
|
240
240
|
executionTime: number;
|
|
241
|
-
rowCount?: number | undefined;
|
|
242
241
|
wordCount?: number | undefined;
|
|
242
|
+
rowCount?: number | undefined;
|
|
243
243
|
}>>;
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
245
|
error: string;
|
|
246
246
|
success: boolean;
|
|
247
247
|
metadata?: {
|
|
248
248
|
executionTime: number;
|
|
249
|
-
rowCount?: number | undefined;
|
|
250
249
|
wordCount?: number | undefined;
|
|
250
|
+
rowCount?: number | undefined;
|
|
251
251
|
} | undefined;
|
|
252
252
|
query?: string | undefined;
|
|
253
253
|
queryExplanation?: string | undefined;
|
|
@@ -261,8 +261,8 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
|
|
|
261
261
|
success: boolean;
|
|
262
262
|
metadata?: {
|
|
263
263
|
executionTime: number;
|
|
264
|
-
rowCount?: number | undefined;
|
|
265
264
|
wordCount?: number | undefined;
|
|
265
|
+
rowCount?: number | undefined;
|
|
266
266
|
} | undefined;
|
|
267
267
|
query?: string | undefined;
|
|
268
268
|
queryExplanation?: string | undefined;
|