@bubblelab/bubble-core 0.1.30 → 0.1.31
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 +48 -48
- 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 +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.d.ts +497 -497
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +40 -2
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +69 -68
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +1 -4
- 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/postgresql.d.ts +4 -4
- 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 +10 -6
- package/package.json +2 -2
|
@@ -14,8 +14,8 @@ declare const GmailParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
14
14
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
15
15
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
to: string[];
|
|
18
17
|
operation: "send_email";
|
|
18
|
+
to: string[];
|
|
19
19
|
subject: string;
|
|
20
20
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21
21
|
cc?: string[] | undefined;
|
|
@@ -25,8 +25,8 @@ declare const GmailParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
25
25
|
body_html?: string | undefined;
|
|
26
26
|
thread_id?: string | undefined;
|
|
27
27
|
}, {
|
|
28
|
-
to: string[];
|
|
29
28
|
operation: "send_email";
|
|
29
|
+
to: string[];
|
|
30
30
|
subject: string;
|
|
31
31
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
32
32
|
cc?: string[] | undefined;
|
|
@@ -69,8 +69,8 @@ declare const GmailParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
69
69
|
metadata_headers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
70
70
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
|
-
format: "minimal" | "metadata" | "raw" | "full";
|
|
73
72
|
operation: "get_email";
|
|
73
|
+
format: "minimal" | "metadata" | "raw" | "full";
|
|
74
74
|
message_id: string;
|
|
75
75
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
76
76
|
metadata_headers?: string[] | undefined;
|
|
@@ -134,8 +134,8 @@ declare const GmailParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
134
134
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
135
135
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
|
-
to: string[];
|
|
138
137
|
operation: "create_draft";
|
|
138
|
+
to: string[];
|
|
139
139
|
subject: string;
|
|
140
140
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
141
141
|
cc?: string[] | undefined;
|
|
@@ -145,8 +145,8 @@ declare const GmailParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
145
145
|
body_html?: string | undefined;
|
|
146
146
|
thread_id?: string | undefined;
|
|
147
147
|
}, {
|
|
148
|
-
to: string[];
|
|
149
148
|
operation: "create_draft";
|
|
149
|
+
to: string[];
|
|
150
150
|
subject: string;
|
|
151
151
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
152
152
|
cc?: string[] | undefined;
|
|
@@ -254,16 +254,16 @@ declare const GmailParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
254
254
|
text_color: z.ZodOptional<z.ZodString>;
|
|
255
255
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
256
256
|
}, "strip", z.ZodTypeAny, {
|
|
257
|
-
name: string;
|
|
258
257
|
operation: "create_label";
|
|
258
|
+
name: string;
|
|
259
259
|
label_list_visibility: "labelShow" | "labelShowIfUnread" | "labelHide";
|
|
260
260
|
message_list_visibility: "show" | "hide";
|
|
261
261
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
262
262
|
background_color?: string | undefined;
|
|
263
263
|
text_color?: string | undefined;
|
|
264
264
|
}, {
|
|
265
|
-
name: string;
|
|
266
265
|
operation: "create_label";
|
|
266
|
+
name: string;
|
|
267
267
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
268
268
|
label_list_visibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
269
269
|
message_list_visibility?: "show" | "hide" | undefined;
|
|
@@ -1634,14 +1634,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1634
1634
|
messageListVisibility: z.ZodOptional<z.ZodEnum<["show", "hide"]>>;
|
|
1635
1635
|
labelListVisibility: z.ZodOptional<z.ZodEnum<["labelShow", "labelShowIfUnread", "labelHide"]>>;
|
|
1636
1636
|
}, "strip", z.ZodTypeAny, {
|
|
1637
|
-
id: string;
|
|
1638
1637
|
name: string;
|
|
1638
|
+
id: string;
|
|
1639
1639
|
type?: "user" | "system" | undefined;
|
|
1640
1640
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1641
1641
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1642
1642
|
}, {
|
|
1643
|
-
id: string;
|
|
1644
1643
|
name: string;
|
|
1644
|
+
id: string;
|
|
1645
1645
|
type?: "user" | "system" | undefined;
|
|
1646
1646
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1647
1647
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -1652,8 +1652,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1652
1652
|
success: boolean;
|
|
1653
1653
|
error: string;
|
|
1654
1654
|
labels?: {
|
|
1655
|
-
id: string;
|
|
1656
1655
|
name: string;
|
|
1656
|
+
id: string;
|
|
1657
1657
|
type?: "user" | "system" | undefined;
|
|
1658
1658
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1659
1659
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -1663,8 +1663,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1663
1663
|
success: boolean;
|
|
1664
1664
|
error: string;
|
|
1665
1665
|
labels?: {
|
|
1666
|
-
id: string;
|
|
1667
1666
|
name: string;
|
|
1667
|
+
id: string;
|
|
1668
1668
|
type?: "user" | "system" | undefined;
|
|
1669
1669
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1670
1670
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -1679,14 +1679,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1679
1679
|
messageListVisibility: z.ZodOptional<z.ZodEnum<["show", "hide"]>>;
|
|
1680
1680
|
labelListVisibility: z.ZodOptional<z.ZodEnum<["labelShow", "labelShowIfUnread", "labelHide"]>>;
|
|
1681
1681
|
}, "strip", z.ZodTypeAny, {
|
|
1682
|
-
id: string;
|
|
1683
1682
|
name: string;
|
|
1683
|
+
id: string;
|
|
1684
1684
|
type?: "user" | "system" | undefined;
|
|
1685
1685
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1686
1686
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1687
1687
|
}, {
|
|
1688
|
-
id: string;
|
|
1689
1688
|
name: string;
|
|
1689
|
+
id: string;
|
|
1690
1690
|
type?: "user" | "system" | undefined;
|
|
1691
1691
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1692
1692
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -1697,8 +1697,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1697
1697
|
success: boolean;
|
|
1698
1698
|
error: string;
|
|
1699
1699
|
label?: {
|
|
1700
|
-
id: string;
|
|
1701
1700
|
name: string;
|
|
1701
|
+
id: string;
|
|
1702
1702
|
type?: "user" | "system" | undefined;
|
|
1703
1703
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1704
1704
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -1708,8 +1708,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1708
1708
|
success: boolean;
|
|
1709
1709
|
error: string;
|
|
1710
1710
|
label?: {
|
|
1711
|
-
id: string;
|
|
1712
1711
|
name: string;
|
|
1712
|
+
id: string;
|
|
1713
1713
|
type?: "user" | "system" | undefined;
|
|
1714
1714
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1715
1715
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -1773,8 +1773,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1773
1773
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
1774
1774
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1775
1775
|
}, "strip", z.ZodTypeAny, {
|
|
1776
|
-
to: string[];
|
|
1777
1776
|
operation: "send_email";
|
|
1777
|
+
to: string[];
|
|
1778
1778
|
subject: string;
|
|
1779
1779
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1780
1780
|
cc?: string[] | undefined;
|
|
@@ -1784,8 +1784,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1784
1784
|
body_html?: string | undefined;
|
|
1785
1785
|
thread_id?: string | undefined;
|
|
1786
1786
|
}, {
|
|
1787
|
-
to: string[];
|
|
1788
1787
|
operation: "send_email";
|
|
1788
|
+
to: string[];
|
|
1789
1789
|
subject: string;
|
|
1790
1790
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1791
1791
|
cc?: string[] | undefined;
|
|
@@ -1828,8 +1828,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1828
1828
|
metadata_headers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1829
1829
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1830
1830
|
}, "strip", z.ZodTypeAny, {
|
|
1831
|
-
format: "minimal" | "metadata" | "raw" | "full";
|
|
1832
1831
|
operation: "get_email";
|
|
1832
|
+
format: "minimal" | "metadata" | "raw" | "full";
|
|
1833
1833
|
message_id: string;
|
|
1834
1834
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1835
1835
|
metadata_headers?: string[] | undefined;
|
|
@@ -1893,8 +1893,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1893
1893
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
1894
1894
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1895
1895
|
}, "strip", z.ZodTypeAny, {
|
|
1896
|
-
to: string[];
|
|
1897
1896
|
operation: "create_draft";
|
|
1897
|
+
to: string[];
|
|
1898
1898
|
subject: string;
|
|
1899
1899
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1900
1900
|
cc?: string[] | undefined;
|
|
@@ -1904,8 +1904,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1904
1904
|
body_html?: string | undefined;
|
|
1905
1905
|
thread_id?: string | undefined;
|
|
1906
1906
|
}, {
|
|
1907
|
-
to: string[];
|
|
1908
1907
|
operation: "create_draft";
|
|
1908
|
+
to: string[];
|
|
1909
1909
|
subject: string;
|
|
1910
1910
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1911
1911
|
cc?: string[] | undefined;
|
|
@@ -2013,16 +2013,16 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2013
2013
|
text_color: z.ZodOptional<z.ZodString>;
|
|
2014
2014
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2015
2015
|
}, "strip", z.ZodTypeAny, {
|
|
2016
|
-
name: string;
|
|
2017
2016
|
operation: "create_label";
|
|
2017
|
+
name: string;
|
|
2018
2018
|
label_list_visibility: "labelShow" | "labelShowIfUnread" | "labelHide";
|
|
2019
2019
|
message_list_visibility: "show" | "hide";
|
|
2020
2020
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2021
2021
|
background_color?: string | undefined;
|
|
2022
2022
|
text_color?: string | undefined;
|
|
2023
2023
|
}, {
|
|
2024
|
-
name: string;
|
|
2025
2024
|
operation: "create_label";
|
|
2025
|
+
name: string;
|
|
2026
2026
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2027
2027
|
label_list_visibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
2028
2028
|
message_list_visibility?: "show" | "hide" | undefined;
|
|
@@ -3393,14 +3393,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3393
3393
|
messageListVisibility: z.ZodOptional<z.ZodEnum<["show", "hide"]>>;
|
|
3394
3394
|
labelListVisibility: z.ZodOptional<z.ZodEnum<["labelShow", "labelShowIfUnread", "labelHide"]>>;
|
|
3395
3395
|
}, "strip", z.ZodTypeAny, {
|
|
3396
|
-
id: string;
|
|
3397
3396
|
name: string;
|
|
3397
|
+
id: string;
|
|
3398
3398
|
type?: "user" | "system" | undefined;
|
|
3399
3399
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3400
3400
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3401
3401
|
}, {
|
|
3402
|
-
id: string;
|
|
3403
3402
|
name: string;
|
|
3403
|
+
id: string;
|
|
3404
3404
|
type?: "user" | "system" | undefined;
|
|
3405
3405
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3406
3406
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -3411,8 +3411,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3411
3411
|
success: boolean;
|
|
3412
3412
|
error: string;
|
|
3413
3413
|
labels?: {
|
|
3414
|
-
id: string;
|
|
3415
3414
|
name: string;
|
|
3415
|
+
id: string;
|
|
3416
3416
|
type?: "user" | "system" | undefined;
|
|
3417
3417
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3418
3418
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -3422,8 +3422,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3422
3422
|
success: boolean;
|
|
3423
3423
|
error: string;
|
|
3424
3424
|
labels?: {
|
|
3425
|
-
id: string;
|
|
3426
3425
|
name: string;
|
|
3426
|
+
id: string;
|
|
3427
3427
|
type?: "user" | "system" | undefined;
|
|
3428
3428
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3429
3429
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -3438,14 +3438,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3438
3438
|
messageListVisibility: z.ZodOptional<z.ZodEnum<["show", "hide"]>>;
|
|
3439
3439
|
labelListVisibility: z.ZodOptional<z.ZodEnum<["labelShow", "labelShowIfUnread", "labelHide"]>>;
|
|
3440
3440
|
}, "strip", z.ZodTypeAny, {
|
|
3441
|
-
id: string;
|
|
3442
3441
|
name: string;
|
|
3442
|
+
id: string;
|
|
3443
3443
|
type?: "user" | "system" | undefined;
|
|
3444
3444
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3445
3445
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3446
3446
|
}, {
|
|
3447
|
-
id: string;
|
|
3448
3447
|
name: string;
|
|
3448
|
+
id: string;
|
|
3449
3449
|
type?: "user" | "system" | undefined;
|
|
3450
3450
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3451
3451
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -3456,8 +3456,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3456
3456
|
success: boolean;
|
|
3457
3457
|
error: string;
|
|
3458
3458
|
label?: {
|
|
3459
|
-
id: string;
|
|
3460
3459
|
name: string;
|
|
3460
|
+
id: string;
|
|
3461
3461
|
type?: "user" | "system" | undefined;
|
|
3462
3462
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3463
3463
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
@@ -3467,8 +3467,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3467
3467
|
success: boolean;
|
|
3468
3468
|
error: string;
|
|
3469
3469
|
label?: {
|
|
3470
|
-
id: string;
|
|
3471
3470
|
name: string;
|
|
3471
|
+
id: string;
|
|
3472
3472
|
type?: "user" | "system" | undefined;
|
|
3473
3473
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3474
3474
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|