@bubblelab/bubble-core 0.1.154 → 0.1.155
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 +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- 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 +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- 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/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -16,13 +16,13 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
16
16
|
offset: number;
|
|
17
17
|
includeTrash: boolean;
|
|
18
18
|
sort?: string | undefined;
|
|
19
|
-
fields?: string | undefined;
|
|
20
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
|
+
fields?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
operation: "list_people";
|
|
23
23
|
sort?: string | undefined;
|
|
24
|
-
fields?: string | undefined;
|
|
25
24
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
25
|
+
fields?: string | undefined;
|
|
26
26
|
limit?: number | undefined;
|
|
27
27
|
offset?: number | undefined;
|
|
28
28
|
includeTrash?: boolean | undefined;
|
|
@@ -34,13 +34,13 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
35
|
operation: "get_person";
|
|
36
36
|
person_id: number;
|
|
37
|
-
fields?: string | undefined;
|
|
38
37
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
38
|
+
fields?: string | undefined;
|
|
39
39
|
}, {
|
|
40
40
|
operation: "get_person";
|
|
41
41
|
person_id: number;
|
|
42
|
-
fields?: string | undefined;
|
|
43
42
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
43
|
+
fields?: string | undefined;
|
|
44
44
|
}>, z.ZodObject<{
|
|
45
45
|
operation: z.ZodLiteral<"create_person">;
|
|
46
46
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -241,16 +241,16 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
241
241
|
assignedTo: z.ZodOptional<z.ZodNumber>;
|
|
242
242
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
243
243
|
}, "strip", z.ZodTypeAny, {
|
|
244
|
-
operation: "create_task";
|
|
245
244
|
name: string;
|
|
245
|
+
operation: "create_task";
|
|
246
246
|
description?: string | undefined;
|
|
247
247
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
248
248
|
assignedTo?: number | undefined;
|
|
249
249
|
personId?: number | undefined;
|
|
250
250
|
dueDate?: string | undefined;
|
|
251
251
|
}, {
|
|
252
|
-
operation: "create_task";
|
|
253
252
|
name: string;
|
|
253
|
+
operation: "create_task";
|
|
254
254
|
description?: string | undefined;
|
|
255
255
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
256
256
|
assignedTo?: number | undefined;
|
|
@@ -341,14 +341,14 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
341
341
|
operation: "update_note";
|
|
342
342
|
note_id: number;
|
|
343
343
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
344
|
-
body?: string | undefined;
|
|
345
344
|
subject?: string | undefined;
|
|
345
|
+
body?: string | undefined;
|
|
346
346
|
}, {
|
|
347
347
|
operation: "update_note";
|
|
348
348
|
note_id: number;
|
|
349
349
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
350
|
-
body?: string | undefined;
|
|
351
350
|
subject?: string | undefined;
|
|
351
|
+
body?: string | undefined;
|
|
352
352
|
}>, z.ZodObject<{
|
|
353
353
|
operation: z.ZodLiteral<"delete_note">;
|
|
354
354
|
note_id: z.ZodNumber;
|
|
@@ -515,8 +515,8 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
515
515
|
}>;
|
|
516
516
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
517
517
|
}, "strip", z.ZodTypeAny, {
|
|
518
|
-
operation: "create_event";
|
|
519
518
|
type: string;
|
|
519
|
+
operation: "create_event";
|
|
520
520
|
person: {
|
|
521
521
|
tags?: string[] | undefined;
|
|
522
522
|
firstName?: string | undefined;
|
|
@@ -532,8 +532,8 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
532
532
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
533
533
|
source?: string | undefined;
|
|
534
534
|
}, {
|
|
535
|
-
operation: "create_event";
|
|
536
535
|
type: string;
|
|
536
|
+
operation: "create_event";
|
|
537
537
|
person: {
|
|
538
538
|
tags?: string[] | undefined;
|
|
539
539
|
firstName?: string | undefined;
|
|
@@ -614,16 +614,16 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
614
614
|
location: z.ZodOptional<z.ZodString>;
|
|
615
615
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
616
616
|
}, "strip", z.ZodTypeAny, {
|
|
617
|
-
operation: "create_appointment";
|
|
618
617
|
title: string;
|
|
618
|
+
operation: "create_appointment";
|
|
619
619
|
startTime: string;
|
|
620
620
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
621
621
|
location?: string | undefined;
|
|
622
622
|
personId?: number | undefined;
|
|
623
623
|
endTime?: string | undefined;
|
|
624
624
|
}, {
|
|
625
|
-
operation: "create_appointment";
|
|
626
625
|
title: string;
|
|
626
|
+
operation: "create_appointment";
|
|
627
627
|
startTime: string;
|
|
628
628
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
629
629
|
location?: string | undefined;
|
|
@@ -656,13 +656,13 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
656
656
|
url: z.ZodString;
|
|
657
657
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
658
658
|
}, "strip", z.ZodTypeAny, {
|
|
659
|
-
operation: "create_webhook";
|
|
660
659
|
url: string;
|
|
660
|
+
operation: "create_webhook";
|
|
661
661
|
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";
|
|
662
662
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
663
663
|
}, {
|
|
664
|
-
operation: "create_webhook";
|
|
665
664
|
url: string;
|
|
665
|
+
operation: "create_webhook";
|
|
666
666
|
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";
|
|
667
667
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
668
668
|
}>, z.ZodObject<{
|
|
@@ -1563,6 +1563,11 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1563
1563
|
success: boolean;
|
|
1564
1564
|
error: string;
|
|
1565
1565
|
operation: "list_tasks";
|
|
1566
|
+
_metadata?: {
|
|
1567
|
+
limit?: number | undefined;
|
|
1568
|
+
offset?: number | undefined;
|
|
1569
|
+
total?: number | undefined;
|
|
1570
|
+
} | undefined;
|
|
1566
1571
|
tasks?: z.objectOutputType<{
|
|
1567
1572
|
id: z.ZodNumber;
|
|
1568
1573
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1573,15 +1578,15 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1573
1578
|
assignedTo: z.ZodOptional<z.ZodNumber>;
|
|
1574
1579
|
created: z.ZodOptional<z.ZodString>;
|
|
1575
1580
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1581
|
+
}, {
|
|
1582
|
+
success: boolean;
|
|
1583
|
+
error: string;
|
|
1584
|
+
operation: "list_tasks";
|
|
1576
1585
|
_metadata?: {
|
|
1577
1586
|
limit?: number | undefined;
|
|
1578
1587
|
offset?: number | undefined;
|
|
1579
1588
|
total?: number | undefined;
|
|
1580
1589
|
} | undefined;
|
|
1581
|
-
}, {
|
|
1582
|
-
success: boolean;
|
|
1583
|
-
error: string;
|
|
1584
|
-
operation: "list_tasks";
|
|
1585
1590
|
tasks?: z.objectInputType<{
|
|
1586
1591
|
id: z.ZodNumber;
|
|
1587
1592
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1592,11 +1597,6 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1592
1597
|
assignedTo: z.ZodOptional<z.ZodNumber>;
|
|
1593
1598
|
created: z.ZodOptional<z.ZodString>;
|
|
1594
1599
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1595
|
-
_metadata?: {
|
|
1596
|
-
limit?: number | undefined;
|
|
1597
|
-
offset?: number | undefined;
|
|
1598
|
-
total?: number | undefined;
|
|
1599
|
-
} | undefined;
|
|
1600
1600
|
}>, z.ZodObject<{
|
|
1601
1601
|
operation: z.ZodLiteral<"get_task">;
|
|
1602
1602
|
success: z.ZodBoolean;
|
|
@@ -3410,13 +3410,13 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3410
3410
|
offset: number;
|
|
3411
3411
|
includeTrash: boolean;
|
|
3412
3412
|
sort?: string | undefined;
|
|
3413
|
-
fields?: string | undefined;
|
|
3414
3413
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3414
|
+
fields?: string | undefined;
|
|
3415
3415
|
}, {
|
|
3416
3416
|
operation: "list_people";
|
|
3417
3417
|
sort?: string | undefined;
|
|
3418
|
-
fields?: string | undefined;
|
|
3419
3418
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3419
|
+
fields?: string | undefined;
|
|
3420
3420
|
limit?: number | undefined;
|
|
3421
3421
|
offset?: number | undefined;
|
|
3422
3422
|
includeTrash?: boolean | undefined;
|
|
@@ -3428,13 +3428,13 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3428
3428
|
}, "strip", z.ZodTypeAny, {
|
|
3429
3429
|
operation: "get_person";
|
|
3430
3430
|
person_id: number;
|
|
3431
|
-
fields?: string | undefined;
|
|
3432
3431
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3432
|
+
fields?: string | undefined;
|
|
3433
3433
|
}, {
|
|
3434
3434
|
operation: "get_person";
|
|
3435
3435
|
person_id: number;
|
|
3436
|
-
fields?: string | undefined;
|
|
3437
3436
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3437
|
+
fields?: string | undefined;
|
|
3438
3438
|
}>, z.ZodObject<{
|
|
3439
3439
|
operation: z.ZodLiteral<"create_person">;
|
|
3440
3440
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -3635,16 +3635,16 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3635
3635
|
assignedTo: z.ZodOptional<z.ZodNumber>;
|
|
3636
3636
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3637
3637
|
}, "strip", z.ZodTypeAny, {
|
|
3638
|
-
operation: "create_task";
|
|
3639
3638
|
name: string;
|
|
3639
|
+
operation: "create_task";
|
|
3640
3640
|
description?: string | undefined;
|
|
3641
3641
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3642
3642
|
assignedTo?: number | undefined;
|
|
3643
3643
|
personId?: number | undefined;
|
|
3644
3644
|
dueDate?: string | undefined;
|
|
3645
3645
|
}, {
|
|
3646
|
-
operation: "create_task";
|
|
3647
3646
|
name: string;
|
|
3647
|
+
operation: "create_task";
|
|
3648
3648
|
description?: string | undefined;
|
|
3649
3649
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3650
3650
|
assignedTo?: number | undefined;
|
|
@@ -3735,14 +3735,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3735
3735
|
operation: "update_note";
|
|
3736
3736
|
note_id: number;
|
|
3737
3737
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3738
|
-
body?: string | undefined;
|
|
3739
3738
|
subject?: string | undefined;
|
|
3739
|
+
body?: string | undefined;
|
|
3740
3740
|
}, {
|
|
3741
3741
|
operation: "update_note";
|
|
3742
3742
|
note_id: number;
|
|
3743
3743
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3744
|
-
body?: string | undefined;
|
|
3745
3744
|
subject?: string | undefined;
|
|
3745
|
+
body?: string | undefined;
|
|
3746
3746
|
}>, z.ZodObject<{
|
|
3747
3747
|
operation: z.ZodLiteral<"delete_note">;
|
|
3748
3748
|
note_id: z.ZodNumber;
|
|
@@ -3909,8 +3909,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3909
3909
|
}>;
|
|
3910
3910
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3911
3911
|
}, "strip", z.ZodTypeAny, {
|
|
3912
|
-
operation: "create_event";
|
|
3913
3912
|
type: string;
|
|
3913
|
+
operation: "create_event";
|
|
3914
3914
|
person: {
|
|
3915
3915
|
tags?: string[] | undefined;
|
|
3916
3916
|
firstName?: string | undefined;
|
|
@@ -3926,8 +3926,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3926
3926
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3927
3927
|
source?: string | undefined;
|
|
3928
3928
|
}, {
|
|
3929
|
-
operation: "create_event";
|
|
3930
3929
|
type: string;
|
|
3930
|
+
operation: "create_event";
|
|
3931
3931
|
person: {
|
|
3932
3932
|
tags?: string[] | undefined;
|
|
3933
3933
|
firstName?: string | undefined;
|
|
@@ -4008,16 +4008,16 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4008
4008
|
location: z.ZodOptional<z.ZodString>;
|
|
4009
4009
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4010
4010
|
}, "strip", z.ZodTypeAny, {
|
|
4011
|
-
operation: "create_appointment";
|
|
4012
4011
|
title: string;
|
|
4012
|
+
operation: "create_appointment";
|
|
4013
4013
|
startTime: string;
|
|
4014
4014
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4015
4015
|
location?: string | undefined;
|
|
4016
4016
|
personId?: number | undefined;
|
|
4017
4017
|
endTime?: string | undefined;
|
|
4018
4018
|
}, {
|
|
4019
|
-
operation: "create_appointment";
|
|
4020
4019
|
title: string;
|
|
4020
|
+
operation: "create_appointment";
|
|
4021
4021
|
startTime: string;
|
|
4022
4022
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4023
4023
|
location?: string | undefined;
|
|
@@ -4050,13 +4050,13 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4050
4050
|
url: z.ZodString;
|
|
4051
4051
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4052
4052
|
}, "strip", z.ZodTypeAny, {
|
|
4053
|
-
operation: "create_webhook";
|
|
4054
4053
|
url: string;
|
|
4054
|
+
operation: "create_webhook";
|
|
4055
4055
|
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";
|
|
4056
4056
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4057
4057
|
}, {
|
|
4058
|
-
operation: "create_webhook";
|
|
4059
4058
|
url: string;
|
|
4059
|
+
operation: "create_webhook";
|
|
4060
4060
|
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";
|
|
4061
4061
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4062
4062
|
}>, z.ZodObject<{
|
|
@@ -4957,6 +4957,11 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4957
4957
|
success: boolean;
|
|
4958
4958
|
error: string;
|
|
4959
4959
|
operation: "list_tasks";
|
|
4960
|
+
_metadata?: {
|
|
4961
|
+
limit?: number | undefined;
|
|
4962
|
+
offset?: number | undefined;
|
|
4963
|
+
total?: number | undefined;
|
|
4964
|
+
} | undefined;
|
|
4960
4965
|
tasks?: z.objectOutputType<{
|
|
4961
4966
|
id: z.ZodNumber;
|
|
4962
4967
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4967,15 +4972,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4967
4972
|
assignedTo: z.ZodOptional<z.ZodNumber>;
|
|
4968
4973
|
created: z.ZodOptional<z.ZodString>;
|
|
4969
4974
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4975
|
+
}, {
|
|
4976
|
+
success: boolean;
|
|
4977
|
+
error: string;
|
|
4978
|
+
operation: "list_tasks";
|
|
4970
4979
|
_metadata?: {
|
|
4971
4980
|
limit?: number | undefined;
|
|
4972
4981
|
offset?: number | undefined;
|
|
4973
4982
|
total?: number | undefined;
|
|
4974
4983
|
} | undefined;
|
|
4975
|
-
}, {
|
|
4976
|
-
success: boolean;
|
|
4977
|
-
error: string;
|
|
4978
|
-
operation: "list_tasks";
|
|
4979
4984
|
tasks?: z.objectInputType<{
|
|
4980
4985
|
id: z.ZodNumber;
|
|
4981
4986
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4986,11 +4991,6 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4986
4991
|
assignedTo: z.ZodOptional<z.ZodNumber>;
|
|
4987
4992
|
created: z.ZodOptional<z.ZodString>;
|
|
4988
4993
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4989
|
-
_metadata?: {
|
|
4990
|
-
limit?: number | undefined;
|
|
4991
|
-
offset?: number | undefined;
|
|
4992
|
-
total?: number | undefined;
|
|
4993
|
-
} | undefined;
|
|
4994
4994
|
}>, z.ZodObject<{
|
|
4995
4995
|
operation: z.ZodLiteral<"get_task">;
|
|
4996
4996
|
success: z.ZodBoolean;
|