@bubblelab/bubble-core 0.1.178 → 0.1.179
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 +88 -89
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +2 -12
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +84 -90
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -70
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +90 -90
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +70 -70
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +37 -37
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +243 -243
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +278 -278
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +14 -1
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +296 -296
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +39 -39
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js +0 -1
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +385 -385
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- 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 +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
- package/dist/bubbles.json +1 -1
- package/dist/capabilities/define-capability.d.ts +0 -2
- package/dist/capabilities/define-capability.d.ts.map +1 -1
- package/dist/capabilities/define-capability.js +0 -1
- package/dist/capabilities/define-capability.js.map +1 -1
- package/package.json +2 -2
|
@@ -1438,8 +1438,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1438
1438
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
1439
1439
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
1440
1440
|
}, "strip", z.ZodTypeAny, {
|
|
1441
|
-
id?: string | undefined;
|
|
1442
1441
|
key?: string | undefined;
|
|
1442
|
+
id?: string | undefined;
|
|
1443
1443
|
fields?: z.objectOutputType<{
|
|
1444
1444
|
summary: z.ZodOptional<z.ZodString>;
|
|
1445
1445
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -1825,8 +1825,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1825
1825
|
expand?: string | undefined;
|
|
1826
1826
|
self?: string | undefined;
|
|
1827
1827
|
}, {
|
|
1828
|
-
id?: string | undefined;
|
|
1829
1828
|
key?: string | undefined;
|
|
1829
|
+
id?: string | undefined;
|
|
1830
1830
|
fields?: z.objectInputType<{
|
|
1831
1831
|
summary: z.ZodOptional<z.ZodString>;
|
|
1832
1832
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -3604,8 +3604,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3604
3604
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
3605
3605
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
3606
3606
|
}, "strip", z.ZodTypeAny, {
|
|
3607
|
-
id?: string | undefined;
|
|
3608
3607
|
key?: string | undefined;
|
|
3608
|
+
id?: string | undefined;
|
|
3609
3609
|
fields?: z.objectOutputType<{
|
|
3610
3610
|
summary: z.ZodOptional<z.ZodString>;
|
|
3611
3611
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -3991,8 +3991,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3991
3991
|
expand?: string | undefined;
|
|
3992
3992
|
self?: string | undefined;
|
|
3993
3993
|
}, {
|
|
3994
|
-
id?: string | undefined;
|
|
3995
3994
|
key?: string | undefined;
|
|
3995
|
+
id?: string | undefined;
|
|
3996
3996
|
fields?: z.objectInputType<{
|
|
3997
3997
|
summary: z.ZodOptional<z.ZodString>;
|
|
3998
3998
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -4387,8 +4387,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4387
4387
|
success: boolean;
|
|
4388
4388
|
operation: "search";
|
|
4389
4389
|
issues?: {
|
|
4390
|
-
id?: string | undefined;
|
|
4391
4390
|
key?: string | undefined;
|
|
4391
|
+
id?: string | undefined;
|
|
4392
4392
|
fields?: z.objectOutputType<{
|
|
4393
4393
|
summary: z.ZodOptional<z.ZodString>;
|
|
4394
4394
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -4782,8 +4782,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4782
4782
|
success: boolean;
|
|
4783
4783
|
operation: "search";
|
|
4784
4784
|
issues?: {
|
|
4785
|
-
id?: string | undefined;
|
|
4786
4785
|
key?: string | undefined;
|
|
4786
|
+
id?: string | undefined;
|
|
4787
4787
|
fields?: z.objectInputType<{
|
|
4788
4788
|
summary: z.ZodOptional<z.ZodString>;
|
|
4789
4789
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -6321,8 +6321,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6321
6321
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
6322
6322
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
6323
6323
|
}, "strip", z.ZodTypeAny, {
|
|
6324
|
-
id?: string | undefined;
|
|
6325
6324
|
key?: string | undefined;
|
|
6325
|
+
id?: string | undefined;
|
|
6326
6326
|
fields?: z.objectOutputType<{
|
|
6327
6327
|
summary: z.ZodOptional<z.ZodString>;
|
|
6328
6328
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -6708,8 +6708,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6708
6708
|
expand?: string | undefined;
|
|
6709
6709
|
self?: string | undefined;
|
|
6710
6710
|
}, {
|
|
6711
|
-
id?: string | undefined;
|
|
6712
6711
|
key?: string | undefined;
|
|
6712
|
+
id?: string | undefined;
|
|
6713
6713
|
fields?: z.objectInputType<{
|
|
6714
6714
|
summary: z.ZodOptional<z.ZodString>;
|
|
6715
6715
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -7101,8 +7101,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7101
7101
|
success: boolean;
|
|
7102
7102
|
operation: "get";
|
|
7103
7103
|
issue?: {
|
|
7104
|
-
id?: string | undefined;
|
|
7105
7104
|
key?: string | undefined;
|
|
7105
|
+
id?: string | undefined;
|
|
7106
7106
|
fields?: z.objectOutputType<{
|
|
7107
7107
|
summary: z.ZodOptional<z.ZodString>;
|
|
7108
7108
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -7493,8 +7493,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7493
7493
|
success: boolean;
|
|
7494
7494
|
operation: "get";
|
|
7495
7495
|
issue?: {
|
|
7496
|
-
id?: string | undefined;
|
|
7497
7496
|
key?: string | undefined;
|
|
7497
|
+
id?: string | undefined;
|
|
7498
7498
|
fields?: z.objectInputType<{
|
|
7499
7499
|
summary: z.ZodOptional<z.ZodString>;
|
|
7500
7500
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -7888,12 +7888,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7888
7888
|
key: z.ZodString;
|
|
7889
7889
|
self: z.ZodOptional<z.ZodString>;
|
|
7890
7890
|
}, "strip", z.ZodTypeAny, {
|
|
7891
|
-
id: string;
|
|
7892
7891
|
key: string;
|
|
7892
|
+
id: string;
|
|
7893
7893
|
self?: string | undefined;
|
|
7894
7894
|
}, {
|
|
7895
|
-
id: string;
|
|
7896
7895
|
key: string;
|
|
7896
|
+
id: string;
|
|
7897
7897
|
self?: string | undefined;
|
|
7898
7898
|
}>>;
|
|
7899
7899
|
error: z.ZodString;
|
|
@@ -7902,8 +7902,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7902
7902
|
success: boolean;
|
|
7903
7903
|
operation: "create";
|
|
7904
7904
|
issue?: {
|
|
7905
|
-
id: string;
|
|
7906
7905
|
key: string;
|
|
7906
|
+
id: string;
|
|
7907
7907
|
self?: string | undefined;
|
|
7908
7908
|
} | undefined;
|
|
7909
7909
|
}, {
|
|
@@ -7911,8 +7911,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7911
7911
|
success: boolean;
|
|
7912
7912
|
operation: "create";
|
|
7913
7913
|
issue?: {
|
|
7914
|
-
id: string;
|
|
7915
7914
|
key: string;
|
|
7915
|
+
id: string;
|
|
7916
7916
|
self?: string | undefined;
|
|
7917
7917
|
} | undefined;
|
|
7918
7918
|
}>, z.ZodObject<{
|