@bubblelab/bubble-core 0.1.28 → 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 +161 -92
- 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/agi-inc.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- 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 +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- 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 +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +2 -2
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -2
- package/dist/index.d.ts +2 -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
|
@@ -16,15 +16,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
16
16
|
offset: number;
|
|
17
17
|
includeTrash: boolean;
|
|
18
18
|
sort?: string | undefined;
|
|
19
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
19
|
fields?: string | undefined;
|
|
20
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
operation: "list_people";
|
|
23
23
|
sort?: string | undefined;
|
|
24
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
25
|
-
fields?: string | undefined;
|
|
26
24
|
limit?: number | undefined;
|
|
27
25
|
offset?: number | undefined;
|
|
26
|
+
fields?: string | undefined;
|
|
27
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
28
28
|
includeTrash?: boolean | undefined;
|
|
29
29
|
}>, z.ZodObject<{
|
|
30
30
|
operation: z.ZodLiteral<"get_person">;
|
|
@@ -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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
38
37
|
fields?: string | undefined;
|
|
38
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
39
39
|
}, {
|
|
40
40
|
operation: "get_person";
|
|
41
41
|
person_id: number;
|
|
42
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
43
42
|
fields?: string | undefined;
|
|
43
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
44
44
|
}>, z.ZodObject<{
|
|
45
45
|
operation: z.ZodLiteral<"create_person">;
|
|
46
46
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -216,9 +216,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
216
216
|
personId?: number | undefined;
|
|
217
217
|
}, {
|
|
218
218
|
operation: "list_tasks";
|
|
219
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
220
219
|
limit?: number | undefined;
|
|
221
220
|
offset?: number | undefined;
|
|
221
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
222
222
|
personId?: number | undefined;
|
|
223
223
|
}>, z.ZodObject<{
|
|
224
224
|
operation: z.ZodLiteral<"get_task">;
|
|
@@ -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
|
-
name: string;
|
|
245
244
|
operation: "create_task";
|
|
245
|
+
name: string;
|
|
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
|
-
name: string;
|
|
253
252
|
operation: "create_task";
|
|
253
|
+
name: string;
|
|
254
254
|
description?: string | undefined;
|
|
255
255
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
256
256
|
assignedTo?: number | undefined;
|
|
@@ -309,9 +309,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
309
309
|
personId?: number | undefined;
|
|
310
310
|
}, {
|
|
311
311
|
operation: "list_notes";
|
|
312
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
313
312
|
limit?: number | undefined;
|
|
314
313
|
offset?: number | undefined;
|
|
314
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
315
315
|
personId?: number | undefined;
|
|
316
316
|
}>, z.ZodObject<{
|
|
317
317
|
operation: z.ZodLiteral<"create_note">;
|
|
@@ -375,9 +375,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
375
375
|
personId?: number | undefined;
|
|
376
376
|
}, {
|
|
377
377
|
operation: "list_deals";
|
|
378
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
379
378
|
limit?: number | undefined;
|
|
380
379
|
offset?: number | undefined;
|
|
380
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
381
381
|
personId?: number | undefined;
|
|
382
382
|
}>, z.ZodObject<{
|
|
383
383
|
operation: z.ZodLiteral<"get_deal">;
|
|
@@ -453,9 +453,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
453
453
|
personId?: number | undefined;
|
|
454
454
|
}, {
|
|
455
455
|
operation: "list_events";
|
|
456
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
457
456
|
limit?: number | undefined;
|
|
458
457
|
offset?: number | undefined;
|
|
458
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
459
459
|
personId?: number | undefined;
|
|
460
460
|
}>, z.ZodObject<{
|
|
461
461
|
operation: z.ZodLiteral<"get_event">;
|
|
@@ -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
|
-
type: string;
|
|
519
518
|
operation: "create_event";
|
|
519
|
+
type: string;
|
|
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
|
-
type: string;
|
|
536
535
|
operation: "create_event";
|
|
536
|
+
type: string;
|
|
537
537
|
person: {
|
|
538
538
|
tags?: string[] | undefined;
|
|
539
539
|
firstName?: string | undefined;
|
|
@@ -562,9 +562,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
562
562
|
personId?: number | undefined;
|
|
563
563
|
}, {
|
|
564
564
|
operation: "list_calls";
|
|
565
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
566
565
|
limit?: number | undefined;
|
|
567
566
|
offset?: number | undefined;
|
|
567
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
568
568
|
personId?: number | undefined;
|
|
569
569
|
}>, z.ZodObject<{
|
|
570
570
|
operation: z.ZodLiteral<"create_call">;
|
|
@@ -601,9 +601,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
601
601
|
personId?: number | undefined;
|
|
602
602
|
}, {
|
|
603
603
|
operation: "list_appointments";
|
|
604
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
605
604
|
limit?: number | undefined;
|
|
606
605
|
offset?: number | undefined;
|
|
606
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
607
607
|
personId?: number | undefined;
|
|
608
608
|
}>, z.ZodObject<{
|
|
609
609
|
operation: z.ZodLiteral<"create_appointment">;
|
|
@@ -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
|
-
title: string;
|
|
618
617
|
operation: "create_appointment";
|
|
618
|
+
title: string;
|
|
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
|
-
title: string;
|
|
626
625
|
operation: "create_appointment";
|
|
626
|
+
title: string;
|
|
627
627
|
startTime: string;
|
|
628
628
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
629
629
|
location?: string | undefined;
|
|
@@ -3410,15 +3410,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3410
3410
|
offset: number;
|
|
3411
3411
|
includeTrash: boolean;
|
|
3412
3412
|
sort?: string | undefined;
|
|
3413
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3414
3413
|
fields?: string | undefined;
|
|
3414
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3415
3415
|
}, {
|
|
3416
3416
|
operation: "list_people";
|
|
3417
3417
|
sort?: string | undefined;
|
|
3418
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3419
|
-
fields?: string | undefined;
|
|
3420
3418
|
limit?: number | undefined;
|
|
3421
3419
|
offset?: number | undefined;
|
|
3420
|
+
fields?: string | undefined;
|
|
3421
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3422
3422
|
includeTrash?: boolean | undefined;
|
|
3423
3423
|
}>, z.ZodObject<{
|
|
3424
3424
|
operation: z.ZodLiteral<"get_person">;
|
|
@@ -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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3432
3431
|
fields?: string | undefined;
|
|
3432
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3433
3433
|
}, {
|
|
3434
3434
|
operation: "get_person";
|
|
3435
3435
|
person_id: number;
|
|
3436
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3437
3436
|
fields?: string | undefined;
|
|
3437
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3438
3438
|
}>, z.ZodObject<{
|
|
3439
3439
|
operation: z.ZodLiteral<"create_person">;
|
|
3440
3440
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -3610,9 +3610,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3610
3610
|
personId?: number | undefined;
|
|
3611
3611
|
}, {
|
|
3612
3612
|
operation: "list_tasks";
|
|
3613
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3614
3613
|
limit?: number | undefined;
|
|
3615
3614
|
offset?: number | undefined;
|
|
3615
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3616
3616
|
personId?: number | undefined;
|
|
3617
3617
|
}>, z.ZodObject<{
|
|
3618
3618
|
operation: z.ZodLiteral<"get_task">;
|
|
@@ -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
|
-
name: string;
|
|
3639
3638
|
operation: "create_task";
|
|
3639
|
+
name: string;
|
|
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
|
-
name: string;
|
|
3647
3646
|
operation: "create_task";
|
|
3647
|
+
name: string;
|
|
3648
3648
|
description?: string | undefined;
|
|
3649
3649
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3650
3650
|
assignedTo?: number | undefined;
|
|
@@ -3703,9 +3703,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3703
3703
|
personId?: number | undefined;
|
|
3704
3704
|
}, {
|
|
3705
3705
|
operation: "list_notes";
|
|
3706
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3707
3706
|
limit?: number | undefined;
|
|
3708
3707
|
offset?: number | undefined;
|
|
3708
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3709
3709
|
personId?: number | undefined;
|
|
3710
3710
|
}>, z.ZodObject<{
|
|
3711
3711
|
operation: z.ZodLiteral<"create_note">;
|
|
@@ -3769,9 +3769,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3769
3769
|
personId?: number | undefined;
|
|
3770
3770
|
}, {
|
|
3771
3771
|
operation: "list_deals";
|
|
3772
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3773
3772
|
limit?: number | undefined;
|
|
3774
3773
|
offset?: number | undefined;
|
|
3774
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3775
3775
|
personId?: number | undefined;
|
|
3776
3776
|
}>, z.ZodObject<{
|
|
3777
3777
|
operation: z.ZodLiteral<"get_deal">;
|
|
@@ -3847,9 +3847,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3847
3847
|
personId?: number | undefined;
|
|
3848
3848
|
}, {
|
|
3849
3849
|
operation: "list_events";
|
|
3850
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3851
3850
|
limit?: number | undefined;
|
|
3852
3851
|
offset?: number | undefined;
|
|
3852
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3853
3853
|
personId?: number | undefined;
|
|
3854
3854
|
}>, z.ZodObject<{
|
|
3855
3855
|
operation: z.ZodLiteral<"get_event">;
|
|
@@ -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
|
-
type: string;
|
|
3913
3912
|
operation: "create_event";
|
|
3913
|
+
type: string;
|
|
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
|
-
type: string;
|
|
3930
3929
|
operation: "create_event";
|
|
3930
|
+
type: string;
|
|
3931
3931
|
person: {
|
|
3932
3932
|
tags?: string[] | undefined;
|
|
3933
3933
|
firstName?: string | undefined;
|
|
@@ -3956,9 +3956,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3956
3956
|
personId?: number | undefined;
|
|
3957
3957
|
}, {
|
|
3958
3958
|
operation: "list_calls";
|
|
3959
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3960
3959
|
limit?: number | undefined;
|
|
3961
3960
|
offset?: number | undefined;
|
|
3961
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3962
3962
|
personId?: number | undefined;
|
|
3963
3963
|
}>, z.ZodObject<{
|
|
3964
3964
|
operation: z.ZodLiteral<"create_call">;
|
|
@@ -3995,9 +3995,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3995
3995
|
personId?: number | undefined;
|
|
3996
3996
|
}, {
|
|
3997
3997
|
operation: "list_appointments";
|
|
3998
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3999
3998
|
limit?: number | undefined;
|
|
4000
3999
|
offset?: number | undefined;
|
|
4000
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4001
4001
|
personId?: number | undefined;
|
|
4002
4002
|
}>, z.ZodObject<{
|
|
4003
4003
|
operation: z.ZodLiteral<"create_appointment">;
|
|
@@ -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
|
-
title: string;
|
|
4012
4011
|
operation: "create_appointment";
|
|
4012
|
+
title: string;
|
|
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
|
-
title: string;
|
|
4020
4019
|
operation: "create_appointment";
|
|
4020
|
+
title: string;
|
|
4021
4021
|
startTime: string;
|
|
4022
4022
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4023
4023
|
location?: string | undefined;
|