@bubblelab/bubble-core 0.1.73 → 0.1.75
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 +109 -109
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +210 -210
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/airtable.js +3 -1
- package/dist/bubbles/service-bubble/airtable.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +134 -134
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +53 -53
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
- package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +176 -176
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +130 -130
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +38 -38
- 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 +54 -54
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/notion/notion.d.ts +512 -512
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +535 -535
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js +29 -20
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +80 -80
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +71 -71
- package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +24 -24
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +302 -302
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
- 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/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +76 -76
- package/dist/bubbles.json +3 -2
- package/package.json +2 -2
|
@@ -12,19 +12,19 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
operation: "list_people";
|
|
15
|
-
limit: number;
|
|
16
15
|
offset: number;
|
|
16
|
+
limit: 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
24
|
fields?: string | undefined;
|
|
26
|
-
limit?: number | undefined;
|
|
27
25
|
offset?: number | undefined;
|
|
26
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
27
|
+
limit?: number | 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>;
|
|
@@ -210,15 +210,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
210
210
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
211
211
|
}, "strip", z.ZodTypeAny, {
|
|
212
212
|
operation: "list_tasks";
|
|
213
|
-
limit: number;
|
|
214
213
|
offset: number;
|
|
214
|
+
limit: number;
|
|
215
215
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
216
|
personId?: number | undefined;
|
|
217
217
|
}, {
|
|
218
218
|
operation: "list_tasks";
|
|
219
|
+
offset?: number | undefined;
|
|
219
220
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
220
221
|
limit?: number | undefined;
|
|
221
|
-
offset?: number | 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;
|
|
@@ -303,15 +303,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
303
303
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
304
304
|
}, "strip", z.ZodTypeAny, {
|
|
305
305
|
operation: "list_notes";
|
|
306
|
-
limit: number;
|
|
307
306
|
offset: number;
|
|
307
|
+
limit: number;
|
|
308
308
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
309
309
|
personId?: number | undefined;
|
|
310
310
|
}, {
|
|
311
311
|
operation: "list_notes";
|
|
312
|
+
offset?: number | undefined;
|
|
312
313
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
313
314
|
limit?: number | undefined;
|
|
314
|
-
offset?: number | undefined;
|
|
315
315
|
personId?: number | undefined;
|
|
316
316
|
}>, z.ZodObject<{
|
|
317
317
|
operation: z.ZodLiteral<"create_note">;
|
|
@@ -369,15 +369,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
369
369
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
370
370
|
}, "strip", z.ZodTypeAny, {
|
|
371
371
|
operation: "list_deals";
|
|
372
|
-
limit: number;
|
|
373
372
|
offset: number;
|
|
373
|
+
limit: number;
|
|
374
374
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
375
375
|
personId?: number | undefined;
|
|
376
376
|
}, {
|
|
377
377
|
operation: "list_deals";
|
|
378
|
+
offset?: number | undefined;
|
|
378
379
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
379
380
|
limit?: number | undefined;
|
|
380
|
-
offset?: number | undefined;
|
|
381
381
|
personId?: number | undefined;
|
|
382
382
|
}>, z.ZodObject<{
|
|
383
383
|
operation: z.ZodLiteral<"get_deal">;
|
|
@@ -447,15 +447,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
447
447
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
448
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
449
|
operation: "list_events";
|
|
450
|
-
limit: number;
|
|
451
450
|
offset: number;
|
|
451
|
+
limit: number;
|
|
452
452
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
453
453
|
personId?: number | undefined;
|
|
454
454
|
}, {
|
|
455
455
|
operation: "list_events";
|
|
456
|
+
offset?: number | undefined;
|
|
456
457
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
457
458
|
limit?: number | undefined;
|
|
458
|
-
offset?: number | 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;
|
|
@@ -556,15 +556,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
556
556
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
557
557
|
}, "strip", z.ZodTypeAny, {
|
|
558
558
|
operation: "list_calls";
|
|
559
|
-
limit: number;
|
|
560
559
|
offset: number;
|
|
560
|
+
limit: number;
|
|
561
561
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
562
562
|
personId?: number | undefined;
|
|
563
563
|
}, {
|
|
564
564
|
operation: "list_calls";
|
|
565
|
+
offset?: number | undefined;
|
|
565
566
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
566
567
|
limit?: number | undefined;
|
|
567
|
-
offset?: number | undefined;
|
|
568
568
|
personId?: number | undefined;
|
|
569
569
|
}>, z.ZodObject<{
|
|
570
570
|
operation: z.ZodLiteral<"create_call">;
|
|
@@ -576,15 +576,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
576
576
|
}, "strip", z.ZodTypeAny, {
|
|
577
577
|
operation: "create_call";
|
|
578
578
|
personId: number;
|
|
579
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
580
579
|
duration?: number | undefined;
|
|
580
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
581
581
|
outcome?: string | undefined;
|
|
582
582
|
note?: string | undefined;
|
|
583
583
|
}, {
|
|
584
584
|
operation: "create_call";
|
|
585
585
|
personId: number;
|
|
586
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
587
586
|
duration?: number | undefined;
|
|
587
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
588
588
|
outcome?: string | undefined;
|
|
589
589
|
note?: string | undefined;
|
|
590
590
|
}>, z.ZodObject<{
|
|
@@ -595,15 +595,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
595
595
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
597
|
operation: "list_appointments";
|
|
598
|
-
limit: number;
|
|
599
598
|
offset: number;
|
|
599
|
+
limit: number;
|
|
600
600
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
601
601
|
personId?: number | undefined;
|
|
602
602
|
}, {
|
|
603
603
|
operation: "list_appointments";
|
|
604
|
+
offset?: number | undefined;
|
|
604
605
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
605
606
|
limit?: number | undefined;
|
|
606
|
-
offset?: number | 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;
|
|
@@ -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
|
-
url: string;
|
|
660
659
|
operation: "create_webhook";
|
|
660
|
+
url: string;
|
|
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
|
-
url: string;
|
|
665
664
|
operation: "create_webhook";
|
|
665
|
+
url: string;
|
|
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<{
|
|
@@ -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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
678
677
|
url?: string | undefined;
|
|
678
|
+
credentials?: Partial<Record<CredentialType, 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
684
683
|
url?: string | undefined;
|
|
684
|
+
credentials?: Partial<Record<CredentialType, 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">;
|
|
@@ -813,19 +813,19 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
813
813
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
814
814
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
815
815
|
}, "strip", z.ZodTypeAny, {
|
|
816
|
-
limit?: number | undefined;
|
|
817
816
|
offset?: number | undefined;
|
|
817
|
+
limit?: number | undefined;
|
|
818
818
|
total?: number | undefined;
|
|
819
819
|
}, {
|
|
820
|
-
limit?: number | undefined;
|
|
821
820
|
offset?: number | undefined;
|
|
821
|
+
limit?: number | undefined;
|
|
822
822
|
total?: number | undefined;
|
|
823
823
|
}>>;
|
|
824
824
|
error: z.ZodString;
|
|
825
825
|
}, "strip", z.ZodTypeAny, {
|
|
826
|
+
operation: "list_people";
|
|
826
827
|
error: string;
|
|
827
828
|
success: boolean;
|
|
828
|
-
operation: "list_people";
|
|
829
829
|
people?: z.objectOutputType<{
|
|
830
830
|
id: z.ZodNumber;
|
|
831
831
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -864,14 +864,14 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
864
864
|
updated: z.ZodOptional<z.ZodString>;
|
|
865
865
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
866
866
|
_metadata?: {
|
|
867
|
-
limit?: number | undefined;
|
|
868
867
|
offset?: number | undefined;
|
|
868
|
+
limit?: number | undefined;
|
|
869
869
|
total?: number | undefined;
|
|
870
870
|
} | undefined;
|
|
871
871
|
}, {
|
|
872
|
+
operation: "list_people";
|
|
872
873
|
error: string;
|
|
873
874
|
success: boolean;
|
|
874
|
-
operation: "list_people";
|
|
875
875
|
people?: z.objectInputType<{
|
|
876
876
|
id: z.ZodNumber;
|
|
877
877
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -910,8 +910,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
910
910
|
updated: z.ZodOptional<z.ZodString>;
|
|
911
911
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
912
912
|
_metadata?: {
|
|
913
|
-
limit?: number | undefined;
|
|
914
913
|
offset?: number | undefined;
|
|
914
|
+
limit?: number | undefined;
|
|
915
915
|
total?: number | undefined;
|
|
916
916
|
} | undefined;
|
|
917
917
|
}>, z.ZodObject<{
|
|
@@ -1028,9 +1028,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1028
1028
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1029
1029
|
error: z.ZodString;
|
|
1030
1030
|
}, "strip", z.ZodTypeAny, {
|
|
1031
|
+
operation: "get_person";
|
|
1031
1032
|
error: string;
|
|
1032
1033
|
success: boolean;
|
|
1033
|
-
operation: "get_person";
|
|
1034
1034
|
person?: z.objectOutputType<{
|
|
1035
1035
|
id: z.ZodNumber;
|
|
1036
1036
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -1069,9 +1069,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1069
1069
|
updated: z.ZodOptional<z.ZodString>;
|
|
1070
1070
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1071
1071
|
}, {
|
|
1072
|
+
operation: "get_person";
|
|
1072
1073
|
error: string;
|
|
1073
1074
|
success: boolean;
|
|
1074
|
-
operation: "get_person";
|
|
1075
1075
|
person?: z.objectInputType<{
|
|
1076
1076
|
id: z.ZodNumber;
|
|
1077
1077
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -1223,9 +1223,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1223
1223
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1224
1224
|
error: z.ZodString;
|
|
1225
1225
|
}, "strip", z.ZodTypeAny, {
|
|
1226
|
+
operation: "create_person";
|
|
1226
1227
|
error: string;
|
|
1227
1228
|
success: boolean;
|
|
1228
|
-
operation: "create_person";
|
|
1229
1229
|
person?: z.objectOutputType<{
|
|
1230
1230
|
id: z.ZodNumber;
|
|
1231
1231
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -1264,9 +1264,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1264
1264
|
updated: z.ZodOptional<z.ZodString>;
|
|
1265
1265
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1266
1266
|
}, {
|
|
1267
|
+
operation: "create_person";
|
|
1267
1268
|
error: string;
|
|
1268
1269
|
success: boolean;
|
|
1269
|
-
operation: "create_person";
|
|
1270
1270
|
person?: z.objectInputType<{
|
|
1271
1271
|
id: z.ZodNumber;
|
|
1272
1272
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -1418,9 +1418,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1418
1418
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1419
1419
|
error: z.ZodString;
|
|
1420
1420
|
}, "strip", z.ZodTypeAny, {
|
|
1421
|
+
operation: "update_person";
|
|
1421
1422
|
error: string;
|
|
1422
1423
|
success: boolean;
|
|
1423
|
-
operation: "update_person";
|
|
1424
1424
|
person?: z.objectOutputType<{
|
|
1425
1425
|
id: z.ZodNumber;
|
|
1426
1426
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -1459,9 +1459,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1459
1459
|
updated: z.ZodOptional<z.ZodString>;
|
|
1460
1460
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1461
1461
|
}, {
|
|
1462
|
+
operation: "update_person";
|
|
1462
1463
|
error: string;
|
|
1463
1464
|
success: boolean;
|
|
1464
|
-
operation: "update_person";
|
|
1465
1465
|
person?: z.objectInputType<{
|
|
1466
1466
|
id: z.ZodNumber;
|
|
1467
1467
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -1505,14 +1505,14 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1505
1505
|
deleted_id: z.ZodOptional<z.ZodNumber>;
|
|
1506
1506
|
error: z.ZodString;
|
|
1507
1507
|
}, "strip", z.ZodTypeAny, {
|
|
1508
|
+
operation: "delete_person";
|
|
1508
1509
|
error: string;
|
|
1509
1510
|
success: boolean;
|
|
1510
|
-
operation: "delete_person";
|
|
1511
1511
|
deleted_id?: number | undefined;
|
|
1512
1512
|
}, {
|
|
1513
|
+
operation: "delete_person";
|
|
1513
1514
|
error: string;
|
|
1514
1515
|
success: boolean;
|
|
1515
|
-
operation: "delete_person";
|
|
1516
1516
|
deleted_id?: number | undefined;
|
|
1517
1517
|
}>, z.ZodObject<{
|
|
1518
1518
|
operation: z.ZodLiteral<"list_tasks">;
|
|
@@ -1550,19 +1550,19 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1550
1550
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1551
1551
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
1552
1552
|
}, "strip", z.ZodTypeAny, {
|
|
1553
|
-
limit?: number | undefined;
|
|
1554
1553
|
offset?: number | undefined;
|
|
1554
|
+
limit?: number | undefined;
|
|
1555
1555
|
total?: number | undefined;
|
|
1556
1556
|
}, {
|
|
1557
|
-
limit?: number | undefined;
|
|
1558
1557
|
offset?: number | undefined;
|
|
1558
|
+
limit?: number | undefined;
|
|
1559
1559
|
total?: number | undefined;
|
|
1560
1560
|
}>>;
|
|
1561
1561
|
error: z.ZodString;
|
|
1562
1562
|
}, "strip", z.ZodTypeAny, {
|
|
1563
|
+
operation: "list_tasks";
|
|
1563
1564
|
error: string;
|
|
1564
1565
|
success: boolean;
|
|
1565
|
-
operation: "list_tasks";
|
|
1566
1566
|
tasks?: z.objectOutputType<{
|
|
1567
1567
|
id: z.ZodNumber;
|
|
1568
1568
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1574,14 +1574,14 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1574
1574
|
created: z.ZodOptional<z.ZodString>;
|
|
1575
1575
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1576
1576
|
_metadata?: {
|
|
1577
|
-
limit?: number | undefined;
|
|
1578
1577
|
offset?: number | undefined;
|
|
1578
|
+
limit?: number | undefined;
|
|
1579
1579
|
total?: number | undefined;
|
|
1580
1580
|
} | undefined;
|
|
1581
1581
|
}, {
|
|
1582
|
+
operation: "list_tasks";
|
|
1582
1583
|
error: string;
|
|
1583
1584
|
success: boolean;
|
|
1584
|
-
operation: "list_tasks";
|
|
1585
1585
|
tasks?: z.objectInputType<{
|
|
1586
1586
|
id: z.ZodNumber;
|
|
1587
1587
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1593,8 +1593,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1593
1593
|
created: z.ZodOptional<z.ZodString>;
|
|
1594
1594
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1595
1595
|
_metadata?: {
|
|
1596
|
-
limit?: number | undefined;
|
|
1597
1596
|
offset?: number | undefined;
|
|
1597
|
+
limit?: number | undefined;
|
|
1598
1598
|
total?: number | undefined;
|
|
1599
1599
|
} | undefined;
|
|
1600
1600
|
}>, z.ZodObject<{
|
|
@@ -1630,9 +1630,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1630
1630
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1631
1631
|
error: z.ZodString;
|
|
1632
1632
|
}, "strip", z.ZodTypeAny, {
|
|
1633
|
+
operation: "get_task";
|
|
1633
1634
|
error: string;
|
|
1634
1635
|
success: boolean;
|
|
1635
|
-
operation: "get_task";
|
|
1636
1636
|
task?: z.objectOutputType<{
|
|
1637
1637
|
id: z.ZodNumber;
|
|
1638
1638
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1644,9 +1644,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1644
1644
|
created: z.ZodOptional<z.ZodString>;
|
|
1645
1645
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1646
1646
|
}, {
|
|
1647
|
+
operation: "get_task";
|
|
1647
1648
|
error: string;
|
|
1648
1649
|
success: boolean;
|
|
1649
|
-
operation: "get_task";
|
|
1650
1650
|
task?: z.objectInputType<{
|
|
1651
1651
|
id: z.ZodNumber;
|
|
1652
1652
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1690,9 +1690,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1690
1690
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1691
1691
|
error: z.ZodString;
|
|
1692
1692
|
}, "strip", z.ZodTypeAny, {
|
|
1693
|
+
operation: "create_task";
|
|
1693
1694
|
error: string;
|
|
1694
1695
|
success: boolean;
|
|
1695
|
-
operation: "create_task";
|
|
1696
1696
|
task?: z.objectOutputType<{
|
|
1697
1697
|
id: z.ZodNumber;
|
|
1698
1698
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1704,9 +1704,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1704
1704
|
created: z.ZodOptional<z.ZodString>;
|
|
1705
1705
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1706
1706
|
}, {
|
|
1707
|
+
operation: "create_task";
|
|
1707
1708
|
error: string;
|
|
1708
1709
|
success: boolean;
|
|
1709
|
-
operation: "create_task";
|
|
1710
1710
|
task?: z.objectInputType<{
|
|
1711
1711
|
id: z.ZodNumber;
|
|
1712
1712
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1750,9 +1750,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1750
1750
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1751
1751
|
error: z.ZodString;
|
|
1752
1752
|
}, "strip", z.ZodTypeAny, {
|
|
1753
|
+
operation: "update_task";
|
|
1753
1754
|
error: string;
|
|
1754
1755
|
success: boolean;
|
|
1755
|
-
operation: "update_task";
|
|
1756
1756
|
task?: z.objectOutputType<{
|
|
1757
1757
|
id: z.ZodNumber;
|
|
1758
1758
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1764,9 +1764,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1764
1764
|
created: z.ZodOptional<z.ZodString>;
|
|
1765
1765
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1766
1766
|
}, {
|
|
1767
|
+
operation: "update_task";
|
|
1767
1768
|
error: string;
|
|
1768
1769
|
success: boolean;
|
|
1769
|
-
operation: "update_task";
|
|
1770
1770
|
task?: z.objectInputType<{
|
|
1771
1771
|
id: z.ZodNumber;
|
|
1772
1772
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1783,14 +1783,14 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1783
1783
|
deleted_id: z.ZodOptional<z.ZodNumber>;
|
|
1784
1784
|
error: z.ZodString;
|
|
1785
1785
|
}, "strip", z.ZodTypeAny, {
|
|
1786
|
+
operation: "delete_task";
|
|
1786
1787
|
error: string;
|
|
1787
1788
|
success: boolean;
|
|
1788
|
-
operation: "delete_task";
|
|
1789
1789
|
deleted_id?: number | undefined;
|
|
1790
1790
|
}, {
|
|
1791
|
+
operation: "delete_task";
|
|
1791
1792
|
error: string;
|
|
1792
1793
|
success: boolean;
|
|
1793
|
-
operation: "delete_task";
|
|
1794
1794
|
deleted_id?: number | undefined;
|
|
1795
1795
|
}>, z.ZodObject<{
|
|
1796
1796
|
operation: z.ZodLiteral<"list_notes">;
|
|
@@ -1819,22 +1819,22 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1819
1819
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1820
1820
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
1821
1821
|
}, "strip", z.ZodTypeAny, {
|
|
1822
|
-
limit?: number | undefined;
|
|
1823
1822
|
offset?: number | undefined;
|
|
1823
|
+
limit?: number | undefined;
|
|
1824
1824
|
total?: number | undefined;
|
|
1825
1825
|
}, {
|
|
1826
|
-
limit?: number | undefined;
|
|
1827
1826
|
offset?: number | undefined;
|
|
1827
|
+
limit?: number | undefined;
|
|
1828
1828
|
total?: number | undefined;
|
|
1829
1829
|
}>>;
|
|
1830
1830
|
error: z.ZodString;
|
|
1831
1831
|
}, "strip", z.ZodTypeAny, {
|
|
1832
|
+
operation: "list_notes";
|
|
1832
1833
|
error: string;
|
|
1833
1834
|
success: boolean;
|
|
1834
|
-
operation: "list_notes";
|
|
1835
1835
|
_metadata?: {
|
|
1836
|
-
limit?: number | undefined;
|
|
1837
1836
|
offset?: number | undefined;
|
|
1837
|
+
limit?: number | undefined;
|
|
1838
1838
|
total?: number | undefined;
|
|
1839
1839
|
} | undefined;
|
|
1840
1840
|
notes?: z.objectOutputType<{
|
|
@@ -1845,12 +1845,12 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1845
1845
|
created: z.ZodOptional<z.ZodString>;
|
|
1846
1846
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1847
1847
|
}, {
|
|
1848
|
+
operation: "list_notes";
|
|
1848
1849
|
error: string;
|
|
1849
1850
|
success: boolean;
|
|
1850
|
-
operation: "list_notes";
|
|
1851
1851
|
_metadata?: {
|
|
1852
|
-
limit?: number | undefined;
|
|
1853
1852
|
offset?: number | undefined;
|
|
1853
|
+
limit?: number | undefined;
|
|
1854
1854
|
total?: number | undefined;
|
|
1855
1855
|
} | undefined;
|
|
1856
1856
|
notes?: z.objectInputType<{
|
|
@@ -1884,9 +1884,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1884
1884
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1885
1885
|
error: z.ZodString;
|
|
1886
1886
|
}, "strip", z.ZodTypeAny, {
|
|
1887
|
+
operation: "create_note";
|
|
1887
1888
|
error: string;
|
|
1888
1889
|
success: boolean;
|
|
1889
|
-
operation: "create_note";
|
|
1890
1890
|
note?: z.objectOutputType<{
|
|
1891
1891
|
id: z.ZodNumber;
|
|
1892
1892
|
personId: z.ZodNumber;
|
|
@@ -1895,9 +1895,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1895
1895
|
created: z.ZodOptional<z.ZodString>;
|
|
1896
1896
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1897
1897
|
}, {
|
|
1898
|
+
operation: "create_note";
|
|
1898
1899
|
error: string;
|
|
1899
1900
|
success: boolean;
|
|
1900
|
-
operation: "create_note";
|
|
1901
1901
|
note?: z.objectInputType<{
|
|
1902
1902
|
id: z.ZodNumber;
|
|
1903
1903
|
personId: z.ZodNumber;
|
|
@@ -1929,9 +1929,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1929
1929
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1930
1930
|
error: z.ZodString;
|
|
1931
1931
|
}, "strip", z.ZodTypeAny, {
|
|
1932
|
+
operation: "update_note";
|
|
1932
1933
|
error: string;
|
|
1933
1934
|
success: boolean;
|
|
1934
|
-
operation: "update_note";
|
|
1935
1935
|
note?: z.objectOutputType<{
|
|
1936
1936
|
id: z.ZodNumber;
|
|
1937
1937
|
personId: z.ZodNumber;
|
|
@@ -1940,9 +1940,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1940
1940
|
created: z.ZodOptional<z.ZodString>;
|
|
1941
1941
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1942
1942
|
}, {
|
|
1943
|
+
operation: "update_note";
|
|
1943
1944
|
error: string;
|
|
1944
1945
|
success: boolean;
|
|
1945
|
-
operation: "update_note";
|
|
1946
1946
|
note?: z.objectInputType<{
|
|
1947
1947
|
id: z.ZodNumber;
|
|
1948
1948
|
personId: z.ZodNumber;
|
|
@@ -1956,14 +1956,14 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1956
1956
|
deleted_id: z.ZodOptional<z.ZodNumber>;
|
|
1957
1957
|
error: z.ZodString;
|
|
1958
1958
|
}, "strip", z.ZodTypeAny, {
|
|
1959
|
+
operation: "delete_note";
|
|
1959
1960
|
error: string;
|
|
1960
1961
|
success: boolean;
|
|
1961
|
-
operation: "delete_note";
|
|
1962
1962
|
deleted_id?: number | undefined;
|
|
1963
1963
|
}, {
|
|
1964
|
+
operation: "delete_note";
|
|
1964
1965
|
error: string;
|
|
1965
1966
|
success: boolean;
|
|
1966
|
-
operation: "delete_note";
|
|
1967
1967
|
deleted_id?: number | undefined;
|
|
1968
1968
|
}>, z.ZodObject<{
|
|
1969
1969
|
operation: z.ZodLiteral<"list_deals">;
|
|
@@ -1998,22 +1998,22 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1998
1998
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1999
1999
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
2000
2000
|
}, "strip", z.ZodTypeAny, {
|
|
2001
|
-
limit?: number | undefined;
|
|
2002
2001
|
offset?: number | undefined;
|
|
2002
|
+
limit?: number | undefined;
|
|
2003
2003
|
total?: number | undefined;
|
|
2004
2004
|
}, {
|
|
2005
|
-
limit?: number | undefined;
|
|
2006
2005
|
offset?: number | undefined;
|
|
2006
|
+
limit?: number | undefined;
|
|
2007
2007
|
total?: number | undefined;
|
|
2008
2008
|
}>>;
|
|
2009
2009
|
error: z.ZodString;
|
|
2010
2010
|
}, "strip", z.ZodTypeAny, {
|
|
2011
|
+
operation: "list_deals";
|
|
2011
2012
|
error: string;
|
|
2012
2013
|
success: boolean;
|
|
2013
|
-
operation: "list_deals";
|
|
2014
2014
|
_metadata?: {
|
|
2015
|
-
limit?: number | undefined;
|
|
2016
2015
|
offset?: number | undefined;
|
|
2016
|
+
limit?: number | undefined;
|
|
2017
2017
|
total?: number | undefined;
|
|
2018
2018
|
} | undefined;
|
|
2019
2019
|
deals?: z.objectOutputType<{
|
|
@@ -2026,12 +2026,12 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2026
2026
|
created: z.ZodOptional<z.ZodString>;
|
|
2027
2027
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2028
2028
|
}, {
|
|
2029
|
+
operation: "list_deals";
|
|
2029
2030
|
error: string;
|
|
2030
2031
|
success: boolean;
|
|
2031
|
-
operation: "list_deals";
|
|
2032
2032
|
_metadata?: {
|
|
2033
|
-
limit?: number | undefined;
|
|
2034
2033
|
offset?: number | undefined;
|
|
2034
|
+
limit?: number | undefined;
|
|
2035
2035
|
total?: number | undefined;
|
|
2036
2036
|
} | undefined;
|
|
2037
2037
|
deals?: z.objectInputType<{
|
|
@@ -2073,9 +2073,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2073
2073
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2074
2074
|
error: z.ZodString;
|
|
2075
2075
|
}, "strip", z.ZodTypeAny, {
|
|
2076
|
+
operation: "get_deal";
|
|
2076
2077
|
error: string;
|
|
2077
2078
|
success: boolean;
|
|
2078
|
-
operation: "get_deal";
|
|
2079
2079
|
deal?: z.objectOutputType<{
|
|
2080
2080
|
id: z.ZodNumber;
|
|
2081
2081
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2086,9 +2086,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2086
2086
|
created: z.ZodOptional<z.ZodString>;
|
|
2087
2087
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2088
2088
|
}, {
|
|
2089
|
+
operation: "get_deal";
|
|
2089
2090
|
error: string;
|
|
2090
2091
|
success: boolean;
|
|
2091
|
-
operation: "get_deal";
|
|
2092
2092
|
deal?: z.objectInputType<{
|
|
2093
2093
|
id: z.ZodNumber;
|
|
2094
2094
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2128,9 +2128,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2128
2128
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2129
2129
|
error: z.ZodString;
|
|
2130
2130
|
}, "strip", z.ZodTypeAny, {
|
|
2131
|
+
operation: "create_deal";
|
|
2131
2132
|
error: string;
|
|
2132
2133
|
success: boolean;
|
|
2133
|
-
operation: "create_deal";
|
|
2134
2134
|
deal?: z.objectOutputType<{
|
|
2135
2135
|
id: z.ZodNumber;
|
|
2136
2136
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2141,9 +2141,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2141
2141
|
created: z.ZodOptional<z.ZodString>;
|
|
2142
2142
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2143
2143
|
}, {
|
|
2144
|
+
operation: "create_deal";
|
|
2144
2145
|
error: string;
|
|
2145
2146
|
success: boolean;
|
|
2146
|
-
operation: "create_deal";
|
|
2147
2147
|
deal?: z.objectInputType<{
|
|
2148
2148
|
id: z.ZodNumber;
|
|
2149
2149
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2183,9 +2183,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2183
2183
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2184
2184
|
error: z.ZodString;
|
|
2185
2185
|
}, "strip", z.ZodTypeAny, {
|
|
2186
|
+
operation: "update_deal";
|
|
2186
2187
|
error: string;
|
|
2187
2188
|
success: boolean;
|
|
2188
|
-
operation: "update_deal";
|
|
2189
2189
|
deal?: z.objectOutputType<{
|
|
2190
2190
|
id: z.ZodNumber;
|
|
2191
2191
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2196,9 +2196,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2196
2196
|
created: z.ZodOptional<z.ZodString>;
|
|
2197
2197
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2198
2198
|
}, {
|
|
2199
|
+
operation: "update_deal";
|
|
2199
2200
|
error: string;
|
|
2200
2201
|
success: boolean;
|
|
2201
|
-
operation: "update_deal";
|
|
2202
2202
|
deal?: z.objectInputType<{
|
|
2203
2203
|
id: z.ZodNumber;
|
|
2204
2204
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2352,19 +2352,19 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2352
2352
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
2353
2353
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
2354
2354
|
}, "strip", z.ZodTypeAny, {
|
|
2355
|
-
limit?: number | undefined;
|
|
2356
2355
|
offset?: number | undefined;
|
|
2356
|
+
limit?: number | undefined;
|
|
2357
2357
|
total?: number | undefined;
|
|
2358
2358
|
}, {
|
|
2359
|
-
limit?: number | undefined;
|
|
2360
2359
|
offset?: number | undefined;
|
|
2360
|
+
limit?: number | undefined;
|
|
2361
2361
|
total?: number | undefined;
|
|
2362
2362
|
}>>;
|
|
2363
2363
|
error: z.ZodString;
|
|
2364
2364
|
}, "strip", z.ZodTypeAny, {
|
|
2365
|
+
operation: "list_events";
|
|
2365
2366
|
error: string;
|
|
2366
2367
|
success: boolean;
|
|
2367
|
-
operation: "list_events";
|
|
2368
2368
|
events?: z.objectOutputType<{
|
|
2369
2369
|
id: z.ZodOptional<z.ZodNumber>;
|
|
2370
2370
|
type: z.ZodString;
|
|
@@ -2412,14 +2412,14 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2412
2412
|
created: z.ZodOptional<z.ZodString>;
|
|
2413
2413
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2414
2414
|
_metadata?: {
|
|
2415
|
-
limit?: number | undefined;
|
|
2416
2415
|
offset?: number | undefined;
|
|
2416
|
+
limit?: number | undefined;
|
|
2417
2417
|
total?: number | undefined;
|
|
2418
2418
|
} | undefined;
|
|
2419
2419
|
}, {
|
|
2420
|
+
operation: "list_events";
|
|
2420
2421
|
error: string;
|
|
2421
2422
|
success: boolean;
|
|
2422
|
-
operation: "list_events";
|
|
2423
2423
|
events?: z.objectInputType<{
|
|
2424
2424
|
id: z.ZodOptional<z.ZodNumber>;
|
|
2425
2425
|
type: z.ZodString;
|
|
@@ -2467,8 +2467,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2467
2467
|
created: z.ZodOptional<z.ZodString>;
|
|
2468
2468
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2469
2469
|
_metadata?: {
|
|
2470
|
-
limit?: number | undefined;
|
|
2471
2470
|
offset?: number | undefined;
|
|
2471
|
+
limit?: number | undefined;
|
|
2472
2472
|
total?: number | undefined;
|
|
2473
2473
|
} | undefined;
|
|
2474
2474
|
}>, z.ZodObject<{
|
|
@@ -2612,9 +2612,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2612
2612
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2613
2613
|
error: z.ZodString;
|
|
2614
2614
|
}, "strip", z.ZodTypeAny, {
|
|
2615
|
+
operation: "get_event";
|
|
2615
2616
|
error: string;
|
|
2616
2617
|
success: boolean;
|
|
2617
|
-
operation: "get_event";
|
|
2618
2618
|
event?: z.objectOutputType<{
|
|
2619
2619
|
id: z.ZodOptional<z.ZodNumber>;
|
|
2620
2620
|
type: z.ZodString;
|
|
@@ -2662,9 +2662,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2662
2662
|
created: z.ZodOptional<z.ZodString>;
|
|
2663
2663
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2664
2664
|
}, {
|
|
2665
|
+
operation: "get_event";
|
|
2665
2666
|
error: string;
|
|
2666
2667
|
success: boolean;
|
|
2667
|
-
operation: "get_event";
|
|
2668
2668
|
event?: z.objectInputType<{
|
|
2669
2669
|
id: z.ZodOptional<z.ZodNumber>;
|
|
2670
2670
|
type: z.ZodString;
|
|
@@ -2852,9 +2852,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2852
2852
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2853
2853
|
error: z.ZodString;
|
|
2854
2854
|
}, "strip", z.ZodTypeAny, {
|
|
2855
|
+
operation: "create_event";
|
|
2855
2856
|
error: string;
|
|
2856
2857
|
success: boolean;
|
|
2857
|
-
operation: "create_event";
|
|
2858
2858
|
event?: z.objectOutputType<{
|
|
2859
2859
|
id: z.ZodOptional<z.ZodNumber>;
|
|
2860
2860
|
type: z.ZodString;
|
|
@@ -2902,9 +2902,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2902
2902
|
created: z.ZodOptional<z.ZodString>;
|
|
2903
2903
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2904
2904
|
}, {
|
|
2905
|
+
operation: "create_event";
|
|
2905
2906
|
error: string;
|
|
2906
2907
|
success: boolean;
|
|
2907
|
-
operation: "create_event";
|
|
2908
2908
|
event?: z.objectInputType<{
|
|
2909
2909
|
id: z.ZodOptional<z.ZodNumber>;
|
|
2910
2910
|
type: z.ZodString;
|
|
@@ -2981,22 +2981,22 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2981
2981
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
2982
2982
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
2983
2983
|
}, "strip", z.ZodTypeAny, {
|
|
2984
|
-
limit?: number | undefined;
|
|
2985
2984
|
offset?: number | undefined;
|
|
2985
|
+
limit?: number | undefined;
|
|
2986
2986
|
total?: number | undefined;
|
|
2987
2987
|
}, {
|
|
2988
|
-
limit?: number | undefined;
|
|
2989
2988
|
offset?: number | undefined;
|
|
2989
|
+
limit?: number | undefined;
|
|
2990
2990
|
total?: number | undefined;
|
|
2991
2991
|
}>>;
|
|
2992
2992
|
error: z.ZodString;
|
|
2993
2993
|
}, "strip", z.ZodTypeAny, {
|
|
2994
|
+
operation: "list_calls";
|
|
2994
2995
|
error: string;
|
|
2995
2996
|
success: boolean;
|
|
2996
|
-
operation: "list_calls";
|
|
2997
2997
|
_metadata?: {
|
|
2998
|
-
limit?: number | undefined;
|
|
2999
2998
|
offset?: number | undefined;
|
|
2999
|
+
limit?: number | undefined;
|
|
3000
3000
|
total?: number | undefined;
|
|
3001
3001
|
} | undefined;
|
|
3002
3002
|
calls?: z.objectOutputType<{
|
|
@@ -3008,12 +3008,12 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3008
3008
|
created: z.ZodOptional<z.ZodString>;
|
|
3009
3009
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3010
3010
|
}, {
|
|
3011
|
+
operation: "list_calls";
|
|
3011
3012
|
error: string;
|
|
3012
3013
|
success: boolean;
|
|
3013
|
-
operation: "list_calls";
|
|
3014
3014
|
_metadata?: {
|
|
3015
|
-
limit?: number | undefined;
|
|
3016
3015
|
offset?: number | undefined;
|
|
3016
|
+
limit?: number | undefined;
|
|
3017
3017
|
total?: number | undefined;
|
|
3018
3018
|
} | undefined;
|
|
3019
3019
|
calls?: z.objectInputType<{
|
|
@@ -3051,9 +3051,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3051
3051
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3052
3052
|
error: z.ZodString;
|
|
3053
3053
|
}, "strip", z.ZodTypeAny, {
|
|
3054
|
+
operation: "create_call";
|
|
3054
3055
|
error: string;
|
|
3055
3056
|
success: boolean;
|
|
3056
|
-
operation: "create_call";
|
|
3057
3057
|
call?: z.objectOutputType<{
|
|
3058
3058
|
id: z.ZodNumber;
|
|
3059
3059
|
personId: z.ZodNumber;
|
|
@@ -3063,9 +3063,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3063
3063
|
created: z.ZodOptional<z.ZodString>;
|
|
3064
3064
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3065
3065
|
}, {
|
|
3066
|
+
operation: "create_call";
|
|
3066
3067
|
error: string;
|
|
3067
3068
|
success: boolean;
|
|
3068
|
-
operation: "create_call";
|
|
3069
3069
|
call?: z.objectInputType<{
|
|
3070
3070
|
id: z.ZodNumber;
|
|
3071
3071
|
personId: z.ZodNumber;
|
|
@@ -3107,22 +3107,22 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3107
3107
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
3108
3108
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
3109
3109
|
}, "strip", z.ZodTypeAny, {
|
|
3110
|
-
limit?: number | undefined;
|
|
3111
3110
|
offset?: number | undefined;
|
|
3111
|
+
limit?: number | undefined;
|
|
3112
3112
|
total?: number | undefined;
|
|
3113
3113
|
}, {
|
|
3114
|
-
limit?: number | undefined;
|
|
3115
3114
|
offset?: number | undefined;
|
|
3115
|
+
limit?: number | undefined;
|
|
3116
3116
|
total?: number | undefined;
|
|
3117
3117
|
}>>;
|
|
3118
3118
|
error: z.ZodString;
|
|
3119
3119
|
}, "strip", z.ZodTypeAny, {
|
|
3120
|
+
operation: "list_appointments";
|
|
3120
3121
|
error: string;
|
|
3121
3122
|
success: boolean;
|
|
3122
|
-
operation: "list_appointments";
|
|
3123
3123
|
_metadata?: {
|
|
3124
|
-
limit?: number | undefined;
|
|
3125
3124
|
offset?: number | undefined;
|
|
3125
|
+
limit?: number | undefined;
|
|
3126
3126
|
total?: number | undefined;
|
|
3127
3127
|
} | undefined;
|
|
3128
3128
|
appointments?: z.objectOutputType<{
|
|
@@ -3135,12 +3135,12 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3135
3135
|
created: z.ZodOptional<z.ZodString>;
|
|
3136
3136
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3137
3137
|
}, {
|
|
3138
|
+
operation: "list_appointments";
|
|
3138
3139
|
error: string;
|
|
3139
3140
|
success: boolean;
|
|
3140
|
-
operation: "list_appointments";
|
|
3141
3141
|
_metadata?: {
|
|
3142
|
-
limit?: number | undefined;
|
|
3143
3142
|
offset?: number | undefined;
|
|
3143
|
+
limit?: number | undefined;
|
|
3144
3144
|
total?: number | undefined;
|
|
3145
3145
|
} | undefined;
|
|
3146
3146
|
appointments?: z.objectInputType<{
|
|
@@ -3182,9 +3182,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3182
3182
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3183
3183
|
error: z.ZodString;
|
|
3184
3184
|
}, "strip", z.ZodTypeAny, {
|
|
3185
|
+
operation: "create_appointment";
|
|
3185
3186
|
error: string;
|
|
3186
3187
|
success: boolean;
|
|
3187
|
-
operation: "create_appointment";
|
|
3188
3188
|
appointment?: z.objectOutputType<{
|
|
3189
3189
|
id: z.ZodNumber;
|
|
3190
3190
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3195,9 +3195,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3195
3195
|
created: z.ZodOptional<z.ZodString>;
|
|
3196
3196
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3197
3197
|
}, {
|
|
3198
|
+
operation: "create_appointment";
|
|
3198
3199
|
error: string;
|
|
3199
3200
|
success: boolean;
|
|
3200
|
-
operation: "create_appointment";
|
|
3201
3201
|
appointment?: z.objectInputType<{
|
|
3202
3202
|
id: z.ZodNumber;
|
|
3203
3203
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3228,9 +3228,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3228
3228
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
3229
3229
|
error: z.ZodString;
|
|
3230
3230
|
}, "strip", z.ZodTypeAny, {
|
|
3231
|
+
operation: "list_webhooks";
|
|
3231
3232
|
error: string;
|
|
3232
3233
|
success: boolean;
|
|
3233
|
-
operation: "list_webhooks";
|
|
3234
3234
|
webhooks?: z.objectOutputType<{
|
|
3235
3235
|
id: z.ZodNumber;
|
|
3236
3236
|
event: z.ZodString;
|
|
@@ -3238,9 +3238,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3238
3238
|
status: z.ZodOptional<z.ZodString>;
|
|
3239
3239
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3240
3240
|
}, {
|
|
3241
|
+
operation: "list_webhooks";
|
|
3241
3242
|
error: string;
|
|
3242
3243
|
success: boolean;
|
|
3243
|
-
operation: "list_webhooks";
|
|
3244
3244
|
webhooks?: z.objectInputType<{
|
|
3245
3245
|
id: z.ZodNumber;
|
|
3246
3246
|
event: z.ZodString;
|
|
@@ -3268,9 +3268,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3268
3268
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3269
3269
|
error: z.ZodString;
|
|
3270
3270
|
}, "strip", z.ZodTypeAny, {
|
|
3271
|
+
operation: "get_webhook";
|
|
3271
3272
|
error: string;
|
|
3272
3273
|
success: boolean;
|
|
3273
|
-
operation: "get_webhook";
|
|
3274
3274
|
webhook?: z.objectOutputType<{
|
|
3275
3275
|
id: z.ZodNumber;
|
|
3276
3276
|
event: z.ZodString;
|
|
@@ -3278,9 +3278,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3278
3278
|
status: z.ZodOptional<z.ZodString>;
|
|
3279
3279
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3280
3280
|
}, {
|
|
3281
|
+
operation: "get_webhook";
|
|
3281
3282
|
error: string;
|
|
3282
3283
|
success: boolean;
|
|
3283
|
-
operation: "get_webhook";
|
|
3284
3284
|
webhook?: z.objectInputType<{
|
|
3285
3285
|
id: z.ZodNumber;
|
|
3286
3286
|
event: z.ZodString;
|
|
@@ -3308,9 +3308,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3308
3308
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3309
3309
|
error: z.ZodString;
|
|
3310
3310
|
}, "strip", z.ZodTypeAny, {
|
|
3311
|
+
operation: "create_webhook";
|
|
3311
3312
|
error: string;
|
|
3312
3313
|
success: boolean;
|
|
3313
|
-
operation: "create_webhook";
|
|
3314
3314
|
webhook?: z.objectOutputType<{
|
|
3315
3315
|
id: z.ZodNumber;
|
|
3316
3316
|
event: z.ZodString;
|
|
@@ -3318,9 +3318,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3318
3318
|
status: z.ZodOptional<z.ZodString>;
|
|
3319
3319
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3320
3320
|
}, {
|
|
3321
|
+
operation: "create_webhook";
|
|
3321
3322
|
error: string;
|
|
3322
3323
|
success: boolean;
|
|
3323
|
-
operation: "create_webhook";
|
|
3324
3324
|
webhook?: z.objectInputType<{
|
|
3325
3325
|
id: z.ZodNumber;
|
|
3326
3326
|
event: z.ZodString;
|
|
@@ -3348,9 +3348,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3348
3348
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3349
3349
|
error: z.ZodString;
|
|
3350
3350
|
}, "strip", z.ZodTypeAny, {
|
|
3351
|
+
operation: "update_webhook";
|
|
3351
3352
|
error: string;
|
|
3352
3353
|
success: boolean;
|
|
3353
|
-
operation: "update_webhook";
|
|
3354
3354
|
webhook?: z.objectOutputType<{
|
|
3355
3355
|
id: z.ZodNumber;
|
|
3356
3356
|
event: z.ZodString;
|
|
@@ -3358,9 +3358,9 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3358
3358
|
status: z.ZodOptional<z.ZodString>;
|
|
3359
3359
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3360
3360
|
}, {
|
|
3361
|
+
operation: "update_webhook";
|
|
3361
3362
|
error: string;
|
|
3362
3363
|
success: boolean;
|
|
3363
|
-
operation: "update_webhook";
|
|
3364
3364
|
webhook?: z.objectInputType<{
|
|
3365
3365
|
id: z.ZodNumber;
|
|
3366
3366
|
event: z.ZodString;
|
|
@@ -3373,14 +3373,14 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3373
3373
|
deleted_id: z.ZodOptional<z.ZodNumber>;
|
|
3374
3374
|
error: z.ZodString;
|
|
3375
3375
|
}, "strip", z.ZodTypeAny, {
|
|
3376
|
+
operation: "delete_webhook";
|
|
3376
3377
|
error: string;
|
|
3377
3378
|
success: boolean;
|
|
3378
|
-
operation: "delete_webhook";
|
|
3379
3379
|
deleted_id?: number | undefined;
|
|
3380
3380
|
}, {
|
|
3381
|
+
operation: "delete_webhook";
|
|
3381
3382
|
error: string;
|
|
3382
3383
|
success: boolean;
|
|
3383
|
-
operation: "delete_webhook";
|
|
3384
3384
|
deleted_id?: number | undefined;
|
|
3385
3385
|
}>]>;
|
|
3386
3386
|
type FUBResult = z.output<typeof FUBResultSchema>;
|
|
@@ -3406,19 +3406,19 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3406
3406
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3407
3407
|
}, "strip", z.ZodTypeAny, {
|
|
3408
3408
|
operation: "list_people";
|
|
3409
|
-
limit: number;
|
|
3410
3409
|
offset: number;
|
|
3410
|
+
limit: 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
3418
|
fields?: string | undefined;
|
|
3420
|
-
limit?: number | undefined;
|
|
3421
3419
|
offset?: number | undefined;
|
|
3420
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3421
|
+
limit?: number | 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>;
|
|
@@ -3604,15 +3604,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3604
3604
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3605
3605
|
}, "strip", z.ZodTypeAny, {
|
|
3606
3606
|
operation: "list_tasks";
|
|
3607
|
-
limit: number;
|
|
3608
3607
|
offset: number;
|
|
3608
|
+
limit: number;
|
|
3609
3609
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3610
3610
|
personId?: number | undefined;
|
|
3611
3611
|
}, {
|
|
3612
3612
|
operation: "list_tasks";
|
|
3613
|
+
offset?: number | undefined;
|
|
3613
3614
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3614
3615
|
limit?: number | undefined;
|
|
3615
|
-
offset?: number | 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;
|
|
@@ -3697,15 +3697,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3697
3697
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3698
3698
|
}, "strip", z.ZodTypeAny, {
|
|
3699
3699
|
operation: "list_notes";
|
|
3700
|
-
limit: number;
|
|
3701
3700
|
offset: number;
|
|
3701
|
+
limit: number;
|
|
3702
3702
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3703
3703
|
personId?: number | undefined;
|
|
3704
3704
|
}, {
|
|
3705
3705
|
operation: "list_notes";
|
|
3706
|
+
offset?: number | undefined;
|
|
3706
3707
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3707
3708
|
limit?: number | undefined;
|
|
3708
|
-
offset?: number | undefined;
|
|
3709
3709
|
personId?: number | undefined;
|
|
3710
3710
|
}>, z.ZodObject<{
|
|
3711
3711
|
operation: z.ZodLiteral<"create_note">;
|
|
@@ -3763,15 +3763,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3763
3763
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3764
3764
|
}, "strip", z.ZodTypeAny, {
|
|
3765
3765
|
operation: "list_deals";
|
|
3766
|
-
limit: number;
|
|
3767
3766
|
offset: number;
|
|
3767
|
+
limit: number;
|
|
3768
3768
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3769
3769
|
personId?: number | undefined;
|
|
3770
3770
|
}, {
|
|
3771
3771
|
operation: "list_deals";
|
|
3772
|
+
offset?: number | undefined;
|
|
3772
3773
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3773
3774
|
limit?: number | undefined;
|
|
3774
|
-
offset?: number | undefined;
|
|
3775
3775
|
personId?: number | undefined;
|
|
3776
3776
|
}>, z.ZodObject<{
|
|
3777
3777
|
operation: z.ZodLiteral<"get_deal">;
|
|
@@ -3841,15 +3841,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3841
3841
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3842
3842
|
}, "strip", z.ZodTypeAny, {
|
|
3843
3843
|
operation: "list_events";
|
|
3844
|
-
limit: number;
|
|
3845
3844
|
offset: number;
|
|
3845
|
+
limit: number;
|
|
3846
3846
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3847
3847
|
personId?: number | undefined;
|
|
3848
3848
|
}, {
|
|
3849
3849
|
operation: "list_events";
|
|
3850
|
+
offset?: number | undefined;
|
|
3850
3851
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3851
3852
|
limit?: number | undefined;
|
|
3852
|
-
offset?: number | 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;
|
|
@@ -3950,15 +3950,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3950
3950
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3951
3951
|
}, "strip", z.ZodTypeAny, {
|
|
3952
3952
|
operation: "list_calls";
|
|
3953
|
-
limit: number;
|
|
3954
3953
|
offset: number;
|
|
3954
|
+
limit: number;
|
|
3955
3955
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3956
3956
|
personId?: number | undefined;
|
|
3957
3957
|
}, {
|
|
3958
3958
|
operation: "list_calls";
|
|
3959
|
+
offset?: number | undefined;
|
|
3959
3960
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3960
3961
|
limit?: number | undefined;
|
|
3961
|
-
offset?: number | undefined;
|
|
3962
3962
|
personId?: number | undefined;
|
|
3963
3963
|
}>, z.ZodObject<{
|
|
3964
3964
|
operation: z.ZodLiteral<"create_call">;
|
|
@@ -3970,15 +3970,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3970
3970
|
}, "strip", z.ZodTypeAny, {
|
|
3971
3971
|
operation: "create_call";
|
|
3972
3972
|
personId: number;
|
|
3973
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3974
3973
|
duration?: number | undefined;
|
|
3974
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3975
3975
|
outcome?: string | undefined;
|
|
3976
3976
|
note?: string | undefined;
|
|
3977
3977
|
}, {
|
|
3978
3978
|
operation: "create_call";
|
|
3979
3979
|
personId: number;
|
|
3980
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3981
3980
|
duration?: number | undefined;
|
|
3981
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3982
3982
|
outcome?: string | undefined;
|
|
3983
3983
|
note?: string | undefined;
|
|
3984
3984
|
}>, z.ZodObject<{
|
|
@@ -3989,15 +3989,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3989
3989
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3990
3990
|
}, "strip", z.ZodTypeAny, {
|
|
3991
3991
|
operation: "list_appointments";
|
|
3992
|
-
limit: number;
|
|
3993
3992
|
offset: number;
|
|
3993
|
+
limit: number;
|
|
3994
3994
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3995
3995
|
personId?: number | undefined;
|
|
3996
3996
|
}, {
|
|
3997
3997
|
operation: "list_appointments";
|
|
3998
|
+
offset?: number | undefined;
|
|
3998
3999
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3999
4000
|
limit?: number | undefined;
|
|
4000
|
-
offset?: number | 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;
|
|
@@ -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
|
-
url: string;
|
|
4054
4053
|
operation: "create_webhook";
|
|
4054
|
+
url: string;
|
|
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
|
-
url: string;
|
|
4059
4058
|
operation: "create_webhook";
|
|
4059
|
+
url: string;
|
|
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<{
|
|
@@ -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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4072
4071
|
url?: string | undefined;
|
|
4072
|
+
credentials?: Partial<Record<CredentialType, 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4078
4077
|
url?: string | undefined;
|
|
4078
|
+
credentials?: Partial<Record<CredentialType, 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">;
|
|
@@ -4207,19 +4207,19 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4207
4207
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
4208
4208
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
4209
4209
|
}, "strip", z.ZodTypeAny, {
|
|
4210
|
-
limit?: number | undefined;
|
|
4211
4210
|
offset?: number | undefined;
|
|
4211
|
+
limit?: number | undefined;
|
|
4212
4212
|
total?: number | undefined;
|
|
4213
4213
|
}, {
|
|
4214
|
-
limit?: number | undefined;
|
|
4215
4214
|
offset?: number | undefined;
|
|
4215
|
+
limit?: number | undefined;
|
|
4216
4216
|
total?: number | undefined;
|
|
4217
4217
|
}>>;
|
|
4218
4218
|
error: z.ZodString;
|
|
4219
4219
|
}, "strip", z.ZodTypeAny, {
|
|
4220
|
+
operation: "list_people";
|
|
4220
4221
|
error: string;
|
|
4221
4222
|
success: boolean;
|
|
4222
|
-
operation: "list_people";
|
|
4223
4223
|
people?: z.objectOutputType<{
|
|
4224
4224
|
id: z.ZodNumber;
|
|
4225
4225
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -4258,14 +4258,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4258
4258
|
updated: z.ZodOptional<z.ZodString>;
|
|
4259
4259
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4260
4260
|
_metadata?: {
|
|
4261
|
-
limit?: number | undefined;
|
|
4262
4261
|
offset?: number | undefined;
|
|
4262
|
+
limit?: number | undefined;
|
|
4263
4263
|
total?: number | undefined;
|
|
4264
4264
|
} | undefined;
|
|
4265
4265
|
}, {
|
|
4266
|
+
operation: "list_people";
|
|
4266
4267
|
error: string;
|
|
4267
4268
|
success: boolean;
|
|
4268
|
-
operation: "list_people";
|
|
4269
4269
|
people?: z.objectInputType<{
|
|
4270
4270
|
id: z.ZodNumber;
|
|
4271
4271
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -4304,8 +4304,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4304
4304
|
updated: z.ZodOptional<z.ZodString>;
|
|
4305
4305
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4306
4306
|
_metadata?: {
|
|
4307
|
-
limit?: number | undefined;
|
|
4308
4307
|
offset?: number | undefined;
|
|
4308
|
+
limit?: number | undefined;
|
|
4309
4309
|
total?: number | undefined;
|
|
4310
4310
|
} | undefined;
|
|
4311
4311
|
}>, z.ZodObject<{
|
|
@@ -4422,9 +4422,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4422
4422
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4423
4423
|
error: z.ZodString;
|
|
4424
4424
|
}, "strip", z.ZodTypeAny, {
|
|
4425
|
+
operation: "get_person";
|
|
4425
4426
|
error: string;
|
|
4426
4427
|
success: boolean;
|
|
4427
|
-
operation: "get_person";
|
|
4428
4428
|
person?: z.objectOutputType<{
|
|
4429
4429
|
id: z.ZodNumber;
|
|
4430
4430
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -4463,9 +4463,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4463
4463
|
updated: z.ZodOptional<z.ZodString>;
|
|
4464
4464
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4465
4465
|
}, {
|
|
4466
|
+
operation: "get_person";
|
|
4466
4467
|
error: string;
|
|
4467
4468
|
success: boolean;
|
|
4468
|
-
operation: "get_person";
|
|
4469
4469
|
person?: z.objectInputType<{
|
|
4470
4470
|
id: z.ZodNumber;
|
|
4471
4471
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -4617,9 +4617,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4617
4617
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4618
4618
|
error: z.ZodString;
|
|
4619
4619
|
}, "strip", z.ZodTypeAny, {
|
|
4620
|
+
operation: "create_person";
|
|
4620
4621
|
error: string;
|
|
4621
4622
|
success: boolean;
|
|
4622
|
-
operation: "create_person";
|
|
4623
4623
|
person?: z.objectOutputType<{
|
|
4624
4624
|
id: z.ZodNumber;
|
|
4625
4625
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -4658,9 +4658,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4658
4658
|
updated: z.ZodOptional<z.ZodString>;
|
|
4659
4659
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4660
4660
|
}, {
|
|
4661
|
+
operation: "create_person";
|
|
4661
4662
|
error: string;
|
|
4662
4663
|
success: boolean;
|
|
4663
|
-
operation: "create_person";
|
|
4664
4664
|
person?: z.objectInputType<{
|
|
4665
4665
|
id: z.ZodNumber;
|
|
4666
4666
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -4812,9 +4812,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4812
4812
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4813
4813
|
error: z.ZodString;
|
|
4814
4814
|
}, "strip", z.ZodTypeAny, {
|
|
4815
|
+
operation: "update_person";
|
|
4815
4816
|
error: string;
|
|
4816
4817
|
success: boolean;
|
|
4817
|
-
operation: "update_person";
|
|
4818
4818
|
person?: z.objectOutputType<{
|
|
4819
4819
|
id: z.ZodNumber;
|
|
4820
4820
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -4853,9 +4853,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4853
4853
|
updated: z.ZodOptional<z.ZodString>;
|
|
4854
4854
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4855
4855
|
}, {
|
|
4856
|
+
operation: "update_person";
|
|
4856
4857
|
error: string;
|
|
4857
4858
|
success: boolean;
|
|
4858
|
-
operation: "update_person";
|
|
4859
4859
|
person?: z.objectInputType<{
|
|
4860
4860
|
id: z.ZodNumber;
|
|
4861
4861
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -4899,14 +4899,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4899
4899
|
deleted_id: z.ZodOptional<z.ZodNumber>;
|
|
4900
4900
|
error: z.ZodString;
|
|
4901
4901
|
}, "strip", z.ZodTypeAny, {
|
|
4902
|
+
operation: "delete_person";
|
|
4902
4903
|
error: string;
|
|
4903
4904
|
success: boolean;
|
|
4904
|
-
operation: "delete_person";
|
|
4905
4905
|
deleted_id?: number | undefined;
|
|
4906
4906
|
}, {
|
|
4907
|
+
operation: "delete_person";
|
|
4907
4908
|
error: string;
|
|
4908
4909
|
success: boolean;
|
|
4909
|
-
operation: "delete_person";
|
|
4910
4910
|
deleted_id?: number | undefined;
|
|
4911
4911
|
}>, z.ZodObject<{
|
|
4912
4912
|
operation: z.ZodLiteral<"list_tasks">;
|
|
@@ -4944,19 +4944,19 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4944
4944
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
4945
4945
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
4946
4946
|
}, "strip", z.ZodTypeAny, {
|
|
4947
|
-
limit?: number | undefined;
|
|
4948
4947
|
offset?: number | undefined;
|
|
4948
|
+
limit?: number | undefined;
|
|
4949
4949
|
total?: number | undefined;
|
|
4950
4950
|
}, {
|
|
4951
|
-
limit?: number | undefined;
|
|
4952
4951
|
offset?: number | undefined;
|
|
4952
|
+
limit?: number | undefined;
|
|
4953
4953
|
total?: number | undefined;
|
|
4954
4954
|
}>>;
|
|
4955
4955
|
error: z.ZodString;
|
|
4956
4956
|
}, "strip", z.ZodTypeAny, {
|
|
4957
|
+
operation: "list_tasks";
|
|
4957
4958
|
error: string;
|
|
4958
4959
|
success: boolean;
|
|
4959
|
-
operation: "list_tasks";
|
|
4960
4960
|
tasks?: z.objectOutputType<{
|
|
4961
4961
|
id: z.ZodNumber;
|
|
4962
4962
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4968,14 +4968,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4968
4968
|
created: z.ZodOptional<z.ZodString>;
|
|
4969
4969
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4970
4970
|
_metadata?: {
|
|
4971
|
-
limit?: number | undefined;
|
|
4972
4971
|
offset?: number | undefined;
|
|
4972
|
+
limit?: number | undefined;
|
|
4973
4973
|
total?: number | undefined;
|
|
4974
4974
|
} | undefined;
|
|
4975
4975
|
}, {
|
|
4976
|
+
operation: "list_tasks";
|
|
4976
4977
|
error: string;
|
|
4977
4978
|
success: boolean;
|
|
4978
|
-
operation: "list_tasks";
|
|
4979
4979
|
tasks?: z.objectInputType<{
|
|
4980
4980
|
id: z.ZodNumber;
|
|
4981
4981
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4987,8 +4987,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4987
4987
|
created: z.ZodOptional<z.ZodString>;
|
|
4988
4988
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4989
4989
|
_metadata?: {
|
|
4990
|
-
limit?: number | undefined;
|
|
4991
4990
|
offset?: number | undefined;
|
|
4991
|
+
limit?: number | undefined;
|
|
4992
4992
|
total?: number | undefined;
|
|
4993
4993
|
} | undefined;
|
|
4994
4994
|
}>, z.ZodObject<{
|
|
@@ -5024,9 +5024,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5024
5024
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5025
5025
|
error: z.ZodString;
|
|
5026
5026
|
}, "strip", z.ZodTypeAny, {
|
|
5027
|
+
operation: "get_task";
|
|
5027
5028
|
error: string;
|
|
5028
5029
|
success: boolean;
|
|
5029
|
-
operation: "get_task";
|
|
5030
5030
|
task?: z.objectOutputType<{
|
|
5031
5031
|
id: z.ZodNumber;
|
|
5032
5032
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5038,9 +5038,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5038
5038
|
created: z.ZodOptional<z.ZodString>;
|
|
5039
5039
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5040
5040
|
}, {
|
|
5041
|
+
operation: "get_task";
|
|
5041
5042
|
error: string;
|
|
5042
5043
|
success: boolean;
|
|
5043
|
-
operation: "get_task";
|
|
5044
5044
|
task?: z.objectInputType<{
|
|
5045
5045
|
id: z.ZodNumber;
|
|
5046
5046
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5084,9 +5084,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5084
5084
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5085
5085
|
error: z.ZodString;
|
|
5086
5086
|
}, "strip", z.ZodTypeAny, {
|
|
5087
|
+
operation: "create_task";
|
|
5087
5088
|
error: string;
|
|
5088
5089
|
success: boolean;
|
|
5089
|
-
operation: "create_task";
|
|
5090
5090
|
task?: z.objectOutputType<{
|
|
5091
5091
|
id: z.ZodNumber;
|
|
5092
5092
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5098,9 +5098,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5098
5098
|
created: z.ZodOptional<z.ZodString>;
|
|
5099
5099
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5100
5100
|
}, {
|
|
5101
|
+
operation: "create_task";
|
|
5101
5102
|
error: string;
|
|
5102
5103
|
success: boolean;
|
|
5103
|
-
operation: "create_task";
|
|
5104
5104
|
task?: z.objectInputType<{
|
|
5105
5105
|
id: z.ZodNumber;
|
|
5106
5106
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5144,9 +5144,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5144
5144
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5145
5145
|
error: z.ZodString;
|
|
5146
5146
|
}, "strip", z.ZodTypeAny, {
|
|
5147
|
+
operation: "update_task";
|
|
5147
5148
|
error: string;
|
|
5148
5149
|
success: boolean;
|
|
5149
|
-
operation: "update_task";
|
|
5150
5150
|
task?: z.objectOutputType<{
|
|
5151
5151
|
id: z.ZodNumber;
|
|
5152
5152
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5158,9 +5158,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5158
5158
|
created: z.ZodOptional<z.ZodString>;
|
|
5159
5159
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5160
5160
|
}, {
|
|
5161
|
+
operation: "update_task";
|
|
5161
5162
|
error: string;
|
|
5162
5163
|
success: boolean;
|
|
5163
|
-
operation: "update_task";
|
|
5164
5164
|
task?: z.objectInputType<{
|
|
5165
5165
|
id: z.ZodNumber;
|
|
5166
5166
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5177,14 +5177,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5177
5177
|
deleted_id: z.ZodOptional<z.ZodNumber>;
|
|
5178
5178
|
error: z.ZodString;
|
|
5179
5179
|
}, "strip", z.ZodTypeAny, {
|
|
5180
|
+
operation: "delete_task";
|
|
5180
5181
|
error: string;
|
|
5181
5182
|
success: boolean;
|
|
5182
|
-
operation: "delete_task";
|
|
5183
5183
|
deleted_id?: number | undefined;
|
|
5184
5184
|
}, {
|
|
5185
|
+
operation: "delete_task";
|
|
5185
5186
|
error: string;
|
|
5186
5187
|
success: boolean;
|
|
5187
|
-
operation: "delete_task";
|
|
5188
5188
|
deleted_id?: number | undefined;
|
|
5189
5189
|
}>, z.ZodObject<{
|
|
5190
5190
|
operation: z.ZodLiteral<"list_notes">;
|
|
@@ -5213,22 +5213,22 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5213
5213
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
5214
5214
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
5215
5215
|
}, "strip", z.ZodTypeAny, {
|
|
5216
|
-
limit?: number | undefined;
|
|
5217
5216
|
offset?: number | undefined;
|
|
5217
|
+
limit?: number | undefined;
|
|
5218
5218
|
total?: number | undefined;
|
|
5219
5219
|
}, {
|
|
5220
|
-
limit?: number | undefined;
|
|
5221
5220
|
offset?: number | undefined;
|
|
5221
|
+
limit?: number | undefined;
|
|
5222
5222
|
total?: number | undefined;
|
|
5223
5223
|
}>>;
|
|
5224
5224
|
error: z.ZodString;
|
|
5225
5225
|
}, "strip", z.ZodTypeAny, {
|
|
5226
|
+
operation: "list_notes";
|
|
5226
5227
|
error: string;
|
|
5227
5228
|
success: boolean;
|
|
5228
|
-
operation: "list_notes";
|
|
5229
5229
|
_metadata?: {
|
|
5230
|
-
limit?: number | undefined;
|
|
5231
5230
|
offset?: number | undefined;
|
|
5231
|
+
limit?: number | undefined;
|
|
5232
5232
|
total?: number | undefined;
|
|
5233
5233
|
} | undefined;
|
|
5234
5234
|
notes?: z.objectOutputType<{
|
|
@@ -5239,12 +5239,12 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5239
5239
|
created: z.ZodOptional<z.ZodString>;
|
|
5240
5240
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5241
5241
|
}, {
|
|
5242
|
+
operation: "list_notes";
|
|
5242
5243
|
error: string;
|
|
5243
5244
|
success: boolean;
|
|
5244
|
-
operation: "list_notes";
|
|
5245
5245
|
_metadata?: {
|
|
5246
|
-
limit?: number | undefined;
|
|
5247
5246
|
offset?: number | undefined;
|
|
5247
|
+
limit?: number | undefined;
|
|
5248
5248
|
total?: number | undefined;
|
|
5249
5249
|
} | undefined;
|
|
5250
5250
|
notes?: z.objectInputType<{
|
|
@@ -5278,9 +5278,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5278
5278
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5279
5279
|
error: z.ZodString;
|
|
5280
5280
|
}, "strip", z.ZodTypeAny, {
|
|
5281
|
+
operation: "create_note";
|
|
5281
5282
|
error: string;
|
|
5282
5283
|
success: boolean;
|
|
5283
|
-
operation: "create_note";
|
|
5284
5284
|
note?: z.objectOutputType<{
|
|
5285
5285
|
id: z.ZodNumber;
|
|
5286
5286
|
personId: z.ZodNumber;
|
|
@@ -5289,9 +5289,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5289
5289
|
created: z.ZodOptional<z.ZodString>;
|
|
5290
5290
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5291
5291
|
}, {
|
|
5292
|
+
operation: "create_note";
|
|
5292
5293
|
error: string;
|
|
5293
5294
|
success: boolean;
|
|
5294
|
-
operation: "create_note";
|
|
5295
5295
|
note?: z.objectInputType<{
|
|
5296
5296
|
id: z.ZodNumber;
|
|
5297
5297
|
personId: z.ZodNumber;
|
|
@@ -5323,9 +5323,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5323
5323
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5324
5324
|
error: z.ZodString;
|
|
5325
5325
|
}, "strip", z.ZodTypeAny, {
|
|
5326
|
+
operation: "update_note";
|
|
5326
5327
|
error: string;
|
|
5327
5328
|
success: boolean;
|
|
5328
|
-
operation: "update_note";
|
|
5329
5329
|
note?: z.objectOutputType<{
|
|
5330
5330
|
id: z.ZodNumber;
|
|
5331
5331
|
personId: z.ZodNumber;
|
|
@@ -5334,9 +5334,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5334
5334
|
created: z.ZodOptional<z.ZodString>;
|
|
5335
5335
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5336
5336
|
}, {
|
|
5337
|
+
operation: "update_note";
|
|
5337
5338
|
error: string;
|
|
5338
5339
|
success: boolean;
|
|
5339
|
-
operation: "update_note";
|
|
5340
5340
|
note?: z.objectInputType<{
|
|
5341
5341
|
id: z.ZodNumber;
|
|
5342
5342
|
personId: z.ZodNumber;
|
|
@@ -5350,14 +5350,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5350
5350
|
deleted_id: z.ZodOptional<z.ZodNumber>;
|
|
5351
5351
|
error: z.ZodString;
|
|
5352
5352
|
}, "strip", z.ZodTypeAny, {
|
|
5353
|
+
operation: "delete_note";
|
|
5353
5354
|
error: string;
|
|
5354
5355
|
success: boolean;
|
|
5355
|
-
operation: "delete_note";
|
|
5356
5356
|
deleted_id?: number | undefined;
|
|
5357
5357
|
}, {
|
|
5358
|
+
operation: "delete_note";
|
|
5358
5359
|
error: string;
|
|
5359
5360
|
success: boolean;
|
|
5360
|
-
operation: "delete_note";
|
|
5361
5361
|
deleted_id?: number | undefined;
|
|
5362
5362
|
}>, z.ZodObject<{
|
|
5363
5363
|
operation: z.ZodLiteral<"list_deals">;
|
|
@@ -5392,22 +5392,22 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5392
5392
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
5393
5393
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
5394
5394
|
}, "strip", z.ZodTypeAny, {
|
|
5395
|
-
limit?: number | undefined;
|
|
5396
5395
|
offset?: number | undefined;
|
|
5396
|
+
limit?: number | undefined;
|
|
5397
5397
|
total?: number | undefined;
|
|
5398
5398
|
}, {
|
|
5399
|
-
limit?: number | undefined;
|
|
5400
5399
|
offset?: number | undefined;
|
|
5400
|
+
limit?: number | undefined;
|
|
5401
5401
|
total?: number | undefined;
|
|
5402
5402
|
}>>;
|
|
5403
5403
|
error: z.ZodString;
|
|
5404
5404
|
}, "strip", z.ZodTypeAny, {
|
|
5405
|
+
operation: "list_deals";
|
|
5405
5406
|
error: string;
|
|
5406
5407
|
success: boolean;
|
|
5407
|
-
operation: "list_deals";
|
|
5408
5408
|
_metadata?: {
|
|
5409
|
-
limit?: number | undefined;
|
|
5410
5409
|
offset?: number | undefined;
|
|
5410
|
+
limit?: number | undefined;
|
|
5411
5411
|
total?: number | undefined;
|
|
5412
5412
|
} | undefined;
|
|
5413
5413
|
deals?: z.objectOutputType<{
|
|
@@ -5420,12 +5420,12 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5420
5420
|
created: z.ZodOptional<z.ZodString>;
|
|
5421
5421
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5422
5422
|
}, {
|
|
5423
|
+
operation: "list_deals";
|
|
5423
5424
|
error: string;
|
|
5424
5425
|
success: boolean;
|
|
5425
|
-
operation: "list_deals";
|
|
5426
5426
|
_metadata?: {
|
|
5427
|
-
limit?: number | undefined;
|
|
5428
5427
|
offset?: number | undefined;
|
|
5428
|
+
limit?: number | undefined;
|
|
5429
5429
|
total?: number | undefined;
|
|
5430
5430
|
} | undefined;
|
|
5431
5431
|
deals?: z.objectInputType<{
|
|
@@ -5467,9 +5467,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5467
5467
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5468
5468
|
error: z.ZodString;
|
|
5469
5469
|
}, "strip", z.ZodTypeAny, {
|
|
5470
|
+
operation: "get_deal";
|
|
5470
5471
|
error: string;
|
|
5471
5472
|
success: boolean;
|
|
5472
|
-
operation: "get_deal";
|
|
5473
5473
|
deal?: z.objectOutputType<{
|
|
5474
5474
|
id: z.ZodNumber;
|
|
5475
5475
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5480,9 +5480,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5480
5480
|
created: z.ZodOptional<z.ZodString>;
|
|
5481
5481
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5482
5482
|
}, {
|
|
5483
|
+
operation: "get_deal";
|
|
5483
5484
|
error: string;
|
|
5484
5485
|
success: boolean;
|
|
5485
|
-
operation: "get_deal";
|
|
5486
5486
|
deal?: z.objectInputType<{
|
|
5487
5487
|
id: z.ZodNumber;
|
|
5488
5488
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5522,9 +5522,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5522
5522
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5523
5523
|
error: z.ZodString;
|
|
5524
5524
|
}, "strip", z.ZodTypeAny, {
|
|
5525
|
+
operation: "create_deal";
|
|
5525
5526
|
error: string;
|
|
5526
5527
|
success: boolean;
|
|
5527
|
-
operation: "create_deal";
|
|
5528
5528
|
deal?: z.objectOutputType<{
|
|
5529
5529
|
id: z.ZodNumber;
|
|
5530
5530
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5535,9 +5535,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5535
5535
|
created: z.ZodOptional<z.ZodString>;
|
|
5536
5536
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5537
5537
|
}, {
|
|
5538
|
+
operation: "create_deal";
|
|
5538
5539
|
error: string;
|
|
5539
5540
|
success: boolean;
|
|
5540
|
-
operation: "create_deal";
|
|
5541
5541
|
deal?: z.objectInputType<{
|
|
5542
5542
|
id: z.ZodNumber;
|
|
5543
5543
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5577,9 +5577,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5577
5577
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5578
5578
|
error: z.ZodString;
|
|
5579
5579
|
}, "strip", z.ZodTypeAny, {
|
|
5580
|
+
operation: "update_deal";
|
|
5580
5581
|
error: string;
|
|
5581
5582
|
success: boolean;
|
|
5582
|
-
operation: "update_deal";
|
|
5583
5583
|
deal?: z.objectOutputType<{
|
|
5584
5584
|
id: z.ZodNumber;
|
|
5585
5585
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5590,9 +5590,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5590
5590
|
created: z.ZodOptional<z.ZodString>;
|
|
5591
5591
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5592
5592
|
}, {
|
|
5593
|
+
operation: "update_deal";
|
|
5593
5594
|
error: string;
|
|
5594
5595
|
success: boolean;
|
|
5595
|
-
operation: "update_deal";
|
|
5596
5596
|
deal?: z.objectInputType<{
|
|
5597
5597
|
id: z.ZodNumber;
|
|
5598
5598
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5746,19 +5746,19 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5746
5746
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
5747
5747
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
5748
5748
|
}, "strip", z.ZodTypeAny, {
|
|
5749
|
-
limit?: number | undefined;
|
|
5750
5749
|
offset?: number | undefined;
|
|
5750
|
+
limit?: number | undefined;
|
|
5751
5751
|
total?: number | undefined;
|
|
5752
5752
|
}, {
|
|
5753
|
-
limit?: number | undefined;
|
|
5754
5753
|
offset?: number | undefined;
|
|
5754
|
+
limit?: number | undefined;
|
|
5755
5755
|
total?: number | undefined;
|
|
5756
5756
|
}>>;
|
|
5757
5757
|
error: z.ZodString;
|
|
5758
5758
|
}, "strip", z.ZodTypeAny, {
|
|
5759
|
+
operation: "list_events";
|
|
5759
5760
|
error: string;
|
|
5760
5761
|
success: boolean;
|
|
5761
|
-
operation: "list_events";
|
|
5762
5762
|
events?: z.objectOutputType<{
|
|
5763
5763
|
id: z.ZodOptional<z.ZodNumber>;
|
|
5764
5764
|
type: z.ZodString;
|
|
@@ -5806,14 +5806,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5806
5806
|
created: z.ZodOptional<z.ZodString>;
|
|
5807
5807
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5808
5808
|
_metadata?: {
|
|
5809
|
-
limit?: number | undefined;
|
|
5810
5809
|
offset?: number | undefined;
|
|
5810
|
+
limit?: number | undefined;
|
|
5811
5811
|
total?: number | undefined;
|
|
5812
5812
|
} | undefined;
|
|
5813
5813
|
}, {
|
|
5814
|
+
operation: "list_events";
|
|
5814
5815
|
error: string;
|
|
5815
5816
|
success: boolean;
|
|
5816
|
-
operation: "list_events";
|
|
5817
5817
|
events?: z.objectInputType<{
|
|
5818
5818
|
id: z.ZodOptional<z.ZodNumber>;
|
|
5819
5819
|
type: z.ZodString;
|
|
@@ -5861,8 +5861,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5861
5861
|
created: z.ZodOptional<z.ZodString>;
|
|
5862
5862
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5863
5863
|
_metadata?: {
|
|
5864
|
-
limit?: number | undefined;
|
|
5865
5864
|
offset?: number | undefined;
|
|
5865
|
+
limit?: number | undefined;
|
|
5866
5866
|
total?: number | undefined;
|
|
5867
5867
|
} | undefined;
|
|
5868
5868
|
}>, z.ZodObject<{
|
|
@@ -6006,9 +6006,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6006
6006
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6007
6007
|
error: z.ZodString;
|
|
6008
6008
|
}, "strip", z.ZodTypeAny, {
|
|
6009
|
+
operation: "get_event";
|
|
6009
6010
|
error: string;
|
|
6010
6011
|
success: boolean;
|
|
6011
|
-
operation: "get_event";
|
|
6012
6012
|
event?: z.objectOutputType<{
|
|
6013
6013
|
id: z.ZodOptional<z.ZodNumber>;
|
|
6014
6014
|
type: z.ZodString;
|
|
@@ -6056,9 +6056,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6056
6056
|
created: z.ZodOptional<z.ZodString>;
|
|
6057
6057
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6058
6058
|
}, {
|
|
6059
|
+
operation: "get_event";
|
|
6059
6060
|
error: string;
|
|
6060
6061
|
success: boolean;
|
|
6061
|
-
operation: "get_event";
|
|
6062
6062
|
event?: z.objectInputType<{
|
|
6063
6063
|
id: z.ZodOptional<z.ZodNumber>;
|
|
6064
6064
|
type: z.ZodString;
|
|
@@ -6246,9 +6246,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6246
6246
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6247
6247
|
error: z.ZodString;
|
|
6248
6248
|
}, "strip", z.ZodTypeAny, {
|
|
6249
|
+
operation: "create_event";
|
|
6249
6250
|
error: string;
|
|
6250
6251
|
success: boolean;
|
|
6251
|
-
operation: "create_event";
|
|
6252
6252
|
event?: z.objectOutputType<{
|
|
6253
6253
|
id: z.ZodOptional<z.ZodNumber>;
|
|
6254
6254
|
type: z.ZodString;
|
|
@@ -6296,9 +6296,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6296
6296
|
created: z.ZodOptional<z.ZodString>;
|
|
6297
6297
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6298
6298
|
}, {
|
|
6299
|
+
operation: "create_event";
|
|
6299
6300
|
error: string;
|
|
6300
6301
|
success: boolean;
|
|
6301
|
-
operation: "create_event";
|
|
6302
6302
|
event?: z.objectInputType<{
|
|
6303
6303
|
id: z.ZodOptional<z.ZodNumber>;
|
|
6304
6304
|
type: z.ZodString;
|
|
@@ -6375,22 +6375,22 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6375
6375
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
6376
6376
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
6377
6377
|
}, "strip", z.ZodTypeAny, {
|
|
6378
|
-
limit?: number | undefined;
|
|
6379
6378
|
offset?: number | undefined;
|
|
6379
|
+
limit?: number | undefined;
|
|
6380
6380
|
total?: number | undefined;
|
|
6381
6381
|
}, {
|
|
6382
|
-
limit?: number | undefined;
|
|
6383
6382
|
offset?: number | undefined;
|
|
6383
|
+
limit?: number | undefined;
|
|
6384
6384
|
total?: number | undefined;
|
|
6385
6385
|
}>>;
|
|
6386
6386
|
error: z.ZodString;
|
|
6387
6387
|
}, "strip", z.ZodTypeAny, {
|
|
6388
|
+
operation: "list_calls";
|
|
6388
6389
|
error: string;
|
|
6389
6390
|
success: boolean;
|
|
6390
|
-
operation: "list_calls";
|
|
6391
6391
|
_metadata?: {
|
|
6392
|
-
limit?: number | undefined;
|
|
6393
6392
|
offset?: number | undefined;
|
|
6393
|
+
limit?: number | undefined;
|
|
6394
6394
|
total?: number | undefined;
|
|
6395
6395
|
} | undefined;
|
|
6396
6396
|
calls?: z.objectOutputType<{
|
|
@@ -6402,12 +6402,12 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6402
6402
|
created: z.ZodOptional<z.ZodString>;
|
|
6403
6403
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6404
6404
|
}, {
|
|
6405
|
+
operation: "list_calls";
|
|
6405
6406
|
error: string;
|
|
6406
6407
|
success: boolean;
|
|
6407
|
-
operation: "list_calls";
|
|
6408
6408
|
_metadata?: {
|
|
6409
|
-
limit?: number | undefined;
|
|
6410
6409
|
offset?: number | undefined;
|
|
6410
|
+
limit?: number | undefined;
|
|
6411
6411
|
total?: number | undefined;
|
|
6412
6412
|
} | undefined;
|
|
6413
6413
|
calls?: z.objectInputType<{
|
|
@@ -6445,9 +6445,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6445
6445
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6446
6446
|
error: z.ZodString;
|
|
6447
6447
|
}, "strip", z.ZodTypeAny, {
|
|
6448
|
+
operation: "create_call";
|
|
6448
6449
|
error: string;
|
|
6449
6450
|
success: boolean;
|
|
6450
|
-
operation: "create_call";
|
|
6451
6451
|
call?: z.objectOutputType<{
|
|
6452
6452
|
id: z.ZodNumber;
|
|
6453
6453
|
personId: z.ZodNumber;
|
|
@@ -6457,9 +6457,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6457
6457
|
created: z.ZodOptional<z.ZodString>;
|
|
6458
6458
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6459
6459
|
}, {
|
|
6460
|
+
operation: "create_call";
|
|
6460
6461
|
error: string;
|
|
6461
6462
|
success: boolean;
|
|
6462
|
-
operation: "create_call";
|
|
6463
6463
|
call?: z.objectInputType<{
|
|
6464
6464
|
id: z.ZodNumber;
|
|
6465
6465
|
personId: z.ZodNumber;
|
|
@@ -6501,22 +6501,22 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6501
6501
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
6502
6502
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
6503
6503
|
}, "strip", z.ZodTypeAny, {
|
|
6504
|
-
limit?: number | undefined;
|
|
6505
6504
|
offset?: number | undefined;
|
|
6505
|
+
limit?: number | undefined;
|
|
6506
6506
|
total?: number | undefined;
|
|
6507
6507
|
}, {
|
|
6508
|
-
limit?: number | undefined;
|
|
6509
6508
|
offset?: number | undefined;
|
|
6509
|
+
limit?: number | undefined;
|
|
6510
6510
|
total?: number | undefined;
|
|
6511
6511
|
}>>;
|
|
6512
6512
|
error: z.ZodString;
|
|
6513
6513
|
}, "strip", z.ZodTypeAny, {
|
|
6514
|
+
operation: "list_appointments";
|
|
6514
6515
|
error: string;
|
|
6515
6516
|
success: boolean;
|
|
6516
|
-
operation: "list_appointments";
|
|
6517
6517
|
_metadata?: {
|
|
6518
|
-
limit?: number | undefined;
|
|
6519
6518
|
offset?: number | undefined;
|
|
6519
|
+
limit?: number | undefined;
|
|
6520
6520
|
total?: number | undefined;
|
|
6521
6521
|
} | undefined;
|
|
6522
6522
|
appointments?: z.objectOutputType<{
|
|
@@ -6529,12 +6529,12 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6529
6529
|
created: z.ZodOptional<z.ZodString>;
|
|
6530
6530
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6531
6531
|
}, {
|
|
6532
|
+
operation: "list_appointments";
|
|
6532
6533
|
error: string;
|
|
6533
6534
|
success: boolean;
|
|
6534
|
-
operation: "list_appointments";
|
|
6535
6535
|
_metadata?: {
|
|
6536
|
-
limit?: number | undefined;
|
|
6537
6536
|
offset?: number | undefined;
|
|
6537
|
+
limit?: number | undefined;
|
|
6538
6538
|
total?: number | undefined;
|
|
6539
6539
|
} | undefined;
|
|
6540
6540
|
appointments?: z.objectInputType<{
|
|
@@ -6576,9 +6576,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6576
6576
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6577
6577
|
error: z.ZodString;
|
|
6578
6578
|
}, "strip", z.ZodTypeAny, {
|
|
6579
|
+
operation: "create_appointment";
|
|
6579
6580
|
error: string;
|
|
6580
6581
|
success: boolean;
|
|
6581
|
-
operation: "create_appointment";
|
|
6582
6582
|
appointment?: z.objectOutputType<{
|
|
6583
6583
|
id: z.ZodNumber;
|
|
6584
6584
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6589,9 +6589,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6589
6589
|
created: z.ZodOptional<z.ZodString>;
|
|
6590
6590
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6591
6591
|
}, {
|
|
6592
|
+
operation: "create_appointment";
|
|
6592
6593
|
error: string;
|
|
6593
6594
|
success: boolean;
|
|
6594
|
-
operation: "create_appointment";
|
|
6595
6595
|
appointment?: z.objectInputType<{
|
|
6596
6596
|
id: z.ZodNumber;
|
|
6597
6597
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6622,9 +6622,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6622
6622
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
6623
6623
|
error: z.ZodString;
|
|
6624
6624
|
}, "strip", z.ZodTypeAny, {
|
|
6625
|
+
operation: "list_webhooks";
|
|
6625
6626
|
error: string;
|
|
6626
6627
|
success: boolean;
|
|
6627
|
-
operation: "list_webhooks";
|
|
6628
6628
|
webhooks?: z.objectOutputType<{
|
|
6629
6629
|
id: z.ZodNumber;
|
|
6630
6630
|
event: z.ZodString;
|
|
@@ -6632,9 +6632,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6632
6632
|
status: z.ZodOptional<z.ZodString>;
|
|
6633
6633
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6634
6634
|
}, {
|
|
6635
|
+
operation: "list_webhooks";
|
|
6635
6636
|
error: string;
|
|
6636
6637
|
success: boolean;
|
|
6637
|
-
operation: "list_webhooks";
|
|
6638
6638
|
webhooks?: z.objectInputType<{
|
|
6639
6639
|
id: z.ZodNumber;
|
|
6640
6640
|
event: z.ZodString;
|
|
@@ -6662,9 +6662,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6662
6662
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6663
6663
|
error: z.ZodString;
|
|
6664
6664
|
}, "strip", z.ZodTypeAny, {
|
|
6665
|
+
operation: "get_webhook";
|
|
6665
6666
|
error: string;
|
|
6666
6667
|
success: boolean;
|
|
6667
|
-
operation: "get_webhook";
|
|
6668
6668
|
webhook?: z.objectOutputType<{
|
|
6669
6669
|
id: z.ZodNumber;
|
|
6670
6670
|
event: z.ZodString;
|
|
@@ -6672,9 +6672,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6672
6672
|
status: z.ZodOptional<z.ZodString>;
|
|
6673
6673
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6674
6674
|
}, {
|
|
6675
|
+
operation: "get_webhook";
|
|
6675
6676
|
error: string;
|
|
6676
6677
|
success: boolean;
|
|
6677
|
-
operation: "get_webhook";
|
|
6678
6678
|
webhook?: z.objectInputType<{
|
|
6679
6679
|
id: z.ZodNumber;
|
|
6680
6680
|
event: z.ZodString;
|
|
@@ -6702,9 +6702,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6702
6702
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6703
6703
|
error: z.ZodString;
|
|
6704
6704
|
}, "strip", z.ZodTypeAny, {
|
|
6705
|
+
operation: "create_webhook";
|
|
6705
6706
|
error: string;
|
|
6706
6707
|
success: boolean;
|
|
6707
|
-
operation: "create_webhook";
|
|
6708
6708
|
webhook?: z.objectOutputType<{
|
|
6709
6709
|
id: z.ZodNumber;
|
|
6710
6710
|
event: z.ZodString;
|
|
@@ -6712,9 +6712,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6712
6712
|
status: z.ZodOptional<z.ZodString>;
|
|
6713
6713
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6714
6714
|
}, {
|
|
6715
|
+
operation: "create_webhook";
|
|
6715
6716
|
error: string;
|
|
6716
6717
|
success: boolean;
|
|
6717
|
-
operation: "create_webhook";
|
|
6718
6718
|
webhook?: z.objectInputType<{
|
|
6719
6719
|
id: z.ZodNumber;
|
|
6720
6720
|
event: z.ZodString;
|
|
@@ -6742,9 +6742,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6742
6742
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6743
6743
|
error: z.ZodString;
|
|
6744
6744
|
}, "strip", z.ZodTypeAny, {
|
|
6745
|
+
operation: "update_webhook";
|
|
6745
6746
|
error: string;
|
|
6746
6747
|
success: boolean;
|
|
6747
|
-
operation: "update_webhook";
|
|
6748
6748
|
webhook?: z.objectOutputType<{
|
|
6749
6749
|
id: z.ZodNumber;
|
|
6750
6750
|
event: z.ZodString;
|
|
@@ -6752,9 +6752,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6752
6752
|
status: z.ZodOptional<z.ZodString>;
|
|
6753
6753
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6754
6754
|
}, {
|
|
6755
|
+
operation: "update_webhook";
|
|
6755
6756
|
error: string;
|
|
6756
6757
|
success: boolean;
|
|
6757
|
-
operation: "update_webhook";
|
|
6758
6758
|
webhook?: z.objectInputType<{
|
|
6759
6759
|
id: z.ZodNumber;
|
|
6760
6760
|
event: z.ZodString;
|
|
@@ -6767,14 +6767,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6767
6767
|
deleted_id: z.ZodOptional<z.ZodNumber>;
|
|
6768
6768
|
error: z.ZodString;
|
|
6769
6769
|
}, "strip", z.ZodTypeAny, {
|
|
6770
|
+
operation: "delete_webhook";
|
|
6770
6771
|
error: string;
|
|
6771
6772
|
success: boolean;
|
|
6772
|
-
operation: "delete_webhook";
|
|
6773
6773
|
deleted_id?: number | undefined;
|
|
6774
6774
|
}, {
|
|
6775
|
+
operation: "delete_webhook";
|
|
6775
6776
|
error: string;
|
|
6776
6777
|
success: boolean;
|
|
6777
|
-
operation: "delete_webhook";
|
|
6778
6778
|
deleted_id?: number | undefined;
|
|
6779
6779
|
}>]>;
|
|
6780
6780
|
static readonly shortDescription = "Follow Up Boss CRM integration";
|