@bubblelab/bubble-core 0.1.38 → 0.1.40
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 +90 -90
- package/dist/bubbles/service-bubble/agi-inc.d.ts +54 -54
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +122 -105
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +29 -29
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +64 -64
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
- package/dist/bubbles/service-bubble/followupboss.d.ts +324 -324
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +301 -301
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-calendar.d.ts +116 -116
- package/dist/bubbles/service-bubble/google-drive.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +38 -38
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
- package/dist/bubbles/service-bubble/notion/notion.d.ts +184 -184
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +370 -370
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/telegram.d.ts +516 -516
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +160 -160
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +46 -10
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +133 -133
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +223 -223
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- 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 +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +58 -58
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +56 -77
- package/package.json +2 -2
|
@@ -11,8 +11,8 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
11
11
|
includeTrash: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
limit: number;
|
|
15
14
|
operation: "list_people";
|
|
15
|
+
limit: number;
|
|
16
16
|
offset: number;
|
|
17
17
|
includeTrash: boolean;
|
|
18
18
|
sort?: string | undefined;
|
|
@@ -21,9 +21,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
21
21
|
}, {
|
|
22
22
|
operation: "list_people";
|
|
23
23
|
sort?: string | undefined;
|
|
24
|
-
limit?: number | undefined;
|
|
25
24
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
26
25
|
fields?: string | undefined;
|
|
26
|
+
limit?: number | undefined;
|
|
27
27
|
offset?: number | undefined;
|
|
28
28
|
includeTrash?: boolean | undefined;
|
|
29
29
|
}>, z.ZodObject<{
|
|
@@ -79,6 +79,10 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
|
80
80
|
operation: "create_person";
|
|
81
81
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
82
|
+
tags?: string[] | undefined;
|
|
83
|
+
source?: string | undefined;
|
|
84
|
+
firstName?: string | undefined;
|
|
85
|
+
lastName?: string | undefined;
|
|
82
86
|
emails?: {
|
|
83
87
|
value: string;
|
|
84
88
|
type?: string | undefined;
|
|
@@ -89,15 +93,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
89
93
|
type?: string | undefined;
|
|
90
94
|
isPrimary?: boolean | undefined;
|
|
91
95
|
}[] | undefined;
|
|
92
|
-
tags?: string[] | undefined;
|
|
93
|
-
source?: string | undefined;
|
|
94
|
-
firstName?: string | undefined;
|
|
95
|
-
lastName?: string | undefined;
|
|
96
96
|
stage?: string | undefined;
|
|
97
97
|
assignedTo?: number | undefined;
|
|
98
98
|
}, {
|
|
99
99
|
operation: "create_person";
|
|
100
100
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
101
|
+
tags?: string[] | undefined;
|
|
102
|
+
source?: string | undefined;
|
|
103
|
+
firstName?: string | undefined;
|
|
104
|
+
lastName?: string | undefined;
|
|
101
105
|
emails?: {
|
|
102
106
|
value: string;
|
|
103
107
|
type?: string | undefined;
|
|
@@ -108,10 +112,6 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
108
112
|
type?: string | undefined;
|
|
109
113
|
isPrimary?: boolean | undefined;
|
|
110
114
|
}[] | undefined;
|
|
111
|
-
tags?: string[] | undefined;
|
|
112
|
-
source?: string | undefined;
|
|
113
|
-
firstName?: string | undefined;
|
|
114
|
-
lastName?: string | undefined;
|
|
115
115
|
stage?: string | undefined;
|
|
116
116
|
assignedTo?: number | undefined;
|
|
117
117
|
}>, z.ZodObject<{
|
|
@@ -154,6 +154,10 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
154
154
|
operation: "update_person";
|
|
155
155
|
person_id: number;
|
|
156
156
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
157
|
+
tags?: string[] | undefined;
|
|
158
|
+
source?: string | undefined;
|
|
159
|
+
firstName?: string | undefined;
|
|
160
|
+
lastName?: string | undefined;
|
|
157
161
|
emails?: {
|
|
158
162
|
value: string;
|
|
159
163
|
type?: string | undefined;
|
|
@@ -164,16 +168,16 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
164
168
|
type?: string | undefined;
|
|
165
169
|
isPrimary?: boolean | undefined;
|
|
166
170
|
}[] | undefined;
|
|
167
|
-
tags?: string[] | undefined;
|
|
168
|
-
source?: string | undefined;
|
|
169
|
-
firstName?: string | undefined;
|
|
170
|
-
lastName?: string | undefined;
|
|
171
171
|
stage?: string | undefined;
|
|
172
172
|
assignedTo?: number | undefined;
|
|
173
173
|
}, {
|
|
174
174
|
operation: "update_person";
|
|
175
175
|
person_id: number;
|
|
176
176
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
177
|
+
tags?: string[] | undefined;
|
|
178
|
+
source?: string | undefined;
|
|
179
|
+
firstName?: string | undefined;
|
|
180
|
+
lastName?: string | undefined;
|
|
177
181
|
emails?: {
|
|
178
182
|
value: string;
|
|
179
183
|
type?: string | undefined;
|
|
@@ -184,10 +188,6 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
184
188
|
type?: string | undefined;
|
|
185
189
|
isPrimary?: boolean | undefined;
|
|
186
190
|
}[] | undefined;
|
|
187
|
-
tags?: string[] | undefined;
|
|
188
|
-
source?: string | undefined;
|
|
189
|
-
firstName?: string | undefined;
|
|
190
|
-
lastName?: string | undefined;
|
|
191
191
|
stage?: string | undefined;
|
|
192
192
|
assignedTo?: number | undefined;
|
|
193
193
|
}>, z.ZodObject<{
|
|
@@ -209,15 +209,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
209
209
|
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
210
210
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
211
211
|
}, "strip", z.ZodTypeAny, {
|
|
212
|
-
limit: number;
|
|
213
212
|
operation: "list_tasks";
|
|
213
|
+
limit: number;
|
|
214
214
|
offset: number;
|
|
215
215
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
216
|
personId?: number | undefined;
|
|
217
217
|
}, {
|
|
218
218
|
operation: "list_tasks";
|
|
219
|
-
limit?: number | undefined;
|
|
220
219
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
220
|
+
limit?: number | undefined;
|
|
221
221
|
offset?: number | undefined;
|
|
222
222
|
personId?: number | undefined;
|
|
223
223
|
}>, z.ZodObject<{
|
|
@@ -302,15 +302,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
302
302
|
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
303
303
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
304
304
|
}, "strip", z.ZodTypeAny, {
|
|
305
|
-
limit: number;
|
|
306
305
|
operation: "list_notes";
|
|
306
|
+
limit: number;
|
|
307
307
|
offset: number;
|
|
308
308
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
309
309
|
personId?: number | undefined;
|
|
310
310
|
}, {
|
|
311
311
|
operation: "list_notes";
|
|
312
|
-
limit?: number | undefined;
|
|
313
312
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
313
|
+
limit?: number | undefined;
|
|
314
314
|
offset?: number | undefined;
|
|
315
315
|
personId?: number | undefined;
|
|
316
316
|
}>, z.ZodObject<{
|
|
@@ -368,15 +368,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
368
368
|
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
369
369
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
370
370
|
}, "strip", z.ZodTypeAny, {
|
|
371
|
-
limit: number;
|
|
372
371
|
operation: "list_deals";
|
|
372
|
+
limit: number;
|
|
373
373
|
offset: number;
|
|
374
374
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
375
375
|
personId?: number | undefined;
|
|
376
376
|
}, {
|
|
377
377
|
operation: "list_deals";
|
|
378
|
-
limit?: number | undefined;
|
|
379
378
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
379
|
+
limit?: number | undefined;
|
|
380
380
|
offset?: number | undefined;
|
|
381
381
|
personId?: number | undefined;
|
|
382
382
|
}>, z.ZodObject<{
|
|
@@ -446,15 +446,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
446
446
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
447
447
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
448
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
|
-
limit: number;
|
|
450
449
|
operation: "list_events";
|
|
450
|
+
limit: number;
|
|
451
451
|
offset: number;
|
|
452
452
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
453
453
|
personId?: number | undefined;
|
|
454
454
|
}, {
|
|
455
455
|
operation: "list_events";
|
|
456
|
-
limit?: number | undefined;
|
|
457
456
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
457
|
+
limit?: number | undefined;
|
|
458
458
|
offset?: number | undefined;
|
|
459
459
|
personId?: number | undefined;
|
|
460
460
|
}>, z.ZodObject<{
|
|
@@ -493,40 +493,40 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
493
493
|
}>, "many">>;
|
|
494
494
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
495
495
|
}, "strip", z.ZodTypeAny, {
|
|
496
|
+
tags?: string[] | undefined;
|
|
497
|
+
firstName?: string | undefined;
|
|
498
|
+
lastName?: string | undefined;
|
|
496
499
|
emails?: {
|
|
497
500
|
value: string;
|
|
498
501
|
}[] | undefined;
|
|
499
502
|
phones?: {
|
|
500
503
|
value: string;
|
|
501
504
|
}[] | undefined;
|
|
505
|
+
}, {
|
|
502
506
|
tags?: string[] | undefined;
|
|
503
507
|
firstName?: string | undefined;
|
|
504
508
|
lastName?: string | undefined;
|
|
505
|
-
}, {
|
|
506
509
|
emails?: {
|
|
507
510
|
value: string;
|
|
508
511
|
}[] | undefined;
|
|
509
512
|
phones?: {
|
|
510
513
|
value: string;
|
|
511
514
|
}[] | undefined;
|
|
512
|
-
tags?: string[] | undefined;
|
|
513
|
-
firstName?: string | undefined;
|
|
514
|
-
lastName?: string | undefined;
|
|
515
515
|
}>;
|
|
516
516
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
517
517
|
}, "strip", z.ZodTypeAny, {
|
|
518
518
|
type: string;
|
|
519
519
|
operation: "create_event";
|
|
520
520
|
person: {
|
|
521
|
+
tags?: string[] | undefined;
|
|
522
|
+
firstName?: string | undefined;
|
|
523
|
+
lastName?: string | undefined;
|
|
521
524
|
emails?: {
|
|
522
525
|
value: string;
|
|
523
526
|
}[] | undefined;
|
|
524
527
|
phones?: {
|
|
525
528
|
value: string;
|
|
526
529
|
}[] | undefined;
|
|
527
|
-
tags?: string[] | undefined;
|
|
528
|
-
firstName?: string | undefined;
|
|
529
|
-
lastName?: string | undefined;
|
|
530
530
|
};
|
|
531
531
|
message?: string | undefined;
|
|
532
532
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -535,15 +535,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
535
535
|
type: string;
|
|
536
536
|
operation: "create_event";
|
|
537
537
|
person: {
|
|
538
|
+
tags?: string[] | undefined;
|
|
539
|
+
firstName?: string | undefined;
|
|
540
|
+
lastName?: string | undefined;
|
|
538
541
|
emails?: {
|
|
539
542
|
value: string;
|
|
540
543
|
}[] | undefined;
|
|
541
544
|
phones?: {
|
|
542
545
|
value: string;
|
|
543
546
|
}[] | undefined;
|
|
544
|
-
tags?: string[] | undefined;
|
|
545
|
-
firstName?: string | undefined;
|
|
546
|
-
lastName?: string | undefined;
|
|
547
547
|
};
|
|
548
548
|
message?: string | undefined;
|
|
549
549
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -555,15 +555,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
555
555
|
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
556
556
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
557
557
|
}, "strip", z.ZodTypeAny, {
|
|
558
|
-
limit: number;
|
|
559
558
|
operation: "list_calls";
|
|
559
|
+
limit: number;
|
|
560
560
|
offset: number;
|
|
561
561
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
562
562
|
personId?: number | undefined;
|
|
563
563
|
}, {
|
|
564
564
|
operation: "list_calls";
|
|
565
|
-
limit?: number | undefined;
|
|
566
565
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
566
|
+
limit?: number | undefined;
|
|
567
567
|
offset?: number | undefined;
|
|
568
568
|
personId?: number | undefined;
|
|
569
569
|
}>, z.ZodObject<{
|
|
@@ -594,15 +594,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
594
594
|
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
595
595
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
|
-
limit: number;
|
|
598
597
|
operation: "list_appointments";
|
|
598
|
+
limit: number;
|
|
599
599
|
offset: number;
|
|
600
600
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
601
601
|
personId?: number | undefined;
|
|
602
602
|
}, {
|
|
603
603
|
operation: "list_appointments";
|
|
604
|
-
limit?: number | undefined;
|
|
605
604
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
605
|
+
limit?: number | undefined;
|
|
606
606
|
offset?: number | undefined;
|
|
607
607
|
personId?: number | undefined;
|
|
608
608
|
}>, z.ZodObject<{
|
|
@@ -617,16 +617,16 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
617
617
|
title: string;
|
|
618
618
|
operation: "create_appointment";
|
|
619
619
|
startTime: string;
|
|
620
|
-
location?: string | undefined;
|
|
621
620
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
621
|
+
location?: string | undefined;
|
|
622
622
|
personId?: number | undefined;
|
|
623
623
|
endTime?: string | undefined;
|
|
624
624
|
}, {
|
|
625
625
|
title: string;
|
|
626
626
|
operation: "create_appointment";
|
|
627
627
|
startTime: string;
|
|
628
|
-
location?: string | undefined;
|
|
629
628
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
629
|
+
location?: string | undefined;
|
|
630
630
|
personId?: number | undefined;
|
|
631
631
|
endTime?: string | undefined;
|
|
632
632
|
}>, z.ZodObject<{
|
|
@@ -823,8 +823,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
823
823
|
}>>;
|
|
824
824
|
error: z.ZodString;
|
|
825
825
|
}, "strip", z.ZodTypeAny, {
|
|
826
|
-
success: boolean;
|
|
827
826
|
error: string;
|
|
827
|
+
success: boolean;
|
|
828
828
|
operation: "list_people";
|
|
829
829
|
people?: z.objectOutputType<{
|
|
830
830
|
id: z.ZodNumber;
|
|
@@ -869,8 +869,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
869
869
|
total?: number | undefined;
|
|
870
870
|
} | undefined;
|
|
871
871
|
}, {
|
|
872
|
-
success: boolean;
|
|
873
872
|
error: string;
|
|
873
|
+
success: boolean;
|
|
874
874
|
operation: "list_people";
|
|
875
875
|
people?: z.objectInputType<{
|
|
876
876
|
id: z.ZodNumber;
|
|
@@ -1028,8 +1028,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1028
1028
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1029
1029
|
error: z.ZodString;
|
|
1030
1030
|
}, "strip", z.ZodTypeAny, {
|
|
1031
|
-
success: boolean;
|
|
1032
1031
|
error: string;
|
|
1032
|
+
success: boolean;
|
|
1033
1033
|
operation: "get_person";
|
|
1034
1034
|
person?: z.objectOutputType<{
|
|
1035
1035
|
id: z.ZodNumber;
|
|
@@ -1069,8 +1069,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1069
1069
|
updated: z.ZodOptional<z.ZodString>;
|
|
1070
1070
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1071
1071
|
}, {
|
|
1072
|
-
success: boolean;
|
|
1073
1072
|
error: string;
|
|
1073
|
+
success: boolean;
|
|
1074
1074
|
operation: "get_person";
|
|
1075
1075
|
person?: z.objectInputType<{
|
|
1076
1076
|
id: z.ZodNumber;
|
|
@@ -1223,8 +1223,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1223
1223
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1224
1224
|
error: z.ZodString;
|
|
1225
1225
|
}, "strip", z.ZodTypeAny, {
|
|
1226
|
-
success: boolean;
|
|
1227
1226
|
error: string;
|
|
1227
|
+
success: boolean;
|
|
1228
1228
|
operation: "create_person";
|
|
1229
1229
|
person?: z.objectOutputType<{
|
|
1230
1230
|
id: z.ZodNumber;
|
|
@@ -1264,8 +1264,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1264
1264
|
updated: z.ZodOptional<z.ZodString>;
|
|
1265
1265
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1266
1266
|
}, {
|
|
1267
|
-
success: boolean;
|
|
1268
1267
|
error: string;
|
|
1268
|
+
success: boolean;
|
|
1269
1269
|
operation: "create_person";
|
|
1270
1270
|
person?: z.objectInputType<{
|
|
1271
1271
|
id: z.ZodNumber;
|
|
@@ -1418,8 +1418,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1418
1418
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1419
1419
|
error: z.ZodString;
|
|
1420
1420
|
}, "strip", z.ZodTypeAny, {
|
|
1421
|
-
success: boolean;
|
|
1422
1421
|
error: string;
|
|
1422
|
+
success: boolean;
|
|
1423
1423
|
operation: "update_person";
|
|
1424
1424
|
person?: z.objectOutputType<{
|
|
1425
1425
|
id: z.ZodNumber;
|
|
@@ -1459,8 +1459,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1459
1459
|
updated: z.ZodOptional<z.ZodString>;
|
|
1460
1460
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1461
1461
|
}, {
|
|
1462
|
-
success: boolean;
|
|
1463
1462
|
error: string;
|
|
1463
|
+
success: boolean;
|
|
1464
1464
|
operation: "update_person";
|
|
1465
1465
|
person?: z.objectInputType<{
|
|
1466
1466
|
id: z.ZodNumber;
|
|
@@ -1505,13 +1505,13 @@ 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
|
-
success: boolean;
|
|
1509
1508
|
error: string;
|
|
1509
|
+
success: boolean;
|
|
1510
1510
|
operation: "delete_person";
|
|
1511
1511
|
deleted_id?: number | undefined;
|
|
1512
1512
|
}, {
|
|
1513
|
-
success: boolean;
|
|
1514
1513
|
error: string;
|
|
1514
|
+
success: boolean;
|
|
1515
1515
|
operation: "delete_person";
|
|
1516
1516
|
deleted_id?: number | undefined;
|
|
1517
1517
|
}>, z.ZodObject<{
|
|
@@ -1560,8 +1560,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1560
1560
|
}>>;
|
|
1561
1561
|
error: z.ZodString;
|
|
1562
1562
|
}, "strip", z.ZodTypeAny, {
|
|
1563
|
-
success: boolean;
|
|
1564
1563
|
error: string;
|
|
1564
|
+
success: boolean;
|
|
1565
1565
|
operation: "list_tasks";
|
|
1566
1566
|
tasks?: z.objectOutputType<{
|
|
1567
1567
|
id: z.ZodNumber;
|
|
@@ -1579,8 +1579,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1579
1579
|
total?: number | undefined;
|
|
1580
1580
|
} | undefined;
|
|
1581
1581
|
}, {
|
|
1582
|
-
success: boolean;
|
|
1583
1582
|
error: string;
|
|
1583
|
+
success: boolean;
|
|
1584
1584
|
operation: "list_tasks";
|
|
1585
1585
|
tasks?: z.objectInputType<{
|
|
1586
1586
|
id: z.ZodNumber;
|
|
@@ -1630,8 +1630,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1630
1630
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1631
1631
|
error: z.ZodString;
|
|
1632
1632
|
}, "strip", z.ZodTypeAny, {
|
|
1633
|
-
success: boolean;
|
|
1634
1633
|
error: string;
|
|
1634
|
+
success: boolean;
|
|
1635
1635
|
operation: "get_task";
|
|
1636
1636
|
task?: z.objectOutputType<{
|
|
1637
1637
|
id: z.ZodNumber;
|
|
@@ -1644,8 +1644,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1644
1644
|
created: z.ZodOptional<z.ZodString>;
|
|
1645
1645
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1646
1646
|
}, {
|
|
1647
|
-
success: boolean;
|
|
1648
1647
|
error: string;
|
|
1648
|
+
success: boolean;
|
|
1649
1649
|
operation: "get_task";
|
|
1650
1650
|
task?: z.objectInputType<{
|
|
1651
1651
|
id: z.ZodNumber;
|
|
@@ -1690,8 +1690,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1690
1690
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1691
1691
|
error: z.ZodString;
|
|
1692
1692
|
}, "strip", z.ZodTypeAny, {
|
|
1693
|
-
success: boolean;
|
|
1694
1693
|
error: string;
|
|
1694
|
+
success: boolean;
|
|
1695
1695
|
operation: "create_task";
|
|
1696
1696
|
task?: z.objectOutputType<{
|
|
1697
1697
|
id: z.ZodNumber;
|
|
@@ -1704,8 +1704,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1704
1704
|
created: z.ZodOptional<z.ZodString>;
|
|
1705
1705
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1706
1706
|
}, {
|
|
1707
|
-
success: boolean;
|
|
1708
1707
|
error: string;
|
|
1708
|
+
success: boolean;
|
|
1709
1709
|
operation: "create_task";
|
|
1710
1710
|
task?: z.objectInputType<{
|
|
1711
1711
|
id: z.ZodNumber;
|
|
@@ -1750,8 +1750,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1750
1750
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1751
1751
|
error: z.ZodString;
|
|
1752
1752
|
}, "strip", z.ZodTypeAny, {
|
|
1753
|
-
success: boolean;
|
|
1754
1753
|
error: string;
|
|
1754
|
+
success: boolean;
|
|
1755
1755
|
operation: "update_task";
|
|
1756
1756
|
task?: z.objectOutputType<{
|
|
1757
1757
|
id: z.ZodNumber;
|
|
@@ -1764,8 +1764,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1764
1764
|
created: z.ZodOptional<z.ZodString>;
|
|
1765
1765
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1766
1766
|
}, {
|
|
1767
|
-
success: boolean;
|
|
1768
1767
|
error: string;
|
|
1768
|
+
success: boolean;
|
|
1769
1769
|
operation: "update_task";
|
|
1770
1770
|
task?: z.objectInputType<{
|
|
1771
1771
|
id: z.ZodNumber;
|
|
@@ -1783,13 +1783,13 @@ 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
|
-
success: boolean;
|
|
1787
1786
|
error: string;
|
|
1787
|
+
success: boolean;
|
|
1788
1788
|
operation: "delete_task";
|
|
1789
1789
|
deleted_id?: number | undefined;
|
|
1790
1790
|
}, {
|
|
1791
|
-
success: boolean;
|
|
1792
1791
|
error: string;
|
|
1792
|
+
success: boolean;
|
|
1793
1793
|
operation: "delete_task";
|
|
1794
1794
|
deleted_id?: number | undefined;
|
|
1795
1795
|
}>, z.ZodObject<{
|
|
@@ -1829,8 +1829,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1829
1829
|
}>>;
|
|
1830
1830
|
error: z.ZodString;
|
|
1831
1831
|
}, "strip", z.ZodTypeAny, {
|
|
1832
|
-
success: boolean;
|
|
1833
1832
|
error: string;
|
|
1833
|
+
success: boolean;
|
|
1834
1834
|
operation: "list_notes";
|
|
1835
1835
|
_metadata?: {
|
|
1836
1836
|
limit?: number | undefined;
|
|
@@ -1845,8 +1845,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1845
1845
|
created: z.ZodOptional<z.ZodString>;
|
|
1846
1846
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1847
1847
|
}, {
|
|
1848
|
-
success: boolean;
|
|
1849
1848
|
error: string;
|
|
1849
|
+
success: boolean;
|
|
1850
1850
|
operation: "list_notes";
|
|
1851
1851
|
_metadata?: {
|
|
1852
1852
|
limit?: number | undefined;
|
|
@@ -1884,8 +1884,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1884
1884
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1885
1885
|
error: z.ZodString;
|
|
1886
1886
|
}, "strip", z.ZodTypeAny, {
|
|
1887
|
-
success: boolean;
|
|
1888
1887
|
error: string;
|
|
1888
|
+
success: boolean;
|
|
1889
1889
|
operation: "create_note";
|
|
1890
1890
|
note?: z.objectOutputType<{
|
|
1891
1891
|
id: z.ZodNumber;
|
|
@@ -1895,8 +1895,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1895
1895
|
created: z.ZodOptional<z.ZodString>;
|
|
1896
1896
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1897
1897
|
}, {
|
|
1898
|
-
success: boolean;
|
|
1899
1898
|
error: string;
|
|
1899
|
+
success: boolean;
|
|
1900
1900
|
operation: "create_note";
|
|
1901
1901
|
note?: z.objectInputType<{
|
|
1902
1902
|
id: z.ZodNumber;
|
|
@@ -1929,8 +1929,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1929
1929
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1930
1930
|
error: z.ZodString;
|
|
1931
1931
|
}, "strip", z.ZodTypeAny, {
|
|
1932
|
-
success: boolean;
|
|
1933
1932
|
error: string;
|
|
1933
|
+
success: boolean;
|
|
1934
1934
|
operation: "update_note";
|
|
1935
1935
|
note?: z.objectOutputType<{
|
|
1936
1936
|
id: z.ZodNumber;
|
|
@@ -1940,8 +1940,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
1940
1940
|
created: z.ZodOptional<z.ZodString>;
|
|
1941
1941
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1942
1942
|
}, {
|
|
1943
|
-
success: boolean;
|
|
1944
1943
|
error: string;
|
|
1944
|
+
success: boolean;
|
|
1945
1945
|
operation: "update_note";
|
|
1946
1946
|
note?: z.objectInputType<{
|
|
1947
1947
|
id: z.ZodNumber;
|
|
@@ -1956,13 +1956,13 @@ 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
|
-
success: boolean;
|
|
1960
1959
|
error: string;
|
|
1960
|
+
success: boolean;
|
|
1961
1961
|
operation: "delete_note";
|
|
1962
1962
|
deleted_id?: number | undefined;
|
|
1963
1963
|
}, {
|
|
1964
|
-
success: boolean;
|
|
1965
1964
|
error: string;
|
|
1965
|
+
success: boolean;
|
|
1966
1966
|
operation: "delete_note";
|
|
1967
1967
|
deleted_id?: number | undefined;
|
|
1968
1968
|
}>, z.ZodObject<{
|
|
@@ -2008,8 +2008,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2008
2008
|
}>>;
|
|
2009
2009
|
error: z.ZodString;
|
|
2010
2010
|
}, "strip", z.ZodTypeAny, {
|
|
2011
|
-
success: boolean;
|
|
2012
2011
|
error: string;
|
|
2012
|
+
success: boolean;
|
|
2013
2013
|
operation: "list_deals";
|
|
2014
2014
|
_metadata?: {
|
|
2015
2015
|
limit?: number | undefined;
|
|
@@ -2026,8 +2026,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2026
2026
|
created: z.ZodOptional<z.ZodString>;
|
|
2027
2027
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2028
2028
|
}, {
|
|
2029
|
-
success: boolean;
|
|
2030
2029
|
error: string;
|
|
2030
|
+
success: boolean;
|
|
2031
2031
|
operation: "list_deals";
|
|
2032
2032
|
_metadata?: {
|
|
2033
2033
|
limit?: number | undefined;
|
|
@@ -2073,8 +2073,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2073
2073
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2074
2074
|
error: z.ZodString;
|
|
2075
2075
|
}, "strip", z.ZodTypeAny, {
|
|
2076
|
-
success: boolean;
|
|
2077
2076
|
error: string;
|
|
2077
|
+
success: boolean;
|
|
2078
2078
|
operation: "get_deal";
|
|
2079
2079
|
deal?: z.objectOutputType<{
|
|
2080
2080
|
id: z.ZodNumber;
|
|
@@ -2086,8 +2086,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2086
2086
|
created: z.ZodOptional<z.ZodString>;
|
|
2087
2087
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2088
2088
|
}, {
|
|
2089
|
-
success: boolean;
|
|
2090
2089
|
error: string;
|
|
2090
|
+
success: boolean;
|
|
2091
2091
|
operation: "get_deal";
|
|
2092
2092
|
deal?: z.objectInputType<{
|
|
2093
2093
|
id: z.ZodNumber;
|
|
@@ -2128,8 +2128,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2128
2128
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2129
2129
|
error: z.ZodString;
|
|
2130
2130
|
}, "strip", z.ZodTypeAny, {
|
|
2131
|
-
success: boolean;
|
|
2132
2131
|
error: string;
|
|
2132
|
+
success: boolean;
|
|
2133
2133
|
operation: "create_deal";
|
|
2134
2134
|
deal?: z.objectOutputType<{
|
|
2135
2135
|
id: z.ZodNumber;
|
|
@@ -2141,8 +2141,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2141
2141
|
created: z.ZodOptional<z.ZodString>;
|
|
2142
2142
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2143
2143
|
}, {
|
|
2144
|
-
success: boolean;
|
|
2145
2144
|
error: string;
|
|
2145
|
+
success: boolean;
|
|
2146
2146
|
operation: "create_deal";
|
|
2147
2147
|
deal?: z.objectInputType<{
|
|
2148
2148
|
id: z.ZodNumber;
|
|
@@ -2183,8 +2183,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2183
2183
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2184
2184
|
error: z.ZodString;
|
|
2185
2185
|
}, "strip", z.ZodTypeAny, {
|
|
2186
|
-
success: boolean;
|
|
2187
2186
|
error: string;
|
|
2187
|
+
success: boolean;
|
|
2188
2188
|
operation: "update_deal";
|
|
2189
2189
|
deal?: z.objectOutputType<{
|
|
2190
2190
|
id: z.ZodNumber;
|
|
@@ -2196,8 +2196,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2196
2196
|
created: z.ZodOptional<z.ZodString>;
|
|
2197
2197
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2198
2198
|
}, {
|
|
2199
|
-
success: boolean;
|
|
2200
2199
|
error: string;
|
|
2200
|
+
success: boolean;
|
|
2201
2201
|
operation: "update_deal";
|
|
2202
2202
|
deal?: z.objectInputType<{
|
|
2203
2203
|
id: z.ZodNumber;
|
|
@@ -2235,25 +2235,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2235
2235
|
}>, "many">>;
|
|
2236
2236
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2237
2237
|
}, "strip", z.ZodTypeAny, {
|
|
2238
|
+
tags?: string[] | undefined;
|
|
2239
|
+
firstName?: string | undefined;
|
|
2240
|
+
lastName?: string | undefined;
|
|
2238
2241
|
emails?: {
|
|
2239
2242
|
value: string;
|
|
2240
2243
|
}[] | undefined;
|
|
2241
2244
|
phones?: {
|
|
2242
2245
|
value: string;
|
|
2243
2246
|
}[] | undefined;
|
|
2247
|
+
}, {
|
|
2244
2248
|
tags?: string[] | undefined;
|
|
2245
2249
|
firstName?: string | undefined;
|
|
2246
2250
|
lastName?: string | undefined;
|
|
2247
|
-
}, {
|
|
2248
2251
|
emails?: {
|
|
2249
2252
|
value: string;
|
|
2250
2253
|
}[] | undefined;
|
|
2251
2254
|
phones?: {
|
|
2252
2255
|
value: string;
|
|
2253
2256
|
}[] | undefined;
|
|
2254
|
-
tags?: string[] | undefined;
|
|
2255
|
-
firstName?: string | undefined;
|
|
2256
|
-
lastName?: string | undefined;
|
|
2257
2257
|
}>>;
|
|
2258
2258
|
created: z.ZodOptional<z.ZodString>;
|
|
2259
2259
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -2280,25 +2280,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2280
2280
|
}>, "many">>;
|
|
2281
2281
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2282
2282
|
}, "strip", z.ZodTypeAny, {
|
|
2283
|
+
tags?: string[] | undefined;
|
|
2284
|
+
firstName?: string | undefined;
|
|
2285
|
+
lastName?: string | undefined;
|
|
2283
2286
|
emails?: {
|
|
2284
2287
|
value: string;
|
|
2285
2288
|
}[] | undefined;
|
|
2286
2289
|
phones?: {
|
|
2287
2290
|
value: string;
|
|
2288
2291
|
}[] | undefined;
|
|
2292
|
+
}, {
|
|
2289
2293
|
tags?: string[] | undefined;
|
|
2290
2294
|
firstName?: string | undefined;
|
|
2291
2295
|
lastName?: string | undefined;
|
|
2292
|
-
}, {
|
|
2293
2296
|
emails?: {
|
|
2294
2297
|
value: string;
|
|
2295
2298
|
}[] | undefined;
|
|
2296
2299
|
phones?: {
|
|
2297
2300
|
value: string;
|
|
2298
2301
|
}[] | undefined;
|
|
2299
|
-
tags?: string[] | undefined;
|
|
2300
|
-
firstName?: string | undefined;
|
|
2301
|
-
lastName?: string | undefined;
|
|
2302
2302
|
}>>;
|
|
2303
2303
|
created: z.ZodOptional<z.ZodString>;
|
|
2304
2304
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -2325,25 +2325,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2325
2325
|
}>, "many">>;
|
|
2326
2326
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2327
2327
|
}, "strip", z.ZodTypeAny, {
|
|
2328
|
+
tags?: string[] | undefined;
|
|
2329
|
+
firstName?: string | undefined;
|
|
2330
|
+
lastName?: string | undefined;
|
|
2328
2331
|
emails?: {
|
|
2329
2332
|
value: string;
|
|
2330
2333
|
}[] | undefined;
|
|
2331
2334
|
phones?: {
|
|
2332
2335
|
value: string;
|
|
2333
2336
|
}[] | undefined;
|
|
2337
|
+
}, {
|
|
2334
2338
|
tags?: string[] | undefined;
|
|
2335
2339
|
firstName?: string | undefined;
|
|
2336
2340
|
lastName?: string | undefined;
|
|
2337
|
-
}, {
|
|
2338
2341
|
emails?: {
|
|
2339
2342
|
value: string;
|
|
2340
2343
|
}[] | undefined;
|
|
2341
2344
|
phones?: {
|
|
2342
2345
|
value: string;
|
|
2343
2346
|
}[] | undefined;
|
|
2344
|
-
tags?: string[] | undefined;
|
|
2345
|
-
firstName?: string | undefined;
|
|
2346
|
-
lastName?: string | undefined;
|
|
2347
2347
|
}>>;
|
|
2348
2348
|
created: z.ZodOptional<z.ZodString>;
|
|
2349
2349
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
@@ -2362,8 +2362,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2362
2362
|
}>>;
|
|
2363
2363
|
error: z.ZodString;
|
|
2364
2364
|
}, "strip", z.ZodTypeAny, {
|
|
2365
|
-
success: boolean;
|
|
2366
2365
|
error: string;
|
|
2366
|
+
success: boolean;
|
|
2367
2367
|
operation: "list_events";
|
|
2368
2368
|
events?: z.objectOutputType<{
|
|
2369
2369
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2389,25 +2389,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2389
2389
|
}>, "many">>;
|
|
2390
2390
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2391
2391
|
}, "strip", z.ZodTypeAny, {
|
|
2392
|
+
tags?: string[] | undefined;
|
|
2393
|
+
firstName?: string | undefined;
|
|
2394
|
+
lastName?: string | undefined;
|
|
2392
2395
|
emails?: {
|
|
2393
2396
|
value: string;
|
|
2394
2397
|
}[] | undefined;
|
|
2395
2398
|
phones?: {
|
|
2396
2399
|
value: string;
|
|
2397
2400
|
}[] | undefined;
|
|
2401
|
+
}, {
|
|
2398
2402
|
tags?: string[] | undefined;
|
|
2399
2403
|
firstName?: string | undefined;
|
|
2400
2404
|
lastName?: string | undefined;
|
|
2401
|
-
}, {
|
|
2402
2405
|
emails?: {
|
|
2403
2406
|
value: string;
|
|
2404
2407
|
}[] | undefined;
|
|
2405
2408
|
phones?: {
|
|
2406
2409
|
value: string;
|
|
2407
2410
|
}[] | undefined;
|
|
2408
|
-
tags?: string[] | undefined;
|
|
2409
|
-
firstName?: string | undefined;
|
|
2410
|
-
lastName?: string | undefined;
|
|
2411
2411
|
}>>;
|
|
2412
2412
|
created: z.ZodOptional<z.ZodString>;
|
|
2413
2413
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
@@ -2417,8 +2417,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2417
2417
|
total?: number | undefined;
|
|
2418
2418
|
} | undefined;
|
|
2419
2419
|
}, {
|
|
2420
|
-
success: boolean;
|
|
2421
2420
|
error: string;
|
|
2421
|
+
success: boolean;
|
|
2422
2422
|
operation: "list_events";
|
|
2423
2423
|
events?: z.objectInputType<{
|
|
2424
2424
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2444,25 +2444,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2444
2444
|
}>, "many">>;
|
|
2445
2445
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2446
2446
|
}, "strip", z.ZodTypeAny, {
|
|
2447
|
+
tags?: string[] | undefined;
|
|
2448
|
+
firstName?: string | undefined;
|
|
2449
|
+
lastName?: string | undefined;
|
|
2447
2450
|
emails?: {
|
|
2448
2451
|
value: string;
|
|
2449
2452
|
}[] | undefined;
|
|
2450
2453
|
phones?: {
|
|
2451
2454
|
value: string;
|
|
2452
2455
|
}[] | undefined;
|
|
2456
|
+
}, {
|
|
2453
2457
|
tags?: string[] | undefined;
|
|
2454
2458
|
firstName?: string | undefined;
|
|
2455
2459
|
lastName?: string | undefined;
|
|
2456
|
-
}, {
|
|
2457
2460
|
emails?: {
|
|
2458
2461
|
value: string;
|
|
2459
2462
|
}[] | undefined;
|
|
2460
2463
|
phones?: {
|
|
2461
2464
|
value: string;
|
|
2462
2465
|
}[] | undefined;
|
|
2463
|
-
tags?: string[] | undefined;
|
|
2464
|
-
firstName?: string | undefined;
|
|
2465
|
-
lastName?: string | undefined;
|
|
2466
2466
|
}>>;
|
|
2467
2467
|
created: z.ZodOptional<z.ZodString>;
|
|
2468
2468
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
@@ -2498,25 +2498,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2498
2498
|
}>, "many">>;
|
|
2499
2499
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2500
2500
|
}, "strip", z.ZodTypeAny, {
|
|
2501
|
+
tags?: string[] | undefined;
|
|
2502
|
+
firstName?: string | undefined;
|
|
2503
|
+
lastName?: string | undefined;
|
|
2501
2504
|
emails?: {
|
|
2502
2505
|
value: string;
|
|
2503
2506
|
}[] | undefined;
|
|
2504
2507
|
phones?: {
|
|
2505
2508
|
value: string;
|
|
2506
2509
|
}[] | undefined;
|
|
2510
|
+
}, {
|
|
2507
2511
|
tags?: string[] | undefined;
|
|
2508
2512
|
firstName?: string | undefined;
|
|
2509
2513
|
lastName?: string | undefined;
|
|
2510
|
-
}, {
|
|
2511
2514
|
emails?: {
|
|
2512
2515
|
value: string;
|
|
2513
2516
|
}[] | undefined;
|
|
2514
2517
|
phones?: {
|
|
2515
2518
|
value: string;
|
|
2516
2519
|
}[] | undefined;
|
|
2517
|
-
tags?: string[] | undefined;
|
|
2518
|
-
firstName?: string | undefined;
|
|
2519
|
-
lastName?: string | undefined;
|
|
2520
2520
|
}>>;
|
|
2521
2521
|
created: z.ZodOptional<z.ZodString>;
|
|
2522
2522
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -2543,25 +2543,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2543
2543
|
}>, "many">>;
|
|
2544
2544
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2545
2545
|
}, "strip", z.ZodTypeAny, {
|
|
2546
|
+
tags?: string[] | undefined;
|
|
2547
|
+
firstName?: string | undefined;
|
|
2548
|
+
lastName?: string | undefined;
|
|
2546
2549
|
emails?: {
|
|
2547
2550
|
value: string;
|
|
2548
2551
|
}[] | undefined;
|
|
2549
2552
|
phones?: {
|
|
2550
2553
|
value: string;
|
|
2551
2554
|
}[] | undefined;
|
|
2555
|
+
}, {
|
|
2552
2556
|
tags?: string[] | undefined;
|
|
2553
2557
|
firstName?: string | undefined;
|
|
2554
2558
|
lastName?: string | undefined;
|
|
2555
|
-
}, {
|
|
2556
2559
|
emails?: {
|
|
2557
2560
|
value: string;
|
|
2558
2561
|
}[] | undefined;
|
|
2559
2562
|
phones?: {
|
|
2560
2563
|
value: string;
|
|
2561
2564
|
}[] | undefined;
|
|
2562
|
-
tags?: string[] | undefined;
|
|
2563
|
-
firstName?: string | undefined;
|
|
2564
|
-
lastName?: string | undefined;
|
|
2565
2565
|
}>>;
|
|
2566
2566
|
created: z.ZodOptional<z.ZodString>;
|
|
2567
2567
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -2588,32 +2588,32 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2588
2588
|
}>, "many">>;
|
|
2589
2589
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2590
2590
|
}, "strip", z.ZodTypeAny, {
|
|
2591
|
+
tags?: string[] | undefined;
|
|
2592
|
+
firstName?: string | undefined;
|
|
2593
|
+
lastName?: string | undefined;
|
|
2591
2594
|
emails?: {
|
|
2592
2595
|
value: string;
|
|
2593
2596
|
}[] | undefined;
|
|
2594
2597
|
phones?: {
|
|
2595
2598
|
value: string;
|
|
2596
2599
|
}[] | undefined;
|
|
2600
|
+
}, {
|
|
2597
2601
|
tags?: string[] | undefined;
|
|
2598
2602
|
firstName?: string | undefined;
|
|
2599
2603
|
lastName?: string | undefined;
|
|
2600
|
-
}, {
|
|
2601
2604
|
emails?: {
|
|
2602
2605
|
value: string;
|
|
2603
2606
|
}[] | undefined;
|
|
2604
2607
|
phones?: {
|
|
2605
2608
|
value: string;
|
|
2606
2609
|
}[] | undefined;
|
|
2607
|
-
tags?: string[] | undefined;
|
|
2608
|
-
firstName?: string | undefined;
|
|
2609
|
-
lastName?: string | undefined;
|
|
2610
2610
|
}>>;
|
|
2611
2611
|
created: z.ZodOptional<z.ZodString>;
|
|
2612
2612
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2613
2613
|
error: z.ZodString;
|
|
2614
2614
|
}, "strip", z.ZodTypeAny, {
|
|
2615
|
-
success: boolean;
|
|
2616
2615
|
error: string;
|
|
2616
|
+
success: boolean;
|
|
2617
2617
|
operation: "get_event";
|
|
2618
2618
|
event?: z.objectOutputType<{
|
|
2619
2619
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2639,31 +2639,31 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2639
2639
|
}>, "many">>;
|
|
2640
2640
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2641
2641
|
}, "strip", z.ZodTypeAny, {
|
|
2642
|
+
tags?: string[] | undefined;
|
|
2643
|
+
firstName?: string | undefined;
|
|
2644
|
+
lastName?: string | undefined;
|
|
2642
2645
|
emails?: {
|
|
2643
2646
|
value: string;
|
|
2644
2647
|
}[] | undefined;
|
|
2645
2648
|
phones?: {
|
|
2646
2649
|
value: string;
|
|
2647
2650
|
}[] | undefined;
|
|
2651
|
+
}, {
|
|
2648
2652
|
tags?: string[] | undefined;
|
|
2649
2653
|
firstName?: string | undefined;
|
|
2650
2654
|
lastName?: string | undefined;
|
|
2651
|
-
}, {
|
|
2652
2655
|
emails?: {
|
|
2653
2656
|
value: string;
|
|
2654
2657
|
}[] | undefined;
|
|
2655
2658
|
phones?: {
|
|
2656
2659
|
value: string;
|
|
2657
2660
|
}[] | undefined;
|
|
2658
|
-
tags?: string[] | undefined;
|
|
2659
|
-
firstName?: string | undefined;
|
|
2660
|
-
lastName?: string | undefined;
|
|
2661
2661
|
}>>;
|
|
2662
2662
|
created: z.ZodOptional<z.ZodString>;
|
|
2663
2663
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2664
2664
|
}, {
|
|
2665
|
-
success: boolean;
|
|
2666
2665
|
error: string;
|
|
2666
|
+
success: boolean;
|
|
2667
2667
|
operation: "get_event";
|
|
2668
2668
|
event?: z.objectInputType<{
|
|
2669
2669
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2689,25 +2689,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2689
2689
|
}>, "many">>;
|
|
2690
2690
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2691
2691
|
}, "strip", z.ZodTypeAny, {
|
|
2692
|
+
tags?: string[] | undefined;
|
|
2693
|
+
firstName?: string | undefined;
|
|
2694
|
+
lastName?: string | undefined;
|
|
2692
2695
|
emails?: {
|
|
2693
2696
|
value: string;
|
|
2694
2697
|
}[] | undefined;
|
|
2695
2698
|
phones?: {
|
|
2696
2699
|
value: string;
|
|
2697
2700
|
}[] | undefined;
|
|
2701
|
+
}, {
|
|
2698
2702
|
tags?: string[] | undefined;
|
|
2699
2703
|
firstName?: string | undefined;
|
|
2700
2704
|
lastName?: string | undefined;
|
|
2701
|
-
}, {
|
|
2702
2705
|
emails?: {
|
|
2703
2706
|
value: string;
|
|
2704
2707
|
}[] | undefined;
|
|
2705
2708
|
phones?: {
|
|
2706
2709
|
value: string;
|
|
2707
2710
|
}[] | undefined;
|
|
2708
|
-
tags?: string[] | undefined;
|
|
2709
|
-
firstName?: string | undefined;
|
|
2710
|
-
lastName?: string | undefined;
|
|
2711
2711
|
}>>;
|
|
2712
2712
|
created: z.ZodOptional<z.ZodString>;
|
|
2713
2713
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -2738,25 +2738,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2738
2738
|
}>, "many">>;
|
|
2739
2739
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2740
2740
|
}, "strip", z.ZodTypeAny, {
|
|
2741
|
+
tags?: string[] | undefined;
|
|
2742
|
+
firstName?: string | undefined;
|
|
2743
|
+
lastName?: string | undefined;
|
|
2741
2744
|
emails?: {
|
|
2742
2745
|
value: string;
|
|
2743
2746
|
}[] | undefined;
|
|
2744
2747
|
phones?: {
|
|
2745
2748
|
value: string;
|
|
2746
2749
|
}[] | undefined;
|
|
2750
|
+
}, {
|
|
2747
2751
|
tags?: string[] | undefined;
|
|
2748
2752
|
firstName?: string | undefined;
|
|
2749
2753
|
lastName?: string | undefined;
|
|
2750
|
-
}, {
|
|
2751
2754
|
emails?: {
|
|
2752
2755
|
value: string;
|
|
2753
2756
|
}[] | undefined;
|
|
2754
2757
|
phones?: {
|
|
2755
2758
|
value: string;
|
|
2756
2759
|
}[] | undefined;
|
|
2757
|
-
tags?: string[] | undefined;
|
|
2758
|
-
firstName?: string | undefined;
|
|
2759
|
-
lastName?: string | undefined;
|
|
2760
2760
|
}>>;
|
|
2761
2761
|
created: z.ZodOptional<z.ZodString>;
|
|
2762
2762
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -2783,25 +2783,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2783
2783
|
}>, "many">>;
|
|
2784
2784
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2785
2785
|
}, "strip", z.ZodTypeAny, {
|
|
2786
|
+
tags?: string[] | undefined;
|
|
2787
|
+
firstName?: string | undefined;
|
|
2788
|
+
lastName?: string | undefined;
|
|
2786
2789
|
emails?: {
|
|
2787
2790
|
value: string;
|
|
2788
2791
|
}[] | undefined;
|
|
2789
2792
|
phones?: {
|
|
2790
2793
|
value: string;
|
|
2791
2794
|
}[] | undefined;
|
|
2795
|
+
}, {
|
|
2792
2796
|
tags?: string[] | undefined;
|
|
2793
2797
|
firstName?: string | undefined;
|
|
2794
2798
|
lastName?: string | undefined;
|
|
2795
|
-
}, {
|
|
2796
2799
|
emails?: {
|
|
2797
2800
|
value: string;
|
|
2798
2801
|
}[] | undefined;
|
|
2799
2802
|
phones?: {
|
|
2800
2803
|
value: string;
|
|
2801
2804
|
}[] | undefined;
|
|
2802
|
-
tags?: string[] | undefined;
|
|
2803
|
-
firstName?: string | undefined;
|
|
2804
|
-
lastName?: string | undefined;
|
|
2805
2805
|
}>>;
|
|
2806
2806
|
created: z.ZodOptional<z.ZodString>;
|
|
2807
2807
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -2828,32 +2828,32 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2828
2828
|
}>, "many">>;
|
|
2829
2829
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2830
2830
|
}, "strip", z.ZodTypeAny, {
|
|
2831
|
+
tags?: string[] | undefined;
|
|
2832
|
+
firstName?: string | undefined;
|
|
2833
|
+
lastName?: string | undefined;
|
|
2831
2834
|
emails?: {
|
|
2832
2835
|
value: string;
|
|
2833
2836
|
}[] | undefined;
|
|
2834
2837
|
phones?: {
|
|
2835
2838
|
value: string;
|
|
2836
2839
|
}[] | undefined;
|
|
2840
|
+
}, {
|
|
2837
2841
|
tags?: string[] | undefined;
|
|
2838
2842
|
firstName?: string | undefined;
|
|
2839
2843
|
lastName?: string | undefined;
|
|
2840
|
-
}, {
|
|
2841
2844
|
emails?: {
|
|
2842
2845
|
value: string;
|
|
2843
2846
|
}[] | undefined;
|
|
2844
2847
|
phones?: {
|
|
2845
2848
|
value: string;
|
|
2846
2849
|
}[] | undefined;
|
|
2847
|
-
tags?: string[] | undefined;
|
|
2848
|
-
firstName?: string | undefined;
|
|
2849
|
-
lastName?: string | undefined;
|
|
2850
2850
|
}>>;
|
|
2851
2851
|
created: z.ZodOptional<z.ZodString>;
|
|
2852
2852
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2853
2853
|
error: z.ZodString;
|
|
2854
2854
|
}, "strip", z.ZodTypeAny, {
|
|
2855
|
-
success: boolean;
|
|
2856
2855
|
error: string;
|
|
2856
|
+
success: boolean;
|
|
2857
2857
|
operation: "create_event";
|
|
2858
2858
|
event?: z.objectOutputType<{
|
|
2859
2859
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2879,31 +2879,31 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2879
2879
|
}>, "many">>;
|
|
2880
2880
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2881
2881
|
}, "strip", z.ZodTypeAny, {
|
|
2882
|
+
tags?: string[] | undefined;
|
|
2883
|
+
firstName?: string | undefined;
|
|
2884
|
+
lastName?: string | undefined;
|
|
2882
2885
|
emails?: {
|
|
2883
2886
|
value: string;
|
|
2884
2887
|
}[] | undefined;
|
|
2885
2888
|
phones?: {
|
|
2886
2889
|
value: string;
|
|
2887
2890
|
}[] | undefined;
|
|
2891
|
+
}, {
|
|
2888
2892
|
tags?: string[] | undefined;
|
|
2889
2893
|
firstName?: string | undefined;
|
|
2890
2894
|
lastName?: string | undefined;
|
|
2891
|
-
}, {
|
|
2892
2895
|
emails?: {
|
|
2893
2896
|
value: string;
|
|
2894
2897
|
}[] | undefined;
|
|
2895
2898
|
phones?: {
|
|
2896
2899
|
value: string;
|
|
2897
2900
|
}[] | undefined;
|
|
2898
|
-
tags?: string[] | undefined;
|
|
2899
|
-
firstName?: string | undefined;
|
|
2900
|
-
lastName?: string | undefined;
|
|
2901
2901
|
}>>;
|
|
2902
2902
|
created: z.ZodOptional<z.ZodString>;
|
|
2903
2903
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2904
2904
|
}, {
|
|
2905
|
-
success: boolean;
|
|
2906
2905
|
error: string;
|
|
2906
|
+
success: boolean;
|
|
2907
2907
|
operation: "create_event";
|
|
2908
2908
|
event?: z.objectInputType<{
|
|
2909
2909
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2929,25 +2929,25 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2929
2929
|
}>, "many">>;
|
|
2930
2930
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2931
2931
|
}, "strip", z.ZodTypeAny, {
|
|
2932
|
+
tags?: string[] | undefined;
|
|
2933
|
+
firstName?: string | undefined;
|
|
2934
|
+
lastName?: string | undefined;
|
|
2932
2935
|
emails?: {
|
|
2933
2936
|
value: string;
|
|
2934
2937
|
}[] | undefined;
|
|
2935
2938
|
phones?: {
|
|
2936
2939
|
value: string;
|
|
2937
2940
|
}[] | undefined;
|
|
2941
|
+
}, {
|
|
2938
2942
|
tags?: string[] | undefined;
|
|
2939
2943
|
firstName?: string | undefined;
|
|
2940
2944
|
lastName?: string | undefined;
|
|
2941
|
-
}, {
|
|
2942
2945
|
emails?: {
|
|
2943
2946
|
value: string;
|
|
2944
2947
|
}[] | undefined;
|
|
2945
2948
|
phones?: {
|
|
2946
2949
|
value: string;
|
|
2947
2950
|
}[] | undefined;
|
|
2948
|
-
tags?: string[] | undefined;
|
|
2949
|
-
firstName?: string | undefined;
|
|
2950
|
-
lastName?: string | undefined;
|
|
2951
2951
|
}>>;
|
|
2952
2952
|
created: z.ZodOptional<z.ZodString>;
|
|
2953
2953
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -2991,8 +2991,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
2991
2991
|
}>>;
|
|
2992
2992
|
error: z.ZodString;
|
|
2993
2993
|
}, "strip", z.ZodTypeAny, {
|
|
2994
|
-
success: boolean;
|
|
2995
2994
|
error: string;
|
|
2995
|
+
success: boolean;
|
|
2996
2996
|
operation: "list_calls";
|
|
2997
2997
|
_metadata?: {
|
|
2998
2998
|
limit?: number | undefined;
|
|
@@ -3008,8 +3008,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3008
3008
|
created: z.ZodOptional<z.ZodString>;
|
|
3009
3009
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3010
3010
|
}, {
|
|
3011
|
-
success: boolean;
|
|
3012
3011
|
error: string;
|
|
3012
|
+
success: boolean;
|
|
3013
3013
|
operation: "list_calls";
|
|
3014
3014
|
_metadata?: {
|
|
3015
3015
|
limit?: number | undefined;
|
|
@@ -3051,8 +3051,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3051
3051
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3052
3052
|
error: z.ZodString;
|
|
3053
3053
|
}, "strip", z.ZodTypeAny, {
|
|
3054
|
-
success: boolean;
|
|
3055
3054
|
error: string;
|
|
3055
|
+
success: boolean;
|
|
3056
3056
|
operation: "create_call";
|
|
3057
3057
|
call?: z.objectOutputType<{
|
|
3058
3058
|
id: z.ZodNumber;
|
|
@@ -3063,8 +3063,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3063
3063
|
created: z.ZodOptional<z.ZodString>;
|
|
3064
3064
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3065
3065
|
}, {
|
|
3066
|
-
success: boolean;
|
|
3067
3066
|
error: string;
|
|
3067
|
+
success: boolean;
|
|
3068
3068
|
operation: "create_call";
|
|
3069
3069
|
call?: z.objectInputType<{
|
|
3070
3070
|
id: z.ZodNumber;
|
|
@@ -3117,8 +3117,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3117
3117
|
}>>;
|
|
3118
3118
|
error: z.ZodString;
|
|
3119
3119
|
}, "strip", z.ZodTypeAny, {
|
|
3120
|
-
success: boolean;
|
|
3121
3120
|
error: string;
|
|
3121
|
+
success: boolean;
|
|
3122
3122
|
operation: "list_appointments";
|
|
3123
3123
|
_metadata?: {
|
|
3124
3124
|
limit?: number | undefined;
|
|
@@ -3135,8 +3135,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3135
3135
|
created: z.ZodOptional<z.ZodString>;
|
|
3136
3136
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3137
3137
|
}, {
|
|
3138
|
-
success: boolean;
|
|
3139
3138
|
error: string;
|
|
3139
|
+
success: boolean;
|
|
3140
3140
|
operation: "list_appointments";
|
|
3141
3141
|
_metadata?: {
|
|
3142
3142
|
limit?: number | undefined;
|
|
@@ -3182,8 +3182,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3182
3182
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3183
3183
|
error: z.ZodString;
|
|
3184
3184
|
}, "strip", z.ZodTypeAny, {
|
|
3185
|
-
success: boolean;
|
|
3186
3185
|
error: string;
|
|
3186
|
+
success: boolean;
|
|
3187
3187
|
operation: "create_appointment";
|
|
3188
3188
|
appointment?: z.objectOutputType<{
|
|
3189
3189
|
id: z.ZodNumber;
|
|
@@ -3195,8 +3195,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3195
3195
|
created: z.ZodOptional<z.ZodString>;
|
|
3196
3196
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3197
3197
|
}, {
|
|
3198
|
-
success: boolean;
|
|
3199
3198
|
error: string;
|
|
3199
|
+
success: boolean;
|
|
3200
3200
|
operation: "create_appointment";
|
|
3201
3201
|
appointment?: z.objectInputType<{
|
|
3202
3202
|
id: z.ZodNumber;
|
|
@@ -3228,8 +3228,8 @@ 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
|
-
success: boolean;
|
|
3232
3231
|
error: string;
|
|
3232
|
+
success: boolean;
|
|
3233
3233
|
operation: "list_webhooks";
|
|
3234
3234
|
webhooks?: z.objectOutputType<{
|
|
3235
3235
|
id: z.ZodNumber;
|
|
@@ -3238,8 +3238,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3238
3238
|
status: z.ZodOptional<z.ZodString>;
|
|
3239
3239
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3240
3240
|
}, {
|
|
3241
|
-
success: boolean;
|
|
3242
3241
|
error: string;
|
|
3242
|
+
success: boolean;
|
|
3243
3243
|
operation: "list_webhooks";
|
|
3244
3244
|
webhooks?: z.objectInputType<{
|
|
3245
3245
|
id: z.ZodNumber;
|
|
@@ -3268,8 +3268,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3268
3268
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3269
3269
|
error: z.ZodString;
|
|
3270
3270
|
}, "strip", z.ZodTypeAny, {
|
|
3271
|
-
success: boolean;
|
|
3272
3271
|
error: string;
|
|
3272
|
+
success: boolean;
|
|
3273
3273
|
operation: "get_webhook";
|
|
3274
3274
|
webhook?: z.objectOutputType<{
|
|
3275
3275
|
id: z.ZodNumber;
|
|
@@ -3278,8 +3278,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3278
3278
|
status: z.ZodOptional<z.ZodString>;
|
|
3279
3279
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3280
3280
|
}, {
|
|
3281
|
-
success: boolean;
|
|
3282
3281
|
error: string;
|
|
3282
|
+
success: boolean;
|
|
3283
3283
|
operation: "get_webhook";
|
|
3284
3284
|
webhook?: z.objectInputType<{
|
|
3285
3285
|
id: z.ZodNumber;
|
|
@@ -3308,8 +3308,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3308
3308
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3309
3309
|
error: z.ZodString;
|
|
3310
3310
|
}, "strip", z.ZodTypeAny, {
|
|
3311
|
-
success: boolean;
|
|
3312
3311
|
error: string;
|
|
3312
|
+
success: boolean;
|
|
3313
3313
|
operation: "create_webhook";
|
|
3314
3314
|
webhook?: z.objectOutputType<{
|
|
3315
3315
|
id: z.ZodNumber;
|
|
@@ -3318,8 +3318,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3318
3318
|
status: z.ZodOptional<z.ZodString>;
|
|
3319
3319
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3320
3320
|
}, {
|
|
3321
|
-
success: boolean;
|
|
3322
3321
|
error: string;
|
|
3322
|
+
success: boolean;
|
|
3323
3323
|
operation: "create_webhook";
|
|
3324
3324
|
webhook?: z.objectInputType<{
|
|
3325
3325
|
id: z.ZodNumber;
|
|
@@ -3348,8 +3348,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3348
3348
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3349
3349
|
error: z.ZodString;
|
|
3350
3350
|
}, "strip", z.ZodTypeAny, {
|
|
3351
|
-
success: boolean;
|
|
3352
3351
|
error: string;
|
|
3352
|
+
success: boolean;
|
|
3353
3353
|
operation: "update_webhook";
|
|
3354
3354
|
webhook?: z.objectOutputType<{
|
|
3355
3355
|
id: z.ZodNumber;
|
|
@@ -3358,8 +3358,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
3358
3358
|
status: z.ZodOptional<z.ZodString>;
|
|
3359
3359
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3360
3360
|
}, {
|
|
3361
|
-
success: boolean;
|
|
3362
3361
|
error: string;
|
|
3362
|
+
success: boolean;
|
|
3363
3363
|
operation: "update_webhook";
|
|
3364
3364
|
webhook?: z.objectInputType<{
|
|
3365
3365
|
id: z.ZodNumber;
|
|
@@ -3373,13 +3373,13 @@ 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
|
-
success: boolean;
|
|
3377
3376
|
error: string;
|
|
3377
|
+
success: boolean;
|
|
3378
3378
|
operation: "delete_webhook";
|
|
3379
3379
|
deleted_id?: number | undefined;
|
|
3380
3380
|
}, {
|
|
3381
|
-
success: boolean;
|
|
3382
3381
|
error: string;
|
|
3382
|
+
success: boolean;
|
|
3383
3383
|
operation: "delete_webhook";
|
|
3384
3384
|
deleted_id?: number | undefined;
|
|
3385
3385
|
}>]>;
|
|
@@ -3405,8 +3405,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3405
3405
|
includeTrash: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3406
3406
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3407
3407
|
}, "strip", z.ZodTypeAny, {
|
|
3408
|
-
limit: number;
|
|
3409
3408
|
operation: "list_people";
|
|
3409
|
+
limit: number;
|
|
3410
3410
|
offset: number;
|
|
3411
3411
|
includeTrash: boolean;
|
|
3412
3412
|
sort?: string | undefined;
|
|
@@ -3415,9 +3415,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3415
3415
|
}, {
|
|
3416
3416
|
operation: "list_people";
|
|
3417
3417
|
sort?: string | undefined;
|
|
3418
|
-
limit?: number | undefined;
|
|
3419
3418
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3420
3419
|
fields?: string | undefined;
|
|
3420
|
+
limit?: number | undefined;
|
|
3421
3421
|
offset?: number | undefined;
|
|
3422
3422
|
includeTrash?: boolean | undefined;
|
|
3423
3423
|
}>, z.ZodObject<{
|
|
@@ -3473,6 +3473,10 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3473
3473
|
}, "strip", z.ZodTypeAny, {
|
|
3474
3474
|
operation: "create_person";
|
|
3475
3475
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3476
|
+
tags?: string[] | undefined;
|
|
3477
|
+
source?: string | undefined;
|
|
3478
|
+
firstName?: string | undefined;
|
|
3479
|
+
lastName?: string | undefined;
|
|
3476
3480
|
emails?: {
|
|
3477
3481
|
value: string;
|
|
3478
3482
|
type?: string | undefined;
|
|
@@ -3483,15 +3487,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3483
3487
|
type?: string | undefined;
|
|
3484
3488
|
isPrimary?: boolean | undefined;
|
|
3485
3489
|
}[] | undefined;
|
|
3486
|
-
tags?: string[] | undefined;
|
|
3487
|
-
source?: string | undefined;
|
|
3488
|
-
firstName?: string | undefined;
|
|
3489
|
-
lastName?: string | undefined;
|
|
3490
3490
|
stage?: string | undefined;
|
|
3491
3491
|
assignedTo?: number | undefined;
|
|
3492
3492
|
}, {
|
|
3493
3493
|
operation: "create_person";
|
|
3494
3494
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3495
|
+
tags?: string[] | undefined;
|
|
3496
|
+
source?: string | undefined;
|
|
3497
|
+
firstName?: string | undefined;
|
|
3498
|
+
lastName?: string | undefined;
|
|
3495
3499
|
emails?: {
|
|
3496
3500
|
value: string;
|
|
3497
3501
|
type?: string | undefined;
|
|
@@ -3502,10 +3506,6 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3502
3506
|
type?: string | undefined;
|
|
3503
3507
|
isPrimary?: boolean | undefined;
|
|
3504
3508
|
}[] | undefined;
|
|
3505
|
-
tags?: string[] | undefined;
|
|
3506
|
-
source?: string | undefined;
|
|
3507
|
-
firstName?: string | undefined;
|
|
3508
|
-
lastName?: string | undefined;
|
|
3509
3509
|
stage?: string | undefined;
|
|
3510
3510
|
assignedTo?: number | undefined;
|
|
3511
3511
|
}>, z.ZodObject<{
|
|
@@ -3548,6 +3548,10 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3548
3548
|
operation: "update_person";
|
|
3549
3549
|
person_id: number;
|
|
3550
3550
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3551
|
+
tags?: string[] | undefined;
|
|
3552
|
+
source?: string | undefined;
|
|
3553
|
+
firstName?: string | undefined;
|
|
3554
|
+
lastName?: string | undefined;
|
|
3551
3555
|
emails?: {
|
|
3552
3556
|
value: string;
|
|
3553
3557
|
type?: string | undefined;
|
|
@@ -3558,16 +3562,16 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3558
3562
|
type?: string | undefined;
|
|
3559
3563
|
isPrimary?: boolean | undefined;
|
|
3560
3564
|
}[] | undefined;
|
|
3561
|
-
tags?: string[] | undefined;
|
|
3562
|
-
source?: string | undefined;
|
|
3563
|
-
firstName?: string | undefined;
|
|
3564
|
-
lastName?: string | undefined;
|
|
3565
3565
|
stage?: string | undefined;
|
|
3566
3566
|
assignedTo?: number | undefined;
|
|
3567
3567
|
}, {
|
|
3568
3568
|
operation: "update_person";
|
|
3569
3569
|
person_id: number;
|
|
3570
3570
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3571
|
+
tags?: string[] | undefined;
|
|
3572
|
+
source?: string | undefined;
|
|
3573
|
+
firstName?: string | undefined;
|
|
3574
|
+
lastName?: string | undefined;
|
|
3571
3575
|
emails?: {
|
|
3572
3576
|
value: string;
|
|
3573
3577
|
type?: string | undefined;
|
|
@@ -3578,10 +3582,6 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3578
3582
|
type?: string | undefined;
|
|
3579
3583
|
isPrimary?: boolean | undefined;
|
|
3580
3584
|
}[] | undefined;
|
|
3581
|
-
tags?: string[] | undefined;
|
|
3582
|
-
source?: string | undefined;
|
|
3583
|
-
firstName?: string | undefined;
|
|
3584
|
-
lastName?: string | undefined;
|
|
3585
3585
|
stage?: string | undefined;
|
|
3586
3586
|
assignedTo?: number | undefined;
|
|
3587
3587
|
}>, z.ZodObject<{
|
|
@@ -3603,15 +3603,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3603
3603
|
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3604
3604
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3605
3605
|
}, "strip", z.ZodTypeAny, {
|
|
3606
|
-
limit: number;
|
|
3607
3606
|
operation: "list_tasks";
|
|
3607
|
+
limit: number;
|
|
3608
3608
|
offset: number;
|
|
3609
3609
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3610
3610
|
personId?: number | undefined;
|
|
3611
3611
|
}, {
|
|
3612
3612
|
operation: "list_tasks";
|
|
3613
|
-
limit?: number | undefined;
|
|
3614
3613
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3614
|
+
limit?: number | undefined;
|
|
3615
3615
|
offset?: number | undefined;
|
|
3616
3616
|
personId?: number | undefined;
|
|
3617
3617
|
}>, z.ZodObject<{
|
|
@@ -3696,15 +3696,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3696
3696
|
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3697
3697
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3698
3698
|
}, "strip", z.ZodTypeAny, {
|
|
3699
|
-
limit: number;
|
|
3700
3699
|
operation: "list_notes";
|
|
3700
|
+
limit: number;
|
|
3701
3701
|
offset: number;
|
|
3702
3702
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3703
3703
|
personId?: number | undefined;
|
|
3704
3704
|
}, {
|
|
3705
3705
|
operation: "list_notes";
|
|
3706
|
-
limit?: number | undefined;
|
|
3707
3706
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3707
|
+
limit?: number | undefined;
|
|
3708
3708
|
offset?: number | undefined;
|
|
3709
3709
|
personId?: number | undefined;
|
|
3710
3710
|
}>, z.ZodObject<{
|
|
@@ -3762,15 +3762,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3762
3762
|
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3763
3763
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3764
3764
|
}, "strip", z.ZodTypeAny, {
|
|
3765
|
-
limit: number;
|
|
3766
3765
|
operation: "list_deals";
|
|
3766
|
+
limit: number;
|
|
3767
3767
|
offset: number;
|
|
3768
3768
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3769
3769
|
personId?: number | undefined;
|
|
3770
3770
|
}, {
|
|
3771
3771
|
operation: "list_deals";
|
|
3772
|
-
limit?: number | undefined;
|
|
3773
3772
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3773
|
+
limit?: number | undefined;
|
|
3774
3774
|
offset?: number | undefined;
|
|
3775
3775
|
personId?: number | undefined;
|
|
3776
3776
|
}>, z.ZodObject<{
|
|
@@ -3840,15 +3840,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3840
3840
|
personId: z.ZodOptional<z.ZodNumber>;
|
|
3841
3841
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3842
3842
|
}, "strip", z.ZodTypeAny, {
|
|
3843
|
-
limit: number;
|
|
3844
3843
|
operation: "list_events";
|
|
3844
|
+
limit: number;
|
|
3845
3845
|
offset: number;
|
|
3846
3846
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3847
3847
|
personId?: number | undefined;
|
|
3848
3848
|
}, {
|
|
3849
3849
|
operation: "list_events";
|
|
3850
|
-
limit?: number | undefined;
|
|
3851
3850
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3851
|
+
limit?: number | undefined;
|
|
3852
3852
|
offset?: number | undefined;
|
|
3853
3853
|
personId?: number | undefined;
|
|
3854
3854
|
}>, z.ZodObject<{
|
|
@@ -3887,40 +3887,40 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3887
3887
|
}>, "many">>;
|
|
3888
3888
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3889
3889
|
}, "strip", z.ZodTypeAny, {
|
|
3890
|
+
tags?: string[] | undefined;
|
|
3891
|
+
firstName?: string | undefined;
|
|
3892
|
+
lastName?: string | undefined;
|
|
3890
3893
|
emails?: {
|
|
3891
3894
|
value: string;
|
|
3892
3895
|
}[] | undefined;
|
|
3893
3896
|
phones?: {
|
|
3894
3897
|
value: string;
|
|
3895
3898
|
}[] | undefined;
|
|
3899
|
+
}, {
|
|
3896
3900
|
tags?: string[] | undefined;
|
|
3897
3901
|
firstName?: string | undefined;
|
|
3898
3902
|
lastName?: string | undefined;
|
|
3899
|
-
}, {
|
|
3900
3903
|
emails?: {
|
|
3901
3904
|
value: string;
|
|
3902
3905
|
}[] | undefined;
|
|
3903
3906
|
phones?: {
|
|
3904
3907
|
value: string;
|
|
3905
3908
|
}[] | undefined;
|
|
3906
|
-
tags?: string[] | undefined;
|
|
3907
|
-
firstName?: string | undefined;
|
|
3908
|
-
lastName?: string | undefined;
|
|
3909
3909
|
}>;
|
|
3910
3910
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3911
3911
|
}, "strip", z.ZodTypeAny, {
|
|
3912
3912
|
type: string;
|
|
3913
3913
|
operation: "create_event";
|
|
3914
3914
|
person: {
|
|
3915
|
+
tags?: string[] | undefined;
|
|
3916
|
+
firstName?: string | undefined;
|
|
3917
|
+
lastName?: string | undefined;
|
|
3915
3918
|
emails?: {
|
|
3916
3919
|
value: string;
|
|
3917
3920
|
}[] | undefined;
|
|
3918
3921
|
phones?: {
|
|
3919
3922
|
value: string;
|
|
3920
3923
|
}[] | undefined;
|
|
3921
|
-
tags?: string[] | undefined;
|
|
3922
|
-
firstName?: string | undefined;
|
|
3923
|
-
lastName?: string | undefined;
|
|
3924
3924
|
};
|
|
3925
3925
|
message?: string | undefined;
|
|
3926
3926
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3929,15 +3929,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3929
3929
|
type: string;
|
|
3930
3930
|
operation: "create_event";
|
|
3931
3931
|
person: {
|
|
3932
|
+
tags?: string[] | undefined;
|
|
3933
|
+
firstName?: string | undefined;
|
|
3934
|
+
lastName?: string | undefined;
|
|
3932
3935
|
emails?: {
|
|
3933
3936
|
value: string;
|
|
3934
3937
|
}[] | undefined;
|
|
3935
3938
|
phones?: {
|
|
3936
3939
|
value: string;
|
|
3937
3940
|
}[] | undefined;
|
|
3938
|
-
tags?: string[] | undefined;
|
|
3939
|
-
firstName?: string | undefined;
|
|
3940
|
-
lastName?: string | undefined;
|
|
3941
3941
|
};
|
|
3942
3942
|
message?: string | undefined;
|
|
3943
3943
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3949,15 +3949,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3949
3949
|
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3950
3950
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3951
3951
|
}, "strip", z.ZodTypeAny, {
|
|
3952
|
-
limit: number;
|
|
3953
3952
|
operation: "list_calls";
|
|
3953
|
+
limit: number;
|
|
3954
3954
|
offset: number;
|
|
3955
3955
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3956
3956
|
personId?: number | undefined;
|
|
3957
3957
|
}, {
|
|
3958
3958
|
operation: "list_calls";
|
|
3959
|
-
limit?: number | undefined;
|
|
3960
3959
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3960
|
+
limit?: number | undefined;
|
|
3961
3961
|
offset?: number | undefined;
|
|
3962
3962
|
personId?: number | undefined;
|
|
3963
3963
|
}>, z.ZodObject<{
|
|
@@ -3988,15 +3988,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3988
3988
|
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3989
3989
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3990
3990
|
}, "strip", z.ZodTypeAny, {
|
|
3991
|
-
limit: number;
|
|
3992
3991
|
operation: "list_appointments";
|
|
3992
|
+
limit: number;
|
|
3993
3993
|
offset: number;
|
|
3994
3994
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3995
3995
|
personId?: number | undefined;
|
|
3996
3996
|
}, {
|
|
3997
3997
|
operation: "list_appointments";
|
|
3998
|
-
limit?: number | undefined;
|
|
3999
3998
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3999
|
+
limit?: number | undefined;
|
|
4000
4000
|
offset?: number | undefined;
|
|
4001
4001
|
personId?: number | undefined;
|
|
4002
4002
|
}>, z.ZodObject<{
|
|
@@ -4011,16 +4011,16 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4011
4011
|
title: string;
|
|
4012
4012
|
operation: "create_appointment";
|
|
4013
4013
|
startTime: string;
|
|
4014
|
-
location?: string | undefined;
|
|
4015
4014
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4015
|
+
location?: string | undefined;
|
|
4016
4016
|
personId?: number | undefined;
|
|
4017
4017
|
endTime?: string | undefined;
|
|
4018
4018
|
}, {
|
|
4019
4019
|
title: string;
|
|
4020
4020
|
operation: "create_appointment";
|
|
4021
4021
|
startTime: string;
|
|
4022
|
-
location?: string | undefined;
|
|
4023
4022
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4023
|
+
location?: string | undefined;
|
|
4024
4024
|
personId?: number | undefined;
|
|
4025
4025
|
endTime?: string | undefined;
|
|
4026
4026
|
}>, z.ZodObject<{
|
|
@@ -4217,8 +4217,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4217
4217
|
}>>;
|
|
4218
4218
|
error: z.ZodString;
|
|
4219
4219
|
}, "strip", z.ZodTypeAny, {
|
|
4220
|
-
success: boolean;
|
|
4221
4220
|
error: string;
|
|
4221
|
+
success: boolean;
|
|
4222
4222
|
operation: "list_people";
|
|
4223
4223
|
people?: z.objectOutputType<{
|
|
4224
4224
|
id: z.ZodNumber;
|
|
@@ -4263,8 +4263,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4263
4263
|
total?: number | undefined;
|
|
4264
4264
|
} | undefined;
|
|
4265
4265
|
}, {
|
|
4266
|
-
success: boolean;
|
|
4267
4266
|
error: string;
|
|
4267
|
+
success: boolean;
|
|
4268
4268
|
operation: "list_people";
|
|
4269
4269
|
people?: z.objectInputType<{
|
|
4270
4270
|
id: z.ZodNumber;
|
|
@@ -4422,8 +4422,8 @@ 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
|
-
success: boolean;
|
|
4426
4425
|
error: string;
|
|
4426
|
+
success: boolean;
|
|
4427
4427
|
operation: "get_person";
|
|
4428
4428
|
person?: z.objectOutputType<{
|
|
4429
4429
|
id: z.ZodNumber;
|
|
@@ -4463,8 +4463,8 @@ 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
|
-
success: boolean;
|
|
4467
4466
|
error: string;
|
|
4467
|
+
success: boolean;
|
|
4468
4468
|
operation: "get_person";
|
|
4469
4469
|
person?: z.objectInputType<{
|
|
4470
4470
|
id: z.ZodNumber;
|
|
@@ -4617,8 +4617,8 @@ 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
|
-
success: boolean;
|
|
4621
4620
|
error: string;
|
|
4621
|
+
success: boolean;
|
|
4622
4622
|
operation: "create_person";
|
|
4623
4623
|
person?: z.objectOutputType<{
|
|
4624
4624
|
id: z.ZodNumber;
|
|
@@ -4658,8 +4658,8 @@ 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
|
-
success: boolean;
|
|
4662
4661
|
error: string;
|
|
4662
|
+
success: boolean;
|
|
4663
4663
|
operation: "create_person";
|
|
4664
4664
|
person?: z.objectInputType<{
|
|
4665
4665
|
id: z.ZodNumber;
|
|
@@ -4812,8 +4812,8 @@ 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
|
-
success: boolean;
|
|
4816
4815
|
error: string;
|
|
4816
|
+
success: boolean;
|
|
4817
4817
|
operation: "update_person";
|
|
4818
4818
|
person?: z.objectOutputType<{
|
|
4819
4819
|
id: z.ZodNumber;
|
|
@@ -4853,8 +4853,8 @@ 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
|
-
success: boolean;
|
|
4857
4856
|
error: string;
|
|
4857
|
+
success: boolean;
|
|
4858
4858
|
operation: "update_person";
|
|
4859
4859
|
person?: z.objectInputType<{
|
|
4860
4860
|
id: z.ZodNumber;
|
|
@@ -4899,13 +4899,13 @@ 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
|
-
success: boolean;
|
|
4903
4902
|
error: string;
|
|
4903
|
+
success: boolean;
|
|
4904
4904
|
operation: "delete_person";
|
|
4905
4905
|
deleted_id?: number | undefined;
|
|
4906
4906
|
}, {
|
|
4907
|
-
success: boolean;
|
|
4908
4907
|
error: string;
|
|
4908
|
+
success: boolean;
|
|
4909
4909
|
operation: "delete_person";
|
|
4910
4910
|
deleted_id?: number | undefined;
|
|
4911
4911
|
}>, z.ZodObject<{
|
|
@@ -4954,8 +4954,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4954
4954
|
}>>;
|
|
4955
4955
|
error: z.ZodString;
|
|
4956
4956
|
}, "strip", z.ZodTypeAny, {
|
|
4957
|
-
success: boolean;
|
|
4958
4957
|
error: string;
|
|
4958
|
+
success: boolean;
|
|
4959
4959
|
operation: "list_tasks";
|
|
4960
4960
|
tasks?: z.objectOutputType<{
|
|
4961
4961
|
id: z.ZodNumber;
|
|
@@ -4973,8 +4973,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
4973
4973
|
total?: number | undefined;
|
|
4974
4974
|
} | undefined;
|
|
4975
4975
|
}, {
|
|
4976
|
-
success: boolean;
|
|
4977
4976
|
error: string;
|
|
4977
|
+
success: boolean;
|
|
4978
4978
|
operation: "list_tasks";
|
|
4979
4979
|
tasks?: z.objectInputType<{
|
|
4980
4980
|
id: z.ZodNumber;
|
|
@@ -5024,8 +5024,8 @@ 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
|
-
success: boolean;
|
|
5028
5027
|
error: string;
|
|
5028
|
+
success: boolean;
|
|
5029
5029
|
operation: "get_task";
|
|
5030
5030
|
task?: z.objectOutputType<{
|
|
5031
5031
|
id: z.ZodNumber;
|
|
@@ -5038,8 +5038,8 @@ 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
|
-
success: boolean;
|
|
5042
5041
|
error: string;
|
|
5042
|
+
success: boolean;
|
|
5043
5043
|
operation: "get_task";
|
|
5044
5044
|
task?: z.objectInputType<{
|
|
5045
5045
|
id: z.ZodNumber;
|
|
@@ -5084,8 +5084,8 @@ 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
|
-
success: boolean;
|
|
5088
5087
|
error: string;
|
|
5088
|
+
success: boolean;
|
|
5089
5089
|
operation: "create_task";
|
|
5090
5090
|
task?: z.objectOutputType<{
|
|
5091
5091
|
id: z.ZodNumber;
|
|
@@ -5098,8 +5098,8 @@ 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
|
-
success: boolean;
|
|
5102
5101
|
error: string;
|
|
5102
|
+
success: boolean;
|
|
5103
5103
|
operation: "create_task";
|
|
5104
5104
|
task?: z.objectInputType<{
|
|
5105
5105
|
id: z.ZodNumber;
|
|
@@ -5144,8 +5144,8 @@ 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
|
-
success: boolean;
|
|
5148
5147
|
error: string;
|
|
5148
|
+
success: boolean;
|
|
5149
5149
|
operation: "update_task";
|
|
5150
5150
|
task?: z.objectOutputType<{
|
|
5151
5151
|
id: z.ZodNumber;
|
|
@@ -5158,8 +5158,8 @@ 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
|
-
success: boolean;
|
|
5162
5161
|
error: string;
|
|
5162
|
+
success: boolean;
|
|
5163
5163
|
operation: "update_task";
|
|
5164
5164
|
task?: z.objectInputType<{
|
|
5165
5165
|
id: z.ZodNumber;
|
|
@@ -5177,13 +5177,13 @@ 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
|
-
success: boolean;
|
|
5181
5180
|
error: string;
|
|
5181
|
+
success: boolean;
|
|
5182
5182
|
operation: "delete_task";
|
|
5183
5183
|
deleted_id?: number | undefined;
|
|
5184
5184
|
}, {
|
|
5185
|
-
success: boolean;
|
|
5186
5185
|
error: string;
|
|
5186
|
+
success: boolean;
|
|
5187
5187
|
operation: "delete_task";
|
|
5188
5188
|
deleted_id?: number | undefined;
|
|
5189
5189
|
}>, z.ZodObject<{
|
|
@@ -5223,8 +5223,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5223
5223
|
}>>;
|
|
5224
5224
|
error: z.ZodString;
|
|
5225
5225
|
}, "strip", z.ZodTypeAny, {
|
|
5226
|
-
success: boolean;
|
|
5227
5226
|
error: string;
|
|
5227
|
+
success: boolean;
|
|
5228
5228
|
operation: "list_notes";
|
|
5229
5229
|
_metadata?: {
|
|
5230
5230
|
limit?: number | undefined;
|
|
@@ -5239,8 +5239,8 @@ 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
|
-
success: boolean;
|
|
5243
5242
|
error: string;
|
|
5243
|
+
success: boolean;
|
|
5244
5244
|
operation: "list_notes";
|
|
5245
5245
|
_metadata?: {
|
|
5246
5246
|
limit?: number | undefined;
|
|
@@ -5278,8 +5278,8 @@ 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
|
-
success: boolean;
|
|
5282
5281
|
error: string;
|
|
5282
|
+
success: boolean;
|
|
5283
5283
|
operation: "create_note";
|
|
5284
5284
|
note?: z.objectOutputType<{
|
|
5285
5285
|
id: z.ZodNumber;
|
|
@@ -5289,8 +5289,8 @@ 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
|
-
success: boolean;
|
|
5293
5292
|
error: string;
|
|
5293
|
+
success: boolean;
|
|
5294
5294
|
operation: "create_note";
|
|
5295
5295
|
note?: z.objectInputType<{
|
|
5296
5296
|
id: z.ZodNumber;
|
|
@@ -5323,8 +5323,8 @@ 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
|
-
success: boolean;
|
|
5327
5326
|
error: string;
|
|
5327
|
+
success: boolean;
|
|
5328
5328
|
operation: "update_note";
|
|
5329
5329
|
note?: z.objectOutputType<{
|
|
5330
5330
|
id: z.ZodNumber;
|
|
@@ -5334,8 +5334,8 @@ 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
|
-
success: boolean;
|
|
5338
5337
|
error: string;
|
|
5338
|
+
success: boolean;
|
|
5339
5339
|
operation: "update_note";
|
|
5340
5340
|
note?: z.objectInputType<{
|
|
5341
5341
|
id: z.ZodNumber;
|
|
@@ -5350,13 +5350,13 @@ 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
|
-
success: boolean;
|
|
5354
5353
|
error: string;
|
|
5354
|
+
success: boolean;
|
|
5355
5355
|
operation: "delete_note";
|
|
5356
5356
|
deleted_id?: number | undefined;
|
|
5357
5357
|
}, {
|
|
5358
|
-
success: boolean;
|
|
5359
5358
|
error: string;
|
|
5359
|
+
success: boolean;
|
|
5360
5360
|
operation: "delete_note";
|
|
5361
5361
|
deleted_id?: number | undefined;
|
|
5362
5362
|
}>, z.ZodObject<{
|
|
@@ -5402,8 +5402,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5402
5402
|
}>>;
|
|
5403
5403
|
error: z.ZodString;
|
|
5404
5404
|
}, "strip", z.ZodTypeAny, {
|
|
5405
|
-
success: boolean;
|
|
5406
5405
|
error: string;
|
|
5406
|
+
success: boolean;
|
|
5407
5407
|
operation: "list_deals";
|
|
5408
5408
|
_metadata?: {
|
|
5409
5409
|
limit?: number | undefined;
|
|
@@ -5420,8 +5420,8 @@ 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
|
-
success: boolean;
|
|
5424
5423
|
error: string;
|
|
5424
|
+
success: boolean;
|
|
5425
5425
|
operation: "list_deals";
|
|
5426
5426
|
_metadata?: {
|
|
5427
5427
|
limit?: number | undefined;
|
|
@@ -5467,8 +5467,8 @@ 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
|
-
success: boolean;
|
|
5471
5470
|
error: string;
|
|
5471
|
+
success: boolean;
|
|
5472
5472
|
operation: "get_deal";
|
|
5473
5473
|
deal?: z.objectOutputType<{
|
|
5474
5474
|
id: z.ZodNumber;
|
|
@@ -5480,8 +5480,8 @@ 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
|
-
success: boolean;
|
|
5484
5483
|
error: string;
|
|
5484
|
+
success: boolean;
|
|
5485
5485
|
operation: "get_deal";
|
|
5486
5486
|
deal?: z.objectInputType<{
|
|
5487
5487
|
id: z.ZodNumber;
|
|
@@ -5522,8 +5522,8 @@ 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
|
-
success: boolean;
|
|
5526
5525
|
error: string;
|
|
5526
|
+
success: boolean;
|
|
5527
5527
|
operation: "create_deal";
|
|
5528
5528
|
deal?: z.objectOutputType<{
|
|
5529
5529
|
id: z.ZodNumber;
|
|
@@ -5535,8 +5535,8 @@ 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
|
-
success: boolean;
|
|
5539
5538
|
error: string;
|
|
5539
|
+
success: boolean;
|
|
5540
5540
|
operation: "create_deal";
|
|
5541
5541
|
deal?: z.objectInputType<{
|
|
5542
5542
|
id: z.ZodNumber;
|
|
@@ -5577,8 +5577,8 @@ 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
|
-
success: boolean;
|
|
5581
5580
|
error: string;
|
|
5581
|
+
success: boolean;
|
|
5582
5582
|
operation: "update_deal";
|
|
5583
5583
|
deal?: z.objectOutputType<{
|
|
5584
5584
|
id: z.ZodNumber;
|
|
@@ -5590,8 +5590,8 @@ 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
|
-
success: boolean;
|
|
5594
5593
|
error: string;
|
|
5594
|
+
success: boolean;
|
|
5595
5595
|
operation: "update_deal";
|
|
5596
5596
|
deal?: z.objectInputType<{
|
|
5597
5597
|
id: z.ZodNumber;
|
|
@@ -5629,25 +5629,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5629
5629
|
}>, "many">>;
|
|
5630
5630
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5631
5631
|
}, "strip", z.ZodTypeAny, {
|
|
5632
|
+
tags?: string[] | undefined;
|
|
5633
|
+
firstName?: string | undefined;
|
|
5634
|
+
lastName?: string | undefined;
|
|
5632
5635
|
emails?: {
|
|
5633
5636
|
value: string;
|
|
5634
5637
|
}[] | undefined;
|
|
5635
5638
|
phones?: {
|
|
5636
5639
|
value: string;
|
|
5637
5640
|
}[] | undefined;
|
|
5641
|
+
}, {
|
|
5638
5642
|
tags?: string[] | undefined;
|
|
5639
5643
|
firstName?: string | undefined;
|
|
5640
5644
|
lastName?: string | undefined;
|
|
5641
|
-
}, {
|
|
5642
5645
|
emails?: {
|
|
5643
5646
|
value: string;
|
|
5644
5647
|
}[] | undefined;
|
|
5645
5648
|
phones?: {
|
|
5646
5649
|
value: string;
|
|
5647
5650
|
}[] | undefined;
|
|
5648
|
-
tags?: string[] | undefined;
|
|
5649
|
-
firstName?: string | undefined;
|
|
5650
|
-
lastName?: string | undefined;
|
|
5651
5651
|
}>>;
|
|
5652
5652
|
created: z.ZodOptional<z.ZodString>;
|
|
5653
5653
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -5674,25 +5674,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5674
5674
|
}>, "many">>;
|
|
5675
5675
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5676
5676
|
}, "strip", z.ZodTypeAny, {
|
|
5677
|
+
tags?: string[] | undefined;
|
|
5678
|
+
firstName?: string | undefined;
|
|
5679
|
+
lastName?: string | undefined;
|
|
5677
5680
|
emails?: {
|
|
5678
5681
|
value: string;
|
|
5679
5682
|
}[] | undefined;
|
|
5680
5683
|
phones?: {
|
|
5681
5684
|
value: string;
|
|
5682
5685
|
}[] | undefined;
|
|
5686
|
+
}, {
|
|
5683
5687
|
tags?: string[] | undefined;
|
|
5684
5688
|
firstName?: string | undefined;
|
|
5685
5689
|
lastName?: string | undefined;
|
|
5686
|
-
}, {
|
|
5687
5690
|
emails?: {
|
|
5688
5691
|
value: string;
|
|
5689
5692
|
}[] | undefined;
|
|
5690
5693
|
phones?: {
|
|
5691
5694
|
value: string;
|
|
5692
5695
|
}[] | undefined;
|
|
5693
|
-
tags?: string[] | undefined;
|
|
5694
|
-
firstName?: string | undefined;
|
|
5695
|
-
lastName?: string | undefined;
|
|
5696
5696
|
}>>;
|
|
5697
5697
|
created: z.ZodOptional<z.ZodString>;
|
|
5698
5698
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -5719,25 +5719,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5719
5719
|
}>, "many">>;
|
|
5720
5720
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5721
5721
|
}, "strip", z.ZodTypeAny, {
|
|
5722
|
+
tags?: string[] | undefined;
|
|
5723
|
+
firstName?: string | undefined;
|
|
5724
|
+
lastName?: string | undefined;
|
|
5722
5725
|
emails?: {
|
|
5723
5726
|
value: string;
|
|
5724
5727
|
}[] | undefined;
|
|
5725
5728
|
phones?: {
|
|
5726
5729
|
value: string;
|
|
5727
5730
|
}[] | undefined;
|
|
5731
|
+
}, {
|
|
5728
5732
|
tags?: string[] | undefined;
|
|
5729
5733
|
firstName?: string | undefined;
|
|
5730
5734
|
lastName?: string | undefined;
|
|
5731
|
-
}, {
|
|
5732
5735
|
emails?: {
|
|
5733
5736
|
value: string;
|
|
5734
5737
|
}[] | undefined;
|
|
5735
5738
|
phones?: {
|
|
5736
5739
|
value: string;
|
|
5737
5740
|
}[] | undefined;
|
|
5738
|
-
tags?: string[] | undefined;
|
|
5739
|
-
firstName?: string | undefined;
|
|
5740
|
-
lastName?: string | undefined;
|
|
5741
5741
|
}>>;
|
|
5742
5742
|
created: z.ZodOptional<z.ZodString>;
|
|
5743
5743
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
@@ -5756,8 +5756,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5756
5756
|
}>>;
|
|
5757
5757
|
error: z.ZodString;
|
|
5758
5758
|
}, "strip", z.ZodTypeAny, {
|
|
5759
|
-
success: boolean;
|
|
5760
5759
|
error: string;
|
|
5760
|
+
success: boolean;
|
|
5761
5761
|
operation: "list_events";
|
|
5762
5762
|
events?: z.objectOutputType<{
|
|
5763
5763
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5783,25 +5783,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5783
5783
|
}>, "many">>;
|
|
5784
5784
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5785
5785
|
}, "strip", z.ZodTypeAny, {
|
|
5786
|
+
tags?: string[] | undefined;
|
|
5787
|
+
firstName?: string | undefined;
|
|
5788
|
+
lastName?: string | undefined;
|
|
5786
5789
|
emails?: {
|
|
5787
5790
|
value: string;
|
|
5788
5791
|
}[] | undefined;
|
|
5789
5792
|
phones?: {
|
|
5790
5793
|
value: string;
|
|
5791
5794
|
}[] | undefined;
|
|
5795
|
+
}, {
|
|
5792
5796
|
tags?: string[] | undefined;
|
|
5793
5797
|
firstName?: string | undefined;
|
|
5794
5798
|
lastName?: string | undefined;
|
|
5795
|
-
}, {
|
|
5796
5799
|
emails?: {
|
|
5797
5800
|
value: string;
|
|
5798
5801
|
}[] | undefined;
|
|
5799
5802
|
phones?: {
|
|
5800
5803
|
value: string;
|
|
5801
5804
|
}[] | undefined;
|
|
5802
|
-
tags?: string[] | undefined;
|
|
5803
|
-
firstName?: string | undefined;
|
|
5804
|
-
lastName?: string | undefined;
|
|
5805
5805
|
}>>;
|
|
5806
5806
|
created: z.ZodOptional<z.ZodString>;
|
|
5807
5807
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
@@ -5811,8 +5811,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5811
5811
|
total?: number | undefined;
|
|
5812
5812
|
} | undefined;
|
|
5813
5813
|
}, {
|
|
5814
|
-
success: boolean;
|
|
5815
5814
|
error: string;
|
|
5815
|
+
success: boolean;
|
|
5816
5816
|
operation: "list_events";
|
|
5817
5817
|
events?: z.objectInputType<{
|
|
5818
5818
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5838,25 +5838,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5838
5838
|
}>, "many">>;
|
|
5839
5839
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5840
5840
|
}, "strip", z.ZodTypeAny, {
|
|
5841
|
+
tags?: string[] | undefined;
|
|
5842
|
+
firstName?: string | undefined;
|
|
5843
|
+
lastName?: string | undefined;
|
|
5841
5844
|
emails?: {
|
|
5842
5845
|
value: string;
|
|
5843
5846
|
}[] | undefined;
|
|
5844
5847
|
phones?: {
|
|
5845
5848
|
value: string;
|
|
5846
5849
|
}[] | undefined;
|
|
5850
|
+
}, {
|
|
5847
5851
|
tags?: string[] | undefined;
|
|
5848
5852
|
firstName?: string | undefined;
|
|
5849
5853
|
lastName?: string | undefined;
|
|
5850
|
-
}, {
|
|
5851
5854
|
emails?: {
|
|
5852
5855
|
value: string;
|
|
5853
5856
|
}[] | undefined;
|
|
5854
5857
|
phones?: {
|
|
5855
5858
|
value: string;
|
|
5856
5859
|
}[] | undefined;
|
|
5857
|
-
tags?: string[] | undefined;
|
|
5858
|
-
firstName?: string | undefined;
|
|
5859
|
-
lastName?: string | undefined;
|
|
5860
5860
|
}>>;
|
|
5861
5861
|
created: z.ZodOptional<z.ZodString>;
|
|
5862
5862
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
@@ -5892,25 +5892,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5892
5892
|
}>, "many">>;
|
|
5893
5893
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5894
5894
|
}, "strip", z.ZodTypeAny, {
|
|
5895
|
+
tags?: string[] | undefined;
|
|
5896
|
+
firstName?: string | undefined;
|
|
5897
|
+
lastName?: string | undefined;
|
|
5895
5898
|
emails?: {
|
|
5896
5899
|
value: string;
|
|
5897
5900
|
}[] | undefined;
|
|
5898
5901
|
phones?: {
|
|
5899
5902
|
value: string;
|
|
5900
5903
|
}[] | undefined;
|
|
5904
|
+
}, {
|
|
5901
5905
|
tags?: string[] | undefined;
|
|
5902
5906
|
firstName?: string | undefined;
|
|
5903
5907
|
lastName?: string | undefined;
|
|
5904
|
-
}, {
|
|
5905
5908
|
emails?: {
|
|
5906
5909
|
value: string;
|
|
5907
5910
|
}[] | undefined;
|
|
5908
5911
|
phones?: {
|
|
5909
5912
|
value: string;
|
|
5910
5913
|
}[] | undefined;
|
|
5911
|
-
tags?: string[] | undefined;
|
|
5912
|
-
firstName?: string | undefined;
|
|
5913
|
-
lastName?: string | undefined;
|
|
5914
5914
|
}>>;
|
|
5915
5915
|
created: z.ZodOptional<z.ZodString>;
|
|
5916
5916
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -5937,25 +5937,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5937
5937
|
}>, "many">>;
|
|
5938
5938
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5939
5939
|
}, "strip", z.ZodTypeAny, {
|
|
5940
|
+
tags?: string[] | undefined;
|
|
5941
|
+
firstName?: string | undefined;
|
|
5942
|
+
lastName?: string | undefined;
|
|
5940
5943
|
emails?: {
|
|
5941
5944
|
value: string;
|
|
5942
5945
|
}[] | undefined;
|
|
5943
5946
|
phones?: {
|
|
5944
5947
|
value: string;
|
|
5945
5948
|
}[] | undefined;
|
|
5949
|
+
}, {
|
|
5946
5950
|
tags?: string[] | undefined;
|
|
5947
5951
|
firstName?: string | undefined;
|
|
5948
5952
|
lastName?: string | undefined;
|
|
5949
|
-
}, {
|
|
5950
5953
|
emails?: {
|
|
5951
5954
|
value: string;
|
|
5952
5955
|
}[] | undefined;
|
|
5953
5956
|
phones?: {
|
|
5954
5957
|
value: string;
|
|
5955
5958
|
}[] | undefined;
|
|
5956
|
-
tags?: string[] | undefined;
|
|
5957
|
-
firstName?: string | undefined;
|
|
5958
|
-
lastName?: string | undefined;
|
|
5959
5959
|
}>>;
|
|
5960
5960
|
created: z.ZodOptional<z.ZodString>;
|
|
5961
5961
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -5982,32 +5982,32 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
5982
5982
|
}>, "many">>;
|
|
5983
5983
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5984
5984
|
}, "strip", z.ZodTypeAny, {
|
|
5985
|
+
tags?: string[] | undefined;
|
|
5986
|
+
firstName?: string | undefined;
|
|
5987
|
+
lastName?: string | undefined;
|
|
5985
5988
|
emails?: {
|
|
5986
5989
|
value: string;
|
|
5987
5990
|
}[] | undefined;
|
|
5988
5991
|
phones?: {
|
|
5989
5992
|
value: string;
|
|
5990
5993
|
}[] | undefined;
|
|
5994
|
+
}, {
|
|
5991
5995
|
tags?: string[] | undefined;
|
|
5992
5996
|
firstName?: string | undefined;
|
|
5993
5997
|
lastName?: string | undefined;
|
|
5994
|
-
}, {
|
|
5995
5998
|
emails?: {
|
|
5996
5999
|
value: string;
|
|
5997
6000
|
}[] | undefined;
|
|
5998
6001
|
phones?: {
|
|
5999
6002
|
value: string;
|
|
6000
6003
|
}[] | undefined;
|
|
6001
|
-
tags?: string[] | undefined;
|
|
6002
|
-
firstName?: string | undefined;
|
|
6003
|
-
lastName?: string | undefined;
|
|
6004
6004
|
}>>;
|
|
6005
6005
|
created: z.ZodOptional<z.ZodString>;
|
|
6006
6006
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6007
6007
|
error: z.ZodString;
|
|
6008
6008
|
}, "strip", z.ZodTypeAny, {
|
|
6009
|
-
success: boolean;
|
|
6010
6009
|
error: string;
|
|
6010
|
+
success: boolean;
|
|
6011
6011
|
operation: "get_event";
|
|
6012
6012
|
event?: z.objectOutputType<{
|
|
6013
6013
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6033,31 +6033,31 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6033
6033
|
}>, "many">>;
|
|
6034
6034
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6035
6035
|
}, "strip", z.ZodTypeAny, {
|
|
6036
|
+
tags?: string[] | undefined;
|
|
6037
|
+
firstName?: string | undefined;
|
|
6038
|
+
lastName?: string | undefined;
|
|
6036
6039
|
emails?: {
|
|
6037
6040
|
value: string;
|
|
6038
6041
|
}[] | undefined;
|
|
6039
6042
|
phones?: {
|
|
6040
6043
|
value: string;
|
|
6041
6044
|
}[] | undefined;
|
|
6045
|
+
}, {
|
|
6042
6046
|
tags?: string[] | undefined;
|
|
6043
6047
|
firstName?: string | undefined;
|
|
6044
6048
|
lastName?: string | undefined;
|
|
6045
|
-
}, {
|
|
6046
6049
|
emails?: {
|
|
6047
6050
|
value: string;
|
|
6048
6051
|
}[] | undefined;
|
|
6049
6052
|
phones?: {
|
|
6050
6053
|
value: string;
|
|
6051
6054
|
}[] | undefined;
|
|
6052
|
-
tags?: string[] | undefined;
|
|
6053
|
-
firstName?: string | undefined;
|
|
6054
|
-
lastName?: string | undefined;
|
|
6055
6055
|
}>>;
|
|
6056
6056
|
created: z.ZodOptional<z.ZodString>;
|
|
6057
6057
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6058
6058
|
}, {
|
|
6059
|
-
success: boolean;
|
|
6060
6059
|
error: string;
|
|
6060
|
+
success: boolean;
|
|
6061
6061
|
operation: "get_event";
|
|
6062
6062
|
event?: z.objectInputType<{
|
|
6063
6063
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6083,25 +6083,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6083
6083
|
}>, "many">>;
|
|
6084
6084
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6085
6085
|
}, "strip", z.ZodTypeAny, {
|
|
6086
|
+
tags?: string[] | undefined;
|
|
6087
|
+
firstName?: string | undefined;
|
|
6088
|
+
lastName?: string | undefined;
|
|
6086
6089
|
emails?: {
|
|
6087
6090
|
value: string;
|
|
6088
6091
|
}[] | undefined;
|
|
6089
6092
|
phones?: {
|
|
6090
6093
|
value: string;
|
|
6091
6094
|
}[] | undefined;
|
|
6095
|
+
}, {
|
|
6092
6096
|
tags?: string[] | undefined;
|
|
6093
6097
|
firstName?: string | undefined;
|
|
6094
6098
|
lastName?: string | undefined;
|
|
6095
|
-
}, {
|
|
6096
6099
|
emails?: {
|
|
6097
6100
|
value: string;
|
|
6098
6101
|
}[] | undefined;
|
|
6099
6102
|
phones?: {
|
|
6100
6103
|
value: string;
|
|
6101
6104
|
}[] | undefined;
|
|
6102
|
-
tags?: string[] | undefined;
|
|
6103
|
-
firstName?: string | undefined;
|
|
6104
|
-
lastName?: string | undefined;
|
|
6105
6105
|
}>>;
|
|
6106
6106
|
created: z.ZodOptional<z.ZodString>;
|
|
6107
6107
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -6132,25 +6132,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6132
6132
|
}>, "many">>;
|
|
6133
6133
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6134
6134
|
}, "strip", z.ZodTypeAny, {
|
|
6135
|
+
tags?: string[] | undefined;
|
|
6136
|
+
firstName?: string | undefined;
|
|
6137
|
+
lastName?: string | undefined;
|
|
6135
6138
|
emails?: {
|
|
6136
6139
|
value: string;
|
|
6137
6140
|
}[] | undefined;
|
|
6138
6141
|
phones?: {
|
|
6139
6142
|
value: string;
|
|
6140
6143
|
}[] | undefined;
|
|
6144
|
+
}, {
|
|
6141
6145
|
tags?: string[] | undefined;
|
|
6142
6146
|
firstName?: string | undefined;
|
|
6143
6147
|
lastName?: string | undefined;
|
|
6144
|
-
}, {
|
|
6145
6148
|
emails?: {
|
|
6146
6149
|
value: string;
|
|
6147
6150
|
}[] | undefined;
|
|
6148
6151
|
phones?: {
|
|
6149
6152
|
value: string;
|
|
6150
6153
|
}[] | undefined;
|
|
6151
|
-
tags?: string[] | undefined;
|
|
6152
|
-
firstName?: string | undefined;
|
|
6153
|
-
lastName?: string | undefined;
|
|
6154
6154
|
}>>;
|
|
6155
6155
|
created: z.ZodOptional<z.ZodString>;
|
|
6156
6156
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -6177,25 +6177,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6177
6177
|
}>, "many">>;
|
|
6178
6178
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6179
6179
|
}, "strip", z.ZodTypeAny, {
|
|
6180
|
+
tags?: string[] | undefined;
|
|
6181
|
+
firstName?: string | undefined;
|
|
6182
|
+
lastName?: string | undefined;
|
|
6180
6183
|
emails?: {
|
|
6181
6184
|
value: string;
|
|
6182
6185
|
}[] | undefined;
|
|
6183
6186
|
phones?: {
|
|
6184
6187
|
value: string;
|
|
6185
6188
|
}[] | undefined;
|
|
6189
|
+
}, {
|
|
6186
6190
|
tags?: string[] | undefined;
|
|
6187
6191
|
firstName?: string | undefined;
|
|
6188
6192
|
lastName?: string | undefined;
|
|
6189
|
-
}, {
|
|
6190
6193
|
emails?: {
|
|
6191
6194
|
value: string;
|
|
6192
6195
|
}[] | undefined;
|
|
6193
6196
|
phones?: {
|
|
6194
6197
|
value: string;
|
|
6195
6198
|
}[] | undefined;
|
|
6196
|
-
tags?: string[] | undefined;
|
|
6197
|
-
firstName?: string | undefined;
|
|
6198
|
-
lastName?: string | undefined;
|
|
6199
6199
|
}>>;
|
|
6200
6200
|
created: z.ZodOptional<z.ZodString>;
|
|
6201
6201
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -6222,32 +6222,32 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6222
6222
|
}>, "many">>;
|
|
6223
6223
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6224
6224
|
}, "strip", z.ZodTypeAny, {
|
|
6225
|
+
tags?: string[] | undefined;
|
|
6226
|
+
firstName?: string | undefined;
|
|
6227
|
+
lastName?: string | undefined;
|
|
6225
6228
|
emails?: {
|
|
6226
6229
|
value: string;
|
|
6227
6230
|
}[] | undefined;
|
|
6228
6231
|
phones?: {
|
|
6229
6232
|
value: string;
|
|
6230
6233
|
}[] | undefined;
|
|
6234
|
+
}, {
|
|
6231
6235
|
tags?: string[] | undefined;
|
|
6232
6236
|
firstName?: string | undefined;
|
|
6233
6237
|
lastName?: string | undefined;
|
|
6234
|
-
}, {
|
|
6235
6238
|
emails?: {
|
|
6236
6239
|
value: string;
|
|
6237
6240
|
}[] | undefined;
|
|
6238
6241
|
phones?: {
|
|
6239
6242
|
value: string;
|
|
6240
6243
|
}[] | undefined;
|
|
6241
|
-
tags?: string[] | undefined;
|
|
6242
|
-
firstName?: string | undefined;
|
|
6243
|
-
lastName?: string | undefined;
|
|
6244
6244
|
}>>;
|
|
6245
6245
|
created: z.ZodOptional<z.ZodString>;
|
|
6246
6246
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6247
6247
|
error: z.ZodString;
|
|
6248
6248
|
}, "strip", z.ZodTypeAny, {
|
|
6249
|
-
success: boolean;
|
|
6250
6249
|
error: string;
|
|
6250
|
+
success: boolean;
|
|
6251
6251
|
operation: "create_event";
|
|
6252
6252
|
event?: z.objectOutputType<{
|
|
6253
6253
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6273,31 +6273,31 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6273
6273
|
}>, "many">>;
|
|
6274
6274
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6275
6275
|
}, "strip", z.ZodTypeAny, {
|
|
6276
|
+
tags?: string[] | undefined;
|
|
6277
|
+
firstName?: string | undefined;
|
|
6278
|
+
lastName?: string | undefined;
|
|
6276
6279
|
emails?: {
|
|
6277
6280
|
value: string;
|
|
6278
6281
|
}[] | undefined;
|
|
6279
6282
|
phones?: {
|
|
6280
6283
|
value: string;
|
|
6281
6284
|
}[] | undefined;
|
|
6285
|
+
}, {
|
|
6282
6286
|
tags?: string[] | undefined;
|
|
6283
6287
|
firstName?: string | undefined;
|
|
6284
6288
|
lastName?: string | undefined;
|
|
6285
|
-
}, {
|
|
6286
6289
|
emails?: {
|
|
6287
6290
|
value: string;
|
|
6288
6291
|
}[] | undefined;
|
|
6289
6292
|
phones?: {
|
|
6290
6293
|
value: string;
|
|
6291
6294
|
}[] | undefined;
|
|
6292
|
-
tags?: string[] | undefined;
|
|
6293
|
-
firstName?: string | undefined;
|
|
6294
|
-
lastName?: string | undefined;
|
|
6295
6295
|
}>>;
|
|
6296
6296
|
created: z.ZodOptional<z.ZodString>;
|
|
6297
6297
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6298
6298
|
}, {
|
|
6299
|
-
success: boolean;
|
|
6300
6299
|
error: string;
|
|
6300
|
+
success: boolean;
|
|
6301
6301
|
operation: "create_event";
|
|
6302
6302
|
event?: z.objectInputType<{
|
|
6303
6303
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6323,25 +6323,25 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6323
6323
|
}>, "many">>;
|
|
6324
6324
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6325
6325
|
}, "strip", z.ZodTypeAny, {
|
|
6326
|
+
tags?: string[] | undefined;
|
|
6327
|
+
firstName?: string | undefined;
|
|
6328
|
+
lastName?: string | undefined;
|
|
6326
6329
|
emails?: {
|
|
6327
6330
|
value: string;
|
|
6328
6331
|
}[] | undefined;
|
|
6329
6332
|
phones?: {
|
|
6330
6333
|
value: string;
|
|
6331
6334
|
}[] | undefined;
|
|
6335
|
+
}, {
|
|
6332
6336
|
tags?: string[] | undefined;
|
|
6333
6337
|
firstName?: string | undefined;
|
|
6334
6338
|
lastName?: string | undefined;
|
|
6335
|
-
}, {
|
|
6336
6339
|
emails?: {
|
|
6337
6340
|
value: string;
|
|
6338
6341
|
}[] | undefined;
|
|
6339
6342
|
phones?: {
|
|
6340
6343
|
value: string;
|
|
6341
6344
|
}[] | undefined;
|
|
6342
|
-
tags?: string[] | undefined;
|
|
6343
|
-
firstName?: string | undefined;
|
|
6344
|
-
lastName?: string | undefined;
|
|
6345
6345
|
}>>;
|
|
6346
6346
|
created: z.ZodOptional<z.ZodString>;
|
|
6347
6347
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -6385,8 +6385,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6385
6385
|
}>>;
|
|
6386
6386
|
error: z.ZodString;
|
|
6387
6387
|
}, "strip", z.ZodTypeAny, {
|
|
6388
|
-
success: boolean;
|
|
6389
6388
|
error: string;
|
|
6389
|
+
success: boolean;
|
|
6390
6390
|
operation: "list_calls";
|
|
6391
6391
|
_metadata?: {
|
|
6392
6392
|
limit?: number | undefined;
|
|
@@ -6402,8 +6402,8 @@ 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
|
-
success: boolean;
|
|
6406
6405
|
error: string;
|
|
6406
|
+
success: boolean;
|
|
6407
6407
|
operation: "list_calls";
|
|
6408
6408
|
_metadata?: {
|
|
6409
6409
|
limit?: number | undefined;
|
|
@@ -6445,8 +6445,8 @@ 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
|
-
success: boolean;
|
|
6449
6448
|
error: string;
|
|
6449
|
+
success: boolean;
|
|
6450
6450
|
operation: "create_call";
|
|
6451
6451
|
call?: z.objectOutputType<{
|
|
6452
6452
|
id: z.ZodNumber;
|
|
@@ -6457,8 +6457,8 @@ 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
|
-
success: boolean;
|
|
6461
6460
|
error: string;
|
|
6461
|
+
success: boolean;
|
|
6462
6462
|
operation: "create_call";
|
|
6463
6463
|
call?: z.objectInputType<{
|
|
6464
6464
|
id: z.ZodNumber;
|
|
@@ -6511,8 +6511,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
6511
6511
|
}>>;
|
|
6512
6512
|
error: z.ZodString;
|
|
6513
6513
|
}, "strip", z.ZodTypeAny, {
|
|
6514
|
-
success: boolean;
|
|
6515
6514
|
error: string;
|
|
6515
|
+
success: boolean;
|
|
6516
6516
|
operation: "list_appointments";
|
|
6517
6517
|
_metadata?: {
|
|
6518
6518
|
limit?: number | undefined;
|
|
@@ -6529,8 +6529,8 @@ 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
|
-
success: boolean;
|
|
6533
6532
|
error: string;
|
|
6533
|
+
success: boolean;
|
|
6534
6534
|
operation: "list_appointments";
|
|
6535
6535
|
_metadata?: {
|
|
6536
6536
|
limit?: number | undefined;
|
|
@@ -6576,8 +6576,8 @@ 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
|
-
success: boolean;
|
|
6580
6579
|
error: string;
|
|
6580
|
+
success: boolean;
|
|
6581
6581
|
operation: "create_appointment";
|
|
6582
6582
|
appointment?: z.objectOutputType<{
|
|
6583
6583
|
id: z.ZodNumber;
|
|
@@ -6589,8 +6589,8 @@ 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
|
-
success: boolean;
|
|
6593
6592
|
error: string;
|
|
6593
|
+
success: boolean;
|
|
6594
6594
|
operation: "create_appointment";
|
|
6595
6595
|
appointment?: z.objectInputType<{
|
|
6596
6596
|
id: z.ZodNumber;
|
|
@@ -6622,8 +6622,8 @@ 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
|
-
success: boolean;
|
|
6626
6625
|
error: string;
|
|
6626
|
+
success: boolean;
|
|
6627
6627
|
operation: "list_webhooks";
|
|
6628
6628
|
webhooks?: z.objectOutputType<{
|
|
6629
6629
|
id: z.ZodNumber;
|
|
@@ -6632,8 +6632,8 @@ 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
|
-
success: boolean;
|
|
6636
6635
|
error: string;
|
|
6636
|
+
success: boolean;
|
|
6637
6637
|
operation: "list_webhooks";
|
|
6638
6638
|
webhooks?: z.objectInputType<{
|
|
6639
6639
|
id: z.ZodNumber;
|
|
@@ -6662,8 +6662,8 @@ 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
|
-
success: boolean;
|
|
6666
6665
|
error: string;
|
|
6666
|
+
success: boolean;
|
|
6667
6667
|
operation: "get_webhook";
|
|
6668
6668
|
webhook?: z.objectOutputType<{
|
|
6669
6669
|
id: z.ZodNumber;
|
|
@@ -6672,8 +6672,8 @@ 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
|
-
success: boolean;
|
|
6676
6675
|
error: string;
|
|
6676
|
+
success: boolean;
|
|
6677
6677
|
operation: "get_webhook";
|
|
6678
6678
|
webhook?: z.objectInputType<{
|
|
6679
6679
|
id: z.ZodNumber;
|
|
@@ -6702,8 +6702,8 @@ 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
|
-
success: boolean;
|
|
6706
6705
|
error: string;
|
|
6706
|
+
success: boolean;
|
|
6707
6707
|
operation: "create_webhook";
|
|
6708
6708
|
webhook?: z.objectOutputType<{
|
|
6709
6709
|
id: z.ZodNumber;
|
|
@@ -6712,8 +6712,8 @@ 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
|
-
success: boolean;
|
|
6716
6715
|
error: string;
|
|
6716
|
+
success: boolean;
|
|
6717
6717
|
operation: "create_webhook";
|
|
6718
6718
|
webhook?: z.objectInputType<{
|
|
6719
6719
|
id: z.ZodNumber;
|
|
@@ -6742,8 +6742,8 @@ 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
|
-
success: boolean;
|
|
6746
6745
|
error: string;
|
|
6746
|
+
success: boolean;
|
|
6747
6747
|
operation: "update_webhook";
|
|
6748
6748
|
webhook?: z.objectOutputType<{
|
|
6749
6749
|
id: z.ZodNumber;
|
|
@@ -6752,8 +6752,8 @@ 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
|
-
success: boolean;
|
|
6756
6755
|
error: string;
|
|
6756
|
+
success: boolean;
|
|
6757
6757
|
operation: "update_webhook";
|
|
6758
6758
|
webhook?: z.objectInputType<{
|
|
6759
6759
|
id: z.ZodNumber;
|
|
@@ -6767,13 +6767,13 @@ 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
|
-
success: boolean;
|
|
6771
6770
|
error: string;
|
|
6771
|
+
success: boolean;
|
|
6772
6772
|
operation: "delete_webhook";
|
|
6773
6773
|
deleted_id?: number | undefined;
|
|
6774
6774
|
}, {
|
|
6775
|
-
success: boolean;
|
|
6776
6775
|
error: string;
|
|
6776
|
+
success: boolean;
|
|
6777
6777
|
operation: "delete_webhook";
|
|
6778
6778
|
deleted_id?: number | undefined;
|
|
6779
6779
|
}>]>;
|