@bubblelab/bubble-core 0.1.210 → 0.1.211
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 +132 -111
- 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 +84 -84
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +2 -1
- 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/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- 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/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
- package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/index.js +4 -0
- package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- 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/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 +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- 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/posthog/posthog.schema.d.ts +14 -14
- 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 +294 -294
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +39 -39
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- 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 +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- 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 +927 -2
- package/dist/index.d.ts +1 -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
|
@@ -674,14 +674,14 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
674
674
|
}, "strip", z.ZodTypeAny, {
|
|
675
675
|
operation: "update_webhook";
|
|
676
676
|
webhook_id: number;
|
|
677
|
-
url?: string | undefined;
|
|
678
677
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
678
|
+
url?: string | undefined;
|
|
679
679
|
event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
|
|
680
680
|
}, {
|
|
681
681
|
operation: "update_webhook";
|
|
682
682
|
webhook_id: number;
|
|
683
|
-
url?: string | undefined;
|
|
684
683
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
684
|
+
url?: string | undefined;
|
|
685
685
|
event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
|
|
686
686
|
}>, z.ZodObject<{
|
|
687
687
|
operation: z.ZodLiteral<"delete_webhook">;
|
|
@@ -4068,14 +4068,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4068
4068
|
}, "strip", z.ZodTypeAny, {
|
|
4069
4069
|
operation: "update_webhook";
|
|
4070
4070
|
webhook_id: number;
|
|
4071
|
-
url?: string | undefined;
|
|
4072
4071
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4072
|
+
url?: string | undefined;
|
|
4073
4073
|
event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
|
|
4074
4074
|
}, {
|
|
4075
4075
|
operation: "update_webhook";
|
|
4076
4076
|
webhook_id: number;
|
|
4077
|
-
url?: string | undefined;
|
|
4078
4077
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4078
|
+
url?: string | undefined;
|
|
4079
4079
|
event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
|
|
4080
4080
|
}>, z.ZodObject<{
|
|
4081
4081
|
operation: z.ZodLiteral<"delete_webhook">;
|
|
@@ -254,8 +254,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
254
254
|
error: string;
|
|
255
255
|
success: boolean;
|
|
256
256
|
operation: "get_file";
|
|
257
|
-
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
258
257
|
path?: string | undefined;
|
|
258
|
+
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
259
259
|
name?: string | undefined;
|
|
260
260
|
content?: string | undefined;
|
|
261
261
|
url?: string | undefined;
|
|
@@ -269,8 +269,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
269
269
|
error: string;
|
|
270
270
|
success: boolean;
|
|
271
271
|
operation: "get_file";
|
|
272
|
-
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
273
272
|
path?: string | undefined;
|
|
273
|
+
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
274
274
|
name?: string | undefined;
|
|
275
275
|
content?: string | undefined;
|
|
276
276
|
url?: string | undefined;
|
|
@@ -297,8 +297,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
297
297
|
content: z.ZodOptional<z.ZodString>;
|
|
298
298
|
encoding: z.ZodOptional<z.ZodString>;
|
|
299
299
|
}, "strip", z.ZodTypeAny, {
|
|
300
|
-
type: "file" | "dir" | "symlink" | "submodule";
|
|
301
300
|
path: string;
|
|
301
|
+
type: "file" | "dir" | "symlink" | "submodule";
|
|
302
302
|
name: string;
|
|
303
303
|
url: string;
|
|
304
304
|
size: number;
|
|
@@ -309,8 +309,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
309
309
|
content?: string | undefined;
|
|
310
310
|
encoding?: string | undefined;
|
|
311
311
|
}, {
|
|
312
|
-
type: "file" | "dir" | "symlink" | "submodule";
|
|
313
312
|
path: string;
|
|
313
|
+
type: "file" | "dir" | "symlink" | "submodule";
|
|
314
314
|
name: string;
|
|
315
315
|
url: string;
|
|
316
316
|
size: number;
|
|
@@ -326,8 +326,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
326
326
|
success: boolean;
|
|
327
327
|
operation: "get_directory";
|
|
328
328
|
contents?: {
|
|
329
|
-
type: "file" | "dir" | "symlink" | "submodule";
|
|
330
329
|
path: string;
|
|
330
|
+
type: "file" | "dir" | "symlink" | "submodule";
|
|
331
331
|
name: string;
|
|
332
332
|
url: string;
|
|
333
333
|
size: number;
|
|
@@ -343,8 +343,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
343
343
|
success: boolean;
|
|
344
344
|
operation: "get_directory";
|
|
345
345
|
contents?: {
|
|
346
|
-
type: "file" | "dir" | "symlink" | "submodule";
|
|
347
346
|
path: string;
|
|
347
|
+
type: "file" | "dir" | "symlink" | "submodule";
|
|
348
348
|
name: string;
|
|
349
349
|
url: string;
|
|
350
350
|
size: number;
|
|
@@ -1580,8 +1580,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1580
1580
|
error: string;
|
|
1581
1581
|
success: boolean;
|
|
1582
1582
|
operation: "get_file";
|
|
1583
|
-
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
1584
1583
|
path?: string | undefined;
|
|
1584
|
+
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
1585
1585
|
name?: string | undefined;
|
|
1586
1586
|
content?: string | undefined;
|
|
1587
1587
|
url?: string | undefined;
|
|
@@ -1595,8 +1595,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1595
1595
|
error: string;
|
|
1596
1596
|
success: boolean;
|
|
1597
1597
|
operation: "get_file";
|
|
1598
|
-
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
1599
1598
|
path?: string | undefined;
|
|
1599
|
+
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
1600
1600
|
name?: string | undefined;
|
|
1601
1601
|
content?: string | undefined;
|
|
1602
1602
|
url?: string | undefined;
|
|
@@ -1623,8 +1623,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1623
1623
|
content: z.ZodOptional<z.ZodString>;
|
|
1624
1624
|
encoding: z.ZodOptional<z.ZodString>;
|
|
1625
1625
|
}, "strip", z.ZodTypeAny, {
|
|
1626
|
-
type: "file" | "dir" | "symlink" | "submodule";
|
|
1627
1626
|
path: string;
|
|
1627
|
+
type: "file" | "dir" | "symlink" | "submodule";
|
|
1628
1628
|
name: string;
|
|
1629
1629
|
url: string;
|
|
1630
1630
|
size: number;
|
|
@@ -1635,8 +1635,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1635
1635
|
content?: string | undefined;
|
|
1636
1636
|
encoding?: string | undefined;
|
|
1637
1637
|
}, {
|
|
1638
|
-
type: "file" | "dir" | "symlink" | "submodule";
|
|
1639
1638
|
path: string;
|
|
1639
|
+
type: "file" | "dir" | "symlink" | "submodule";
|
|
1640
1640
|
name: string;
|
|
1641
1641
|
url: string;
|
|
1642
1642
|
size: number;
|
|
@@ -1652,8 +1652,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1652
1652
|
success: boolean;
|
|
1653
1653
|
operation: "get_directory";
|
|
1654
1654
|
contents?: {
|
|
1655
|
-
type: "file" | "dir" | "symlink" | "submodule";
|
|
1656
1655
|
path: string;
|
|
1656
|
+
type: "file" | "dir" | "symlink" | "submodule";
|
|
1657
1657
|
name: string;
|
|
1658
1658
|
url: string;
|
|
1659
1659
|
size: number;
|
|
@@ -1669,8 +1669,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1669
1669
|
success: boolean;
|
|
1670
1670
|
operation: "get_directory";
|
|
1671
1671
|
contents?: {
|
|
1672
|
-
type: "file" | "dir" | "symlink" | "submodule";
|
|
1673
1672
|
path: string;
|
|
1673
|
+
type: "file" | "dir" | "symlink" | "submodule";
|
|
1674
1674
|
name: string;
|
|
1675
1675
|
url: string;
|
|
1676
1676
|
size: number;
|