@bubblelab/bubble-core 0.1.32 → 0.1.34
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 +45 -45
- package/dist/bubbles/service-bubble/agi-inc.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +8 -8
- package/dist/bubbles/service-bubble/followupboss.d.ts +78 -78
- package/dist/bubbles/service-bubble/github.d.ts +98 -98
- package/dist/bubbles/service-bubble/gmail.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-calendar.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +50 -50
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +5771 -2117
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +32 -7
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +8031 -3162
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +14 -2
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +60 -60
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
- package/dist/bubbles.json +47 -49
- package/package.json +2 -2
|
@@ -80,8 +80,8 @@ 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
|
-
format: "png" | "jpeg";
|
|
84
83
|
operation: "convert-to-images";
|
|
84
|
+
format: "png" | "jpeg";
|
|
85
85
|
quality: number;
|
|
86
86
|
pdfData: string;
|
|
87
87
|
dpi: number;
|
|
@@ -137,8 +137,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
137
137
|
potential_labels: z.ZodArray<z.ZodString, "many">;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
139
|
type: string;
|
|
140
|
-
id: number;
|
|
141
140
|
name: string;
|
|
141
|
+
id: number;
|
|
142
142
|
width: number;
|
|
143
143
|
height: number;
|
|
144
144
|
label: string;
|
|
@@ -153,8 +153,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
153
153
|
potential_labels: string[];
|
|
154
154
|
}, {
|
|
155
155
|
type: string;
|
|
156
|
-
id: number;
|
|
157
156
|
name: string;
|
|
157
|
+
id: number;
|
|
158
158
|
width: number;
|
|
159
159
|
height: number;
|
|
160
160
|
label: string;
|
|
@@ -172,10 +172,11 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
172
172
|
success: z.ZodBoolean;
|
|
173
173
|
error: z.ZodString;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
|
+
operation: "discover";
|
|
175
176
|
fields: {
|
|
176
177
|
type: string;
|
|
177
|
-
id: number;
|
|
178
178
|
name: string;
|
|
179
|
+
id: number;
|
|
179
180
|
width: number;
|
|
180
181
|
height: number;
|
|
181
182
|
label: string;
|
|
@@ -189,15 +190,15 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
189
190
|
field_flags: number;
|
|
190
191
|
potential_labels: string[];
|
|
191
192
|
}[];
|
|
192
|
-
operation: "discover";
|
|
193
193
|
success: boolean;
|
|
194
194
|
error: string;
|
|
195
195
|
totalFields: number;
|
|
196
196
|
}, {
|
|
197
|
+
operation: "discover";
|
|
197
198
|
fields: {
|
|
198
199
|
type: string;
|
|
199
|
-
id: number;
|
|
200
200
|
name: string;
|
|
201
|
+
id: number;
|
|
201
202
|
width: number;
|
|
202
203
|
height: number;
|
|
203
204
|
label: string;
|
|
@@ -211,7 +212,6 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
211
212
|
field_flags: number;
|
|
212
213
|
potential_labels: string[];
|
|
213
214
|
}[];
|
|
214
|
-
operation: "discover";
|
|
215
215
|
success: boolean;
|
|
216
216
|
error: string;
|
|
217
217
|
totalFields: number;
|
|
@@ -320,24 +320,24 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
320
320
|
success: z.ZodBoolean;
|
|
321
321
|
error: z.ZodString;
|
|
322
322
|
}, "strip", z.ZodTypeAny, {
|
|
323
|
+
operation: "validate";
|
|
323
324
|
fields: Record<string, {
|
|
324
325
|
value: string;
|
|
325
326
|
type: string;
|
|
326
327
|
page: number;
|
|
327
328
|
}>;
|
|
328
|
-
operation: "validate";
|
|
329
329
|
success: boolean;
|
|
330
330
|
error: string;
|
|
331
331
|
totalFields: number;
|
|
332
332
|
filledFields: number;
|
|
333
333
|
emptyFields: number;
|
|
334
334
|
}, {
|
|
335
|
+
operation: "validate";
|
|
335
336
|
fields: Record<string, {
|
|
336
337
|
value: string;
|
|
337
338
|
type: string;
|
|
338
339
|
page: number;
|
|
339
340
|
}>;
|
|
340
|
-
operation: "validate";
|
|
341
341
|
success: boolean;
|
|
342
342
|
error: string;
|
|
343
343
|
totalFields: number;
|
|
@@ -410,15 +410,15 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
410
410
|
}, "strip", z.ZodTypeAny, {
|
|
411
411
|
value: string;
|
|
412
412
|
type: string;
|
|
413
|
-
id: number;
|
|
414
413
|
name: string;
|
|
414
|
+
id: number;
|
|
415
415
|
x: number;
|
|
416
416
|
y: number;
|
|
417
417
|
}, {
|
|
418
418
|
value: string;
|
|
419
419
|
type: string;
|
|
420
|
-
id: number;
|
|
421
420
|
name: string;
|
|
421
|
+
id: number;
|
|
422
422
|
x: number;
|
|
423
423
|
y: number;
|
|
424
424
|
}>, "many">>;
|
|
@@ -428,8 +428,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
428
428
|
formFields?: {
|
|
429
429
|
value: string;
|
|
430
430
|
type: string;
|
|
431
|
-
id: number;
|
|
432
431
|
name: string;
|
|
432
|
+
id: number;
|
|
433
433
|
x: number;
|
|
434
434
|
y: number;
|
|
435
435
|
}[] | undefined;
|
|
@@ -439,8 +439,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
439
439
|
formFields?: {
|
|
440
440
|
value: string;
|
|
441
441
|
type: string;
|
|
442
|
-
id: number;
|
|
443
442
|
name: string;
|
|
443
|
+
id: number;
|
|
444
444
|
x: number;
|
|
445
445
|
y: number;
|
|
446
446
|
}[] | undefined;
|
|
@@ -459,8 +459,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
459
459
|
formFields?: {
|
|
460
460
|
value: string;
|
|
461
461
|
type: string;
|
|
462
|
-
id: number;
|
|
463
462
|
name: string;
|
|
463
|
+
id: number;
|
|
464
464
|
x: number;
|
|
465
465
|
y: number;
|
|
466
466
|
}[] | undefined;
|
|
@@ -478,8 +478,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
478
478
|
formFields?: {
|
|
479
479
|
value: string;
|
|
480
480
|
type: string;
|
|
481
|
-
id: number;
|
|
482
481
|
name: string;
|
|
482
|
+
id: number;
|
|
483
483
|
x: number;
|
|
484
484
|
y: number;
|
|
485
485
|
}[] | undefined;
|
|
@@ -562,8 +562,8 @@ 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
|
-
format: "png" | "jpeg";
|
|
566
565
|
operation: "convert-to-images";
|
|
566
|
+
format: "png" | "jpeg";
|
|
567
567
|
quality: number;
|
|
568
568
|
pdfData: string;
|
|
569
569
|
dpi: number;
|
|
@@ -616,8 +616,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
616
616
|
potential_labels: z.ZodArray<z.ZodString, "many">;
|
|
617
617
|
}, "strip", z.ZodTypeAny, {
|
|
618
618
|
type: string;
|
|
619
|
-
id: number;
|
|
620
619
|
name: string;
|
|
620
|
+
id: number;
|
|
621
621
|
width: number;
|
|
622
622
|
height: number;
|
|
623
623
|
label: string;
|
|
@@ -632,8 +632,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
632
632
|
potential_labels: string[];
|
|
633
633
|
}, {
|
|
634
634
|
type: string;
|
|
635
|
-
id: number;
|
|
636
635
|
name: string;
|
|
636
|
+
id: number;
|
|
637
637
|
width: number;
|
|
638
638
|
height: number;
|
|
639
639
|
label: string;
|
|
@@ -651,10 +651,11 @@ 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";
|
|
654
655
|
fields: {
|
|
655
656
|
type: string;
|
|
656
|
-
id: number;
|
|
657
657
|
name: string;
|
|
658
|
+
id: number;
|
|
658
659
|
width: number;
|
|
659
660
|
height: number;
|
|
660
661
|
label: string;
|
|
@@ -668,15 +669,15 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
668
669
|
field_flags: number;
|
|
669
670
|
potential_labels: string[];
|
|
670
671
|
}[];
|
|
671
|
-
operation: "discover";
|
|
672
672
|
success: boolean;
|
|
673
673
|
error: string;
|
|
674
674
|
totalFields: number;
|
|
675
675
|
}, {
|
|
676
|
+
operation: "discover";
|
|
676
677
|
fields: {
|
|
677
678
|
type: string;
|
|
678
|
-
id: number;
|
|
679
679
|
name: string;
|
|
680
|
+
id: number;
|
|
680
681
|
width: number;
|
|
681
682
|
height: number;
|
|
682
683
|
label: string;
|
|
@@ -690,7 +691,6 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
690
691
|
field_flags: number;
|
|
691
692
|
potential_labels: string[];
|
|
692
693
|
}[];
|
|
693
|
-
operation: "discover";
|
|
694
694
|
success: boolean;
|
|
695
695
|
error: string;
|
|
696
696
|
totalFields: number;
|
|
@@ -799,24 +799,24 @@ 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";
|
|
802
803
|
fields: Record<string, {
|
|
803
804
|
value: string;
|
|
804
805
|
type: string;
|
|
805
806
|
page: number;
|
|
806
807
|
}>;
|
|
807
|
-
operation: "validate";
|
|
808
808
|
success: boolean;
|
|
809
809
|
error: string;
|
|
810
810
|
totalFields: number;
|
|
811
811
|
filledFields: number;
|
|
812
812
|
emptyFields: number;
|
|
813
813
|
}, {
|
|
814
|
+
operation: "validate";
|
|
814
815
|
fields: Record<string, {
|
|
815
816
|
value: string;
|
|
816
817
|
type: string;
|
|
817
818
|
page: number;
|
|
818
819
|
}>;
|
|
819
|
-
operation: "validate";
|
|
820
820
|
success: boolean;
|
|
821
821
|
error: string;
|
|
822
822
|
totalFields: number;
|
|
@@ -889,15 +889,15 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
889
889
|
}, "strip", z.ZodTypeAny, {
|
|
890
890
|
value: string;
|
|
891
891
|
type: string;
|
|
892
|
-
id: number;
|
|
893
892
|
name: string;
|
|
893
|
+
id: number;
|
|
894
894
|
x: number;
|
|
895
895
|
y: number;
|
|
896
896
|
}, {
|
|
897
897
|
value: string;
|
|
898
898
|
type: string;
|
|
899
|
-
id: number;
|
|
900
899
|
name: string;
|
|
900
|
+
id: number;
|
|
901
901
|
x: number;
|
|
902
902
|
y: number;
|
|
903
903
|
}>, "many">>;
|
|
@@ -907,8 +907,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
907
907
|
formFields?: {
|
|
908
908
|
value: string;
|
|
909
909
|
type: string;
|
|
910
|
-
id: number;
|
|
911
910
|
name: string;
|
|
911
|
+
id: number;
|
|
912
912
|
x: number;
|
|
913
913
|
y: number;
|
|
914
914
|
}[] | undefined;
|
|
@@ -918,8 +918,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
918
918
|
formFields?: {
|
|
919
919
|
value: string;
|
|
920
920
|
type: string;
|
|
921
|
-
id: number;
|
|
922
921
|
name: string;
|
|
922
|
+
id: number;
|
|
923
923
|
x: number;
|
|
924
924
|
y: number;
|
|
925
925
|
}[] | undefined;
|
|
@@ -938,8 +938,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
938
938
|
formFields?: {
|
|
939
939
|
value: string;
|
|
940
940
|
type: string;
|
|
941
|
-
id: number;
|
|
942
941
|
name: string;
|
|
942
|
+
id: number;
|
|
943
943
|
x: number;
|
|
944
944
|
y: number;
|
|
945
945
|
}[] | undefined;
|
|
@@ -957,8 +957,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
957
957
|
formFields?: {
|
|
958
958
|
value: string;
|
|
959
959
|
type: string;
|
|
960
|
-
id: number;
|
|
961
960
|
name: string;
|
|
961
|
+
id: number;
|
|
962
962
|
x: number;
|
|
963
963
|
y: number;
|
|
964
964
|
}[] | undefined;
|