@bubblelab/bubble-core 0.1.65 → 0.1.67
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 +104 -104
- package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +117 -96
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +131 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +118 -118
- package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +89 -68
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +96 -0
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +108 -102
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +10 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +26 -26
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +130 -130
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +1001 -1001
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +56 -56
- package/dist/bubbles/service-bubble/github.d.ts +176 -176
- package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
- package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
- package/dist/bubbles/service-bubble/google-drive.d.ts +76 -76
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +2089 -2089
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/slack/slack.d.ts +420 -420
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +107 -107
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/telegram.d.ts +1562 -1562
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +15 -15
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +70 -70
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +326 -326
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +112 -112
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +76 -76
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +160 -160
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +72 -72
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +98 -98
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +18 -18
- package/dist/bubbles.json +59 -22
- package/package.json +2 -2
|
@@ -8,12 +8,12 @@ export declare const AshbyEmailSchema: z.ZodObject<{
|
|
|
8
8
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
9
9
|
isPrimary: z.ZodBoolean;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
value: string;
|
|
12
11
|
type: "Personal" | "Work" | "Other";
|
|
12
|
+
value: string;
|
|
13
13
|
isPrimary: boolean;
|
|
14
14
|
}, {
|
|
15
|
-
value: string;
|
|
16
15
|
type: "Personal" | "Work" | "Other";
|
|
16
|
+
value: string;
|
|
17
17
|
isPrimary: boolean;
|
|
18
18
|
}>;
|
|
19
19
|
/**
|
|
@@ -24,12 +24,12 @@ export declare const AshbyPhoneSchema: z.ZodObject<{
|
|
|
24
24
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
25
25
|
isPrimary: z.ZodBoolean;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
value: string;
|
|
28
27
|
type: "Personal" | "Work" | "Other";
|
|
28
|
+
value: string;
|
|
29
29
|
isPrimary: boolean;
|
|
30
30
|
}, {
|
|
31
|
-
value: string;
|
|
32
31
|
type: "Personal" | "Work" | "Other";
|
|
32
|
+
value: string;
|
|
33
33
|
isPrimary: boolean;
|
|
34
34
|
}>;
|
|
35
35
|
/**
|
|
@@ -64,12 +64,12 @@ export declare const AshbyCandidateSchema: z.ZodObject<{
|
|
|
64
64
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
65
65
|
isPrimary: z.ZodBoolean;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
value: string;
|
|
68
67
|
type: "Personal" | "Work" | "Other";
|
|
68
|
+
value: string;
|
|
69
69
|
isPrimary: boolean;
|
|
70
70
|
}, {
|
|
71
|
-
value: string;
|
|
72
71
|
type: "Personal" | "Work" | "Other";
|
|
72
|
+
value: string;
|
|
73
73
|
isPrimary: boolean;
|
|
74
74
|
}>>>;
|
|
75
75
|
primaryPhoneNumber: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -77,12 +77,12 @@ export declare const AshbyCandidateSchema: z.ZodObject<{
|
|
|
77
77
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
78
78
|
isPrimary: z.ZodBoolean;
|
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
|
80
|
-
value: string;
|
|
81
80
|
type: "Personal" | "Work" | "Other";
|
|
81
|
+
value: string;
|
|
82
82
|
isPrimary: boolean;
|
|
83
83
|
}, {
|
|
84
|
-
value: string;
|
|
85
84
|
type: "Personal" | "Work" | "Other";
|
|
85
|
+
value: string;
|
|
86
86
|
isPrimary: boolean;
|
|
87
87
|
}>>>;
|
|
88
88
|
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -107,13 +107,13 @@ export declare const AshbyCandidateSchema: z.ZodObject<{
|
|
|
107
107
|
createdAt?: string | undefined;
|
|
108
108
|
updatedAt?: string | undefined;
|
|
109
109
|
primaryEmailAddress?: {
|
|
110
|
-
value: string;
|
|
111
110
|
type: "Personal" | "Work" | "Other";
|
|
111
|
+
value: string;
|
|
112
112
|
isPrimary: boolean;
|
|
113
113
|
} | null | undefined;
|
|
114
114
|
primaryPhoneNumber?: {
|
|
115
|
-
value: string;
|
|
116
115
|
type: "Personal" | "Work" | "Other";
|
|
116
|
+
value: string;
|
|
117
117
|
isPrimary: boolean;
|
|
118
118
|
} | null | undefined;
|
|
119
119
|
customFields?: {
|
|
@@ -128,13 +128,13 @@ export declare const AshbyCandidateSchema: z.ZodObject<{
|
|
|
128
128
|
createdAt?: string | undefined;
|
|
129
129
|
updatedAt?: string | undefined;
|
|
130
130
|
primaryEmailAddress?: {
|
|
131
|
-
value: string;
|
|
132
131
|
type: "Personal" | "Work" | "Other";
|
|
132
|
+
value: string;
|
|
133
133
|
isPrimary: boolean;
|
|
134
134
|
} | null | undefined;
|
|
135
135
|
primaryPhoneNumber?: {
|
|
136
|
-
value: string;
|
|
137
136
|
type: "Personal" | "Work" | "Other";
|
|
137
|
+
value: string;
|
|
138
138
|
isPrimary: boolean;
|
|
139
139
|
} | null | undefined;
|
|
140
140
|
customFields?: {
|
|
@@ -266,12 +266,12 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
266
266
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
267
267
|
isPrimary: z.ZodBoolean;
|
|
268
268
|
}, "strip", z.ZodTypeAny, {
|
|
269
|
-
value: string;
|
|
270
269
|
type: "Personal" | "Work" | "Other";
|
|
270
|
+
value: string;
|
|
271
271
|
isPrimary: boolean;
|
|
272
272
|
}, {
|
|
273
|
-
value: string;
|
|
274
273
|
type: "Personal" | "Work" | "Other";
|
|
274
|
+
value: string;
|
|
275
275
|
isPrimary: boolean;
|
|
276
276
|
}>>>;
|
|
277
277
|
emailAddresses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -279,12 +279,12 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
279
279
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
280
280
|
isPrimary: z.ZodBoolean;
|
|
281
281
|
}, "strip", z.ZodTypeAny, {
|
|
282
|
-
value: string;
|
|
283
282
|
type: "Personal" | "Work" | "Other";
|
|
283
|
+
value: string;
|
|
284
284
|
isPrimary: boolean;
|
|
285
285
|
}, {
|
|
286
|
-
value: string;
|
|
287
286
|
type: "Personal" | "Work" | "Other";
|
|
287
|
+
value: string;
|
|
288
288
|
isPrimary: boolean;
|
|
289
289
|
}>, "many">>;
|
|
290
290
|
primaryPhoneNumber: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -292,12 +292,12 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
292
292
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
293
293
|
isPrimary: z.ZodBoolean;
|
|
294
294
|
}, "strip", z.ZodTypeAny, {
|
|
295
|
-
value: string;
|
|
296
295
|
type: "Personal" | "Work" | "Other";
|
|
296
|
+
value: string;
|
|
297
297
|
isPrimary: boolean;
|
|
298
298
|
}, {
|
|
299
|
-
value: string;
|
|
300
299
|
type: "Personal" | "Work" | "Other";
|
|
300
|
+
value: string;
|
|
301
301
|
isPrimary: boolean;
|
|
302
302
|
}>>>;
|
|
303
303
|
phoneNumbers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -305,12 +305,12 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
305
305
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
306
306
|
isPrimary: z.ZodBoolean;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
-
value: string;
|
|
309
308
|
type: "Personal" | "Work" | "Other";
|
|
309
|
+
value: string;
|
|
310
310
|
isPrimary: boolean;
|
|
311
311
|
}, {
|
|
312
|
-
value: string;
|
|
313
312
|
type: "Personal" | "Work" | "Other";
|
|
313
|
+
value: string;
|
|
314
314
|
isPrimary: boolean;
|
|
315
315
|
}>, "many">>;
|
|
316
316
|
socialLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -393,13 +393,13 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
393
393
|
createdAt?: string | undefined;
|
|
394
394
|
updatedAt?: string | undefined;
|
|
395
395
|
primaryEmailAddress?: {
|
|
396
|
-
value: string;
|
|
397
396
|
type: "Personal" | "Work" | "Other";
|
|
397
|
+
value: string;
|
|
398
398
|
isPrimary: boolean;
|
|
399
399
|
} | null | undefined;
|
|
400
400
|
primaryPhoneNumber?: {
|
|
401
|
-
value: string;
|
|
402
401
|
type: "Personal" | "Work" | "Other";
|
|
402
|
+
value: string;
|
|
403
403
|
isPrimary: boolean;
|
|
404
404
|
} | null | undefined;
|
|
405
405
|
customFields?: {
|
|
@@ -409,13 +409,13 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
409
409
|
isPrivate?: boolean | undefined;
|
|
410
410
|
}[] | undefined;
|
|
411
411
|
emailAddresses?: {
|
|
412
|
-
value: string;
|
|
413
412
|
type: "Personal" | "Work" | "Other";
|
|
413
|
+
value: string;
|
|
414
414
|
isPrimary: boolean;
|
|
415
415
|
}[] | undefined;
|
|
416
416
|
phoneNumbers?: {
|
|
417
|
-
value: string;
|
|
418
417
|
type: "Personal" | "Work" | "Other";
|
|
418
|
+
value: string;
|
|
419
419
|
isPrimary: boolean;
|
|
420
420
|
}[] | undefined;
|
|
421
421
|
socialLinks?: {
|
|
@@ -447,13 +447,13 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
447
447
|
createdAt?: string | undefined;
|
|
448
448
|
updatedAt?: string | undefined;
|
|
449
449
|
primaryEmailAddress?: {
|
|
450
|
-
value: string;
|
|
451
450
|
type: "Personal" | "Work" | "Other";
|
|
451
|
+
value: string;
|
|
452
452
|
isPrimary: boolean;
|
|
453
453
|
} | null | undefined;
|
|
454
454
|
primaryPhoneNumber?: {
|
|
455
|
-
value: string;
|
|
456
455
|
type: "Personal" | "Work" | "Other";
|
|
456
|
+
value: string;
|
|
457
457
|
isPrimary: boolean;
|
|
458
458
|
} | null | undefined;
|
|
459
459
|
customFields?: {
|
|
@@ -463,13 +463,13 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
463
463
|
isPrivate?: boolean | undefined;
|
|
464
464
|
}[] | undefined;
|
|
465
465
|
emailAddresses?: {
|
|
466
|
-
value: string;
|
|
467
466
|
type: "Personal" | "Work" | "Other";
|
|
467
|
+
value: string;
|
|
468
468
|
isPrimary: boolean;
|
|
469
469
|
}[] | undefined;
|
|
470
470
|
phoneNumbers?: {
|
|
471
|
-
value: string;
|
|
472
471
|
type: "Personal" | "Work" | "Other";
|
|
472
|
+
value: string;
|
|
473
473
|
isPrimary: boolean;
|
|
474
474
|
}[] | undefined;
|
|
475
475
|
socialLinks?: {
|
|
@@ -547,10 +547,12 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
547
547
|
source_id: z.ZodOptional<z.ZodString>;
|
|
548
548
|
credited_to_user_id: z.ZodOptional<z.ZodString>;
|
|
549
549
|
tag: z.ZodOptional<z.ZodString>;
|
|
550
|
+
allow_duplicate_linkedin: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
550
551
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
551
552
|
}, "strip", z.ZodTypeAny, {
|
|
552
553
|
name: string;
|
|
553
554
|
operation: "create_candidate";
|
|
555
|
+
allow_duplicate_linkedin: boolean;
|
|
554
556
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
555
557
|
website?: string | undefined;
|
|
556
558
|
emails?: {
|
|
@@ -578,6 +580,7 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
578
580
|
source_id?: string | undefined;
|
|
579
581
|
credited_to_user_id?: string | undefined;
|
|
580
582
|
tag?: string | undefined;
|
|
583
|
+
allow_duplicate_linkedin?: boolean | undefined;
|
|
581
584
|
}>, z.ZodObject<{
|
|
582
585
|
operation: z.ZodLiteral<"search_candidates">;
|
|
583
586
|
email: z.ZodOptional<z.ZodString>;
|
|
@@ -586,13 +589,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
586
589
|
}, "strip", z.ZodTypeAny, {
|
|
587
590
|
operation: "search_candidates";
|
|
588
591
|
name?: string | undefined;
|
|
589
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
590
592
|
email?: string | undefined;
|
|
593
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
591
594
|
}, {
|
|
592
595
|
operation: "search_candidates";
|
|
593
596
|
name?: string | undefined;
|
|
594
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
595
597
|
email?: string | undefined;
|
|
598
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
596
599
|
}>, z.ZodObject<{
|
|
597
600
|
operation: z.ZodLiteral<"add_tag">;
|
|
598
601
|
candidate_id: z.ZodString;
|
|
@@ -664,12 +667,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
664
667
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
665
668
|
isPrimary: z.ZodBoolean;
|
|
666
669
|
}, "strip", z.ZodTypeAny, {
|
|
667
|
-
value: string;
|
|
668
670
|
type: "Personal" | "Work" | "Other";
|
|
671
|
+
value: string;
|
|
669
672
|
isPrimary: boolean;
|
|
670
673
|
}, {
|
|
671
|
-
value: string;
|
|
672
674
|
type: "Personal" | "Work" | "Other";
|
|
675
|
+
value: string;
|
|
673
676
|
isPrimary: boolean;
|
|
674
677
|
}>>>;
|
|
675
678
|
emailAddresses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -677,12 +680,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
677
680
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
678
681
|
isPrimary: z.ZodBoolean;
|
|
679
682
|
}, "strip", z.ZodTypeAny, {
|
|
680
|
-
value: string;
|
|
681
683
|
type: "Personal" | "Work" | "Other";
|
|
684
|
+
value: string;
|
|
682
685
|
isPrimary: boolean;
|
|
683
686
|
}, {
|
|
684
|
-
value: string;
|
|
685
687
|
type: "Personal" | "Work" | "Other";
|
|
688
|
+
value: string;
|
|
686
689
|
isPrimary: boolean;
|
|
687
690
|
}>, "many">>;
|
|
688
691
|
primaryPhoneNumber: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -690,12 +693,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
690
693
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
691
694
|
isPrimary: z.ZodBoolean;
|
|
692
695
|
}, "strip", z.ZodTypeAny, {
|
|
693
|
-
value: string;
|
|
694
696
|
type: "Personal" | "Work" | "Other";
|
|
697
|
+
value: string;
|
|
695
698
|
isPrimary: boolean;
|
|
696
699
|
}, {
|
|
697
|
-
value: string;
|
|
698
700
|
type: "Personal" | "Work" | "Other";
|
|
701
|
+
value: string;
|
|
699
702
|
isPrimary: boolean;
|
|
700
703
|
}>>>;
|
|
701
704
|
phoneNumbers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -703,12 +706,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
703
706
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
704
707
|
isPrimary: z.ZodBoolean;
|
|
705
708
|
}, "strip", z.ZodTypeAny, {
|
|
706
|
-
value: string;
|
|
707
709
|
type: "Personal" | "Work" | "Other";
|
|
710
|
+
value: string;
|
|
708
711
|
isPrimary: boolean;
|
|
709
712
|
}, {
|
|
710
|
-
value: string;
|
|
711
713
|
type: "Personal" | "Work" | "Other";
|
|
714
|
+
value: string;
|
|
712
715
|
isPrimary: boolean;
|
|
713
716
|
}>, "many">>;
|
|
714
717
|
socialLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -791,13 +794,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
791
794
|
createdAt?: string | undefined;
|
|
792
795
|
updatedAt?: string | undefined;
|
|
793
796
|
primaryEmailAddress?: {
|
|
794
|
-
value: string;
|
|
795
797
|
type: "Personal" | "Work" | "Other";
|
|
798
|
+
value: string;
|
|
796
799
|
isPrimary: boolean;
|
|
797
800
|
} | null | undefined;
|
|
798
801
|
primaryPhoneNumber?: {
|
|
799
|
-
value: string;
|
|
800
802
|
type: "Personal" | "Work" | "Other";
|
|
803
|
+
value: string;
|
|
801
804
|
isPrimary: boolean;
|
|
802
805
|
} | null | undefined;
|
|
803
806
|
customFields?: {
|
|
@@ -807,13 +810,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
807
810
|
isPrivate?: boolean | undefined;
|
|
808
811
|
}[] | undefined;
|
|
809
812
|
emailAddresses?: {
|
|
810
|
-
value: string;
|
|
811
813
|
type: "Personal" | "Work" | "Other";
|
|
814
|
+
value: string;
|
|
812
815
|
isPrimary: boolean;
|
|
813
816
|
}[] | undefined;
|
|
814
817
|
phoneNumbers?: {
|
|
815
|
-
value: string;
|
|
816
818
|
type: "Personal" | "Work" | "Other";
|
|
819
|
+
value: string;
|
|
817
820
|
isPrimary: boolean;
|
|
818
821
|
}[] | undefined;
|
|
819
822
|
socialLinks?: {
|
|
@@ -845,13 +848,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
845
848
|
createdAt?: string | undefined;
|
|
846
849
|
updatedAt?: string | undefined;
|
|
847
850
|
primaryEmailAddress?: {
|
|
848
|
-
value: string;
|
|
849
851
|
type: "Personal" | "Work" | "Other";
|
|
852
|
+
value: string;
|
|
850
853
|
isPrimary: boolean;
|
|
851
854
|
} | null | undefined;
|
|
852
855
|
primaryPhoneNumber?: {
|
|
853
|
-
value: string;
|
|
854
856
|
type: "Personal" | "Work" | "Other";
|
|
857
|
+
value: string;
|
|
855
858
|
isPrimary: boolean;
|
|
856
859
|
} | null | undefined;
|
|
857
860
|
customFields?: {
|
|
@@ -861,13 +864,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
861
864
|
isPrivate?: boolean | undefined;
|
|
862
865
|
}[] | undefined;
|
|
863
866
|
emailAddresses?: {
|
|
864
|
-
value: string;
|
|
865
867
|
type: "Personal" | "Work" | "Other";
|
|
868
|
+
value: string;
|
|
866
869
|
isPrimary: boolean;
|
|
867
870
|
}[] | undefined;
|
|
868
871
|
phoneNumbers?: {
|
|
869
|
-
value: string;
|
|
870
872
|
type: "Personal" | "Work" | "Other";
|
|
873
|
+
value: string;
|
|
871
874
|
isPrimary: boolean;
|
|
872
875
|
}[] | undefined;
|
|
873
876
|
socialLinks?: {
|
|
@@ -910,13 +913,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
910
913
|
createdAt?: string | undefined;
|
|
911
914
|
updatedAt?: string | undefined;
|
|
912
915
|
primaryEmailAddress?: {
|
|
913
|
-
value: string;
|
|
914
916
|
type: "Personal" | "Work" | "Other";
|
|
917
|
+
value: string;
|
|
915
918
|
isPrimary: boolean;
|
|
916
919
|
} | null | undefined;
|
|
917
920
|
primaryPhoneNumber?: {
|
|
918
|
-
value: string;
|
|
919
921
|
type: "Personal" | "Work" | "Other";
|
|
922
|
+
value: string;
|
|
920
923
|
isPrimary: boolean;
|
|
921
924
|
} | null | undefined;
|
|
922
925
|
customFields?: {
|
|
@@ -926,13 +929,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
926
929
|
isPrivate?: boolean | undefined;
|
|
927
930
|
}[] | undefined;
|
|
928
931
|
emailAddresses?: {
|
|
929
|
-
value: string;
|
|
930
932
|
type: "Personal" | "Work" | "Other";
|
|
933
|
+
value: string;
|
|
931
934
|
isPrimary: boolean;
|
|
932
935
|
}[] | undefined;
|
|
933
936
|
phoneNumbers?: {
|
|
934
|
-
value: string;
|
|
935
937
|
type: "Personal" | "Work" | "Other";
|
|
938
|
+
value: string;
|
|
936
939
|
isPrimary: boolean;
|
|
937
940
|
}[] | undefined;
|
|
938
941
|
socialLinks?: {
|
|
@@ -972,13 +975,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
972
975
|
createdAt?: string | undefined;
|
|
973
976
|
updatedAt?: string | undefined;
|
|
974
977
|
primaryEmailAddress?: {
|
|
975
|
-
value: string;
|
|
976
978
|
type: "Personal" | "Work" | "Other";
|
|
979
|
+
value: string;
|
|
977
980
|
isPrimary: boolean;
|
|
978
981
|
} | null | undefined;
|
|
979
982
|
primaryPhoneNumber?: {
|
|
980
|
-
value: string;
|
|
981
983
|
type: "Personal" | "Work" | "Other";
|
|
984
|
+
value: string;
|
|
982
985
|
isPrimary: boolean;
|
|
983
986
|
} | null | undefined;
|
|
984
987
|
customFields?: {
|
|
@@ -988,13 +991,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
988
991
|
isPrivate?: boolean | undefined;
|
|
989
992
|
}[] | undefined;
|
|
990
993
|
emailAddresses?: {
|
|
991
|
-
value: string;
|
|
992
994
|
type: "Personal" | "Work" | "Other";
|
|
995
|
+
value: string;
|
|
993
996
|
isPrimary: boolean;
|
|
994
997
|
}[] | undefined;
|
|
995
998
|
phoneNumbers?: {
|
|
996
|
-
value: string;
|
|
997
999
|
type: "Personal" | "Work" | "Other";
|
|
1000
|
+
value: string;
|
|
998
1001
|
isPrimary: boolean;
|
|
999
1002
|
}[] | undefined;
|
|
1000
1003
|
socialLinks?: {
|
|
@@ -1030,12 +1033,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1030
1033
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
1031
1034
|
isPrimary: z.ZodBoolean;
|
|
1032
1035
|
}, "strip", z.ZodTypeAny, {
|
|
1033
|
-
value: string;
|
|
1034
1036
|
type: "Personal" | "Work" | "Other";
|
|
1037
|
+
value: string;
|
|
1035
1038
|
isPrimary: boolean;
|
|
1036
1039
|
}, {
|
|
1037
|
-
value: string;
|
|
1038
1040
|
type: "Personal" | "Work" | "Other";
|
|
1041
|
+
value: string;
|
|
1039
1042
|
isPrimary: boolean;
|
|
1040
1043
|
}>>>;
|
|
1041
1044
|
primaryPhoneNumber: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1043,12 +1046,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1043
1046
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
1044
1047
|
isPrimary: z.ZodBoolean;
|
|
1045
1048
|
}, "strip", z.ZodTypeAny, {
|
|
1046
|
-
value: string;
|
|
1047
1049
|
type: "Personal" | "Work" | "Other";
|
|
1050
|
+
value: string;
|
|
1048
1051
|
isPrimary: boolean;
|
|
1049
1052
|
}, {
|
|
1050
|
-
value: string;
|
|
1051
1053
|
type: "Personal" | "Work" | "Other";
|
|
1054
|
+
value: string;
|
|
1052
1055
|
isPrimary: boolean;
|
|
1053
1056
|
}>>>;
|
|
1054
1057
|
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1073,13 +1076,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1073
1076
|
createdAt?: string | undefined;
|
|
1074
1077
|
updatedAt?: string | undefined;
|
|
1075
1078
|
primaryEmailAddress?: {
|
|
1076
|
-
value: string;
|
|
1077
1079
|
type: "Personal" | "Work" | "Other";
|
|
1080
|
+
value: string;
|
|
1078
1081
|
isPrimary: boolean;
|
|
1079
1082
|
} | null | undefined;
|
|
1080
1083
|
primaryPhoneNumber?: {
|
|
1081
|
-
value: string;
|
|
1082
1084
|
type: "Personal" | "Work" | "Other";
|
|
1085
|
+
value: string;
|
|
1083
1086
|
isPrimary: boolean;
|
|
1084
1087
|
} | null | undefined;
|
|
1085
1088
|
customFields?: {
|
|
@@ -1094,13 +1097,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1094
1097
|
createdAt?: string | undefined;
|
|
1095
1098
|
updatedAt?: string | undefined;
|
|
1096
1099
|
primaryEmailAddress?: {
|
|
1097
|
-
value: string;
|
|
1098
1100
|
type: "Personal" | "Work" | "Other";
|
|
1101
|
+
value: string;
|
|
1099
1102
|
isPrimary: boolean;
|
|
1100
1103
|
} | null | undefined;
|
|
1101
1104
|
primaryPhoneNumber?: {
|
|
1102
|
-
value: string;
|
|
1103
1105
|
type: "Personal" | "Work" | "Other";
|
|
1106
|
+
value: string;
|
|
1104
1107
|
isPrimary: boolean;
|
|
1105
1108
|
} | null | undefined;
|
|
1106
1109
|
customFields?: {
|
|
@@ -1121,13 +1124,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1121
1124
|
createdAt?: string | undefined;
|
|
1122
1125
|
updatedAt?: string | undefined;
|
|
1123
1126
|
primaryEmailAddress?: {
|
|
1124
|
-
value: string;
|
|
1125
1127
|
type: "Personal" | "Work" | "Other";
|
|
1128
|
+
value: string;
|
|
1126
1129
|
isPrimary: boolean;
|
|
1127
1130
|
} | null | undefined;
|
|
1128
1131
|
primaryPhoneNumber?: {
|
|
1129
|
-
value: string;
|
|
1130
1132
|
type: "Personal" | "Work" | "Other";
|
|
1133
|
+
value: string;
|
|
1131
1134
|
isPrimary: boolean;
|
|
1132
1135
|
} | null | undefined;
|
|
1133
1136
|
customFields?: {
|
|
@@ -1147,13 +1150,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1147
1150
|
createdAt?: string | undefined;
|
|
1148
1151
|
updatedAt?: string | undefined;
|
|
1149
1152
|
primaryEmailAddress?: {
|
|
1150
|
-
value: string;
|
|
1151
1153
|
type: "Personal" | "Work" | "Other";
|
|
1154
|
+
value: string;
|
|
1152
1155
|
isPrimary: boolean;
|
|
1153
1156
|
} | null | undefined;
|
|
1154
1157
|
primaryPhoneNumber?: {
|
|
1155
|
-
value: string;
|
|
1156
1158
|
type: "Personal" | "Work" | "Other";
|
|
1159
|
+
value: string;
|
|
1157
1160
|
isPrimary: boolean;
|
|
1158
1161
|
} | null | undefined;
|
|
1159
1162
|
customFields?: {
|
|
@@ -1176,12 +1179,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1176
1179
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
1177
1180
|
isPrimary: z.ZodBoolean;
|
|
1178
1181
|
}, "strip", z.ZodTypeAny, {
|
|
1179
|
-
value: string;
|
|
1180
1182
|
type: "Personal" | "Work" | "Other";
|
|
1183
|
+
value: string;
|
|
1181
1184
|
isPrimary: boolean;
|
|
1182
1185
|
}, {
|
|
1183
|
-
value: string;
|
|
1184
1186
|
type: "Personal" | "Work" | "Other";
|
|
1187
|
+
value: string;
|
|
1185
1188
|
isPrimary: boolean;
|
|
1186
1189
|
}>>>;
|
|
1187
1190
|
primaryPhoneNumber: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1189,12 +1192,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1189
1192
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
1190
1193
|
isPrimary: z.ZodBoolean;
|
|
1191
1194
|
}, "strip", z.ZodTypeAny, {
|
|
1192
|
-
value: string;
|
|
1193
1195
|
type: "Personal" | "Work" | "Other";
|
|
1196
|
+
value: string;
|
|
1194
1197
|
isPrimary: boolean;
|
|
1195
1198
|
}, {
|
|
1196
|
-
value: string;
|
|
1197
1199
|
type: "Personal" | "Work" | "Other";
|
|
1200
|
+
value: string;
|
|
1198
1201
|
isPrimary: boolean;
|
|
1199
1202
|
}>>>;
|
|
1200
1203
|
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1219,13 +1222,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1219
1222
|
createdAt?: string | undefined;
|
|
1220
1223
|
updatedAt?: string | undefined;
|
|
1221
1224
|
primaryEmailAddress?: {
|
|
1222
|
-
value: string;
|
|
1223
1225
|
type: "Personal" | "Work" | "Other";
|
|
1226
|
+
value: string;
|
|
1224
1227
|
isPrimary: boolean;
|
|
1225
1228
|
} | null | undefined;
|
|
1226
1229
|
primaryPhoneNumber?: {
|
|
1227
|
-
value: string;
|
|
1228
1230
|
type: "Personal" | "Work" | "Other";
|
|
1231
|
+
value: string;
|
|
1229
1232
|
isPrimary: boolean;
|
|
1230
1233
|
} | null | undefined;
|
|
1231
1234
|
customFields?: {
|
|
@@ -1240,13 +1243,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1240
1243
|
createdAt?: string | undefined;
|
|
1241
1244
|
updatedAt?: string | undefined;
|
|
1242
1245
|
primaryEmailAddress?: {
|
|
1243
|
-
value: string;
|
|
1244
1246
|
type: "Personal" | "Work" | "Other";
|
|
1247
|
+
value: string;
|
|
1245
1248
|
isPrimary: boolean;
|
|
1246
1249
|
} | null | undefined;
|
|
1247
1250
|
primaryPhoneNumber?: {
|
|
1248
|
-
value: string;
|
|
1249
1251
|
type: "Personal" | "Work" | "Other";
|
|
1252
|
+
value: string;
|
|
1250
1253
|
isPrimary: boolean;
|
|
1251
1254
|
} | null | undefined;
|
|
1252
1255
|
customFields?: {
|
|
@@ -1256,6 +1259,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1256
1259
|
isPrivate?: boolean | undefined;
|
|
1257
1260
|
}[] | undefined;
|
|
1258
1261
|
}>>;
|
|
1262
|
+
duplicate: z.ZodOptional<z.ZodBoolean>;
|
|
1259
1263
|
error: z.ZodString;
|
|
1260
1264
|
}, "strip", z.ZodTypeAny, {
|
|
1261
1265
|
error: string;
|
|
@@ -1267,13 +1271,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1267
1271
|
createdAt?: string | undefined;
|
|
1268
1272
|
updatedAt?: string | undefined;
|
|
1269
1273
|
primaryEmailAddress?: {
|
|
1270
|
-
value: string;
|
|
1271
1274
|
type: "Personal" | "Work" | "Other";
|
|
1275
|
+
value: string;
|
|
1272
1276
|
isPrimary: boolean;
|
|
1273
1277
|
} | null | undefined;
|
|
1274
1278
|
primaryPhoneNumber?: {
|
|
1275
|
-
value: string;
|
|
1276
1279
|
type: "Personal" | "Work" | "Other";
|
|
1280
|
+
value: string;
|
|
1277
1281
|
isPrimary: boolean;
|
|
1278
1282
|
} | null | undefined;
|
|
1279
1283
|
customFields?: {
|
|
@@ -1283,6 +1287,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1283
1287
|
isPrivate?: boolean | undefined;
|
|
1284
1288
|
}[] | undefined;
|
|
1285
1289
|
} | undefined;
|
|
1290
|
+
duplicate?: boolean | undefined;
|
|
1286
1291
|
}, {
|
|
1287
1292
|
error: string;
|
|
1288
1293
|
success: boolean;
|
|
@@ -1293,13 +1298,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1293
1298
|
createdAt?: string | undefined;
|
|
1294
1299
|
updatedAt?: string | undefined;
|
|
1295
1300
|
primaryEmailAddress?: {
|
|
1296
|
-
value: string;
|
|
1297
1301
|
type: "Personal" | "Work" | "Other";
|
|
1302
|
+
value: string;
|
|
1298
1303
|
isPrimary: boolean;
|
|
1299
1304
|
} | null | undefined;
|
|
1300
1305
|
primaryPhoneNumber?: {
|
|
1301
|
-
value: string;
|
|
1302
1306
|
type: "Personal" | "Work" | "Other";
|
|
1307
|
+
value: string;
|
|
1303
1308
|
isPrimary: boolean;
|
|
1304
1309
|
} | null | undefined;
|
|
1305
1310
|
customFields?: {
|
|
@@ -1309,6 +1314,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1309
1314
|
isPrivate?: boolean | undefined;
|
|
1310
1315
|
}[] | undefined;
|
|
1311
1316
|
} | undefined;
|
|
1317
|
+
duplicate?: boolean | undefined;
|
|
1312
1318
|
}>, z.ZodObject<{
|
|
1313
1319
|
operation: z.ZodLiteral<"search_candidates">;
|
|
1314
1320
|
success: z.ZodBoolean;
|
|
@@ -1322,12 +1328,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1322
1328
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
1323
1329
|
isPrimary: z.ZodBoolean;
|
|
1324
1330
|
}, "strip", z.ZodTypeAny, {
|
|
1325
|
-
value: string;
|
|
1326
1331
|
type: "Personal" | "Work" | "Other";
|
|
1332
|
+
value: string;
|
|
1327
1333
|
isPrimary: boolean;
|
|
1328
1334
|
}, {
|
|
1329
|
-
value: string;
|
|
1330
1335
|
type: "Personal" | "Work" | "Other";
|
|
1336
|
+
value: string;
|
|
1331
1337
|
isPrimary: boolean;
|
|
1332
1338
|
}>>>;
|
|
1333
1339
|
primaryPhoneNumber: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1335,12 +1341,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1335
1341
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
1336
1342
|
isPrimary: z.ZodBoolean;
|
|
1337
1343
|
}, "strip", z.ZodTypeAny, {
|
|
1338
|
-
value: string;
|
|
1339
1344
|
type: "Personal" | "Work" | "Other";
|
|
1345
|
+
value: string;
|
|
1340
1346
|
isPrimary: boolean;
|
|
1341
1347
|
}, {
|
|
1342
|
-
value: string;
|
|
1343
1348
|
type: "Personal" | "Work" | "Other";
|
|
1349
|
+
value: string;
|
|
1344
1350
|
isPrimary: boolean;
|
|
1345
1351
|
}>>>;
|
|
1346
1352
|
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1365,13 +1371,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1365
1371
|
createdAt?: string | undefined;
|
|
1366
1372
|
updatedAt?: string | undefined;
|
|
1367
1373
|
primaryEmailAddress?: {
|
|
1368
|
-
value: string;
|
|
1369
1374
|
type: "Personal" | "Work" | "Other";
|
|
1375
|
+
value: string;
|
|
1370
1376
|
isPrimary: boolean;
|
|
1371
1377
|
} | null | undefined;
|
|
1372
1378
|
primaryPhoneNumber?: {
|
|
1373
|
-
value: string;
|
|
1374
1379
|
type: "Personal" | "Work" | "Other";
|
|
1380
|
+
value: string;
|
|
1375
1381
|
isPrimary: boolean;
|
|
1376
1382
|
} | null | undefined;
|
|
1377
1383
|
customFields?: {
|
|
@@ -1386,13 +1392,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1386
1392
|
createdAt?: string | undefined;
|
|
1387
1393
|
updatedAt?: string | undefined;
|
|
1388
1394
|
primaryEmailAddress?: {
|
|
1389
|
-
value: string;
|
|
1390
1395
|
type: "Personal" | "Work" | "Other";
|
|
1396
|
+
value: string;
|
|
1391
1397
|
isPrimary: boolean;
|
|
1392
1398
|
} | null | undefined;
|
|
1393
1399
|
primaryPhoneNumber?: {
|
|
1394
|
-
value: string;
|
|
1395
1400
|
type: "Personal" | "Work" | "Other";
|
|
1401
|
+
value: string;
|
|
1396
1402
|
isPrimary: boolean;
|
|
1397
1403
|
} | null | undefined;
|
|
1398
1404
|
customFields?: {
|
|
@@ -1413,13 +1419,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1413
1419
|
createdAt?: string | undefined;
|
|
1414
1420
|
updatedAt?: string | undefined;
|
|
1415
1421
|
primaryEmailAddress?: {
|
|
1416
|
-
value: string;
|
|
1417
1422
|
type: "Personal" | "Work" | "Other";
|
|
1423
|
+
value: string;
|
|
1418
1424
|
isPrimary: boolean;
|
|
1419
1425
|
} | null | undefined;
|
|
1420
1426
|
primaryPhoneNumber?: {
|
|
1421
|
-
value: string;
|
|
1422
1427
|
type: "Personal" | "Work" | "Other";
|
|
1428
|
+
value: string;
|
|
1423
1429
|
isPrimary: boolean;
|
|
1424
1430
|
} | null | undefined;
|
|
1425
1431
|
customFields?: {
|
|
@@ -1439,13 +1445,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1439
1445
|
createdAt?: string | undefined;
|
|
1440
1446
|
updatedAt?: string | undefined;
|
|
1441
1447
|
primaryEmailAddress?: {
|
|
1442
|
-
value: string;
|
|
1443
1448
|
type: "Personal" | "Work" | "Other";
|
|
1449
|
+
value: string;
|
|
1444
1450
|
isPrimary: boolean;
|
|
1445
1451
|
} | null | undefined;
|
|
1446
1452
|
primaryPhoneNumber?: {
|
|
1447
|
-
value: string;
|
|
1448
1453
|
type: "Personal" | "Work" | "Other";
|
|
1454
|
+
value: string;
|
|
1449
1455
|
isPrimary: boolean;
|
|
1450
1456
|
} | null | undefined;
|
|
1451
1457
|
customFields?: {
|
|
@@ -1468,12 +1474,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1468
1474
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
1469
1475
|
isPrimary: z.ZodBoolean;
|
|
1470
1476
|
}, "strip", z.ZodTypeAny, {
|
|
1471
|
-
value: string;
|
|
1472
1477
|
type: "Personal" | "Work" | "Other";
|
|
1478
|
+
value: string;
|
|
1473
1479
|
isPrimary: boolean;
|
|
1474
1480
|
}, {
|
|
1475
|
-
value: string;
|
|
1476
1481
|
type: "Personal" | "Work" | "Other";
|
|
1482
|
+
value: string;
|
|
1477
1483
|
isPrimary: boolean;
|
|
1478
1484
|
}>>>;
|
|
1479
1485
|
primaryPhoneNumber: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1481,12 +1487,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1481
1487
|
type: z.ZodEnum<["Personal", "Work", "Other"]>;
|
|
1482
1488
|
isPrimary: z.ZodBoolean;
|
|
1483
1489
|
}, "strip", z.ZodTypeAny, {
|
|
1484
|
-
value: string;
|
|
1485
1490
|
type: "Personal" | "Work" | "Other";
|
|
1491
|
+
value: string;
|
|
1486
1492
|
isPrimary: boolean;
|
|
1487
1493
|
}, {
|
|
1488
|
-
value: string;
|
|
1489
1494
|
type: "Personal" | "Work" | "Other";
|
|
1495
|
+
value: string;
|
|
1490
1496
|
isPrimary: boolean;
|
|
1491
1497
|
}>>>;
|
|
1492
1498
|
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1511,13 +1517,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1511
1517
|
createdAt?: string | undefined;
|
|
1512
1518
|
updatedAt?: string | undefined;
|
|
1513
1519
|
primaryEmailAddress?: {
|
|
1514
|
-
value: string;
|
|
1515
1520
|
type: "Personal" | "Work" | "Other";
|
|
1521
|
+
value: string;
|
|
1516
1522
|
isPrimary: boolean;
|
|
1517
1523
|
} | null | undefined;
|
|
1518
1524
|
primaryPhoneNumber?: {
|
|
1519
|
-
value: string;
|
|
1520
1525
|
type: "Personal" | "Work" | "Other";
|
|
1526
|
+
value: string;
|
|
1521
1527
|
isPrimary: boolean;
|
|
1522
1528
|
} | null | undefined;
|
|
1523
1529
|
customFields?: {
|
|
@@ -1532,13 +1538,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1532
1538
|
createdAt?: string | undefined;
|
|
1533
1539
|
updatedAt?: string | undefined;
|
|
1534
1540
|
primaryEmailAddress?: {
|
|
1535
|
-
value: string;
|
|
1536
1541
|
type: "Personal" | "Work" | "Other";
|
|
1542
|
+
value: string;
|
|
1537
1543
|
isPrimary: boolean;
|
|
1538
1544
|
} | null | undefined;
|
|
1539
1545
|
primaryPhoneNumber?: {
|
|
1540
|
-
value: string;
|
|
1541
1546
|
type: "Personal" | "Work" | "Other";
|
|
1547
|
+
value: string;
|
|
1542
1548
|
isPrimary: boolean;
|
|
1543
1549
|
} | null | undefined;
|
|
1544
1550
|
customFields?: {
|
|
@@ -1559,13 +1565,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1559
1565
|
createdAt?: string | undefined;
|
|
1560
1566
|
updatedAt?: string | undefined;
|
|
1561
1567
|
primaryEmailAddress?: {
|
|
1562
|
-
value: string;
|
|
1563
1568
|
type: "Personal" | "Work" | "Other";
|
|
1569
|
+
value: string;
|
|
1564
1570
|
isPrimary: boolean;
|
|
1565
1571
|
} | null | undefined;
|
|
1566
1572
|
primaryPhoneNumber?: {
|
|
1567
|
-
value: string;
|
|
1568
1573
|
type: "Personal" | "Work" | "Other";
|
|
1574
|
+
value: string;
|
|
1569
1575
|
isPrimary: boolean;
|
|
1570
1576
|
} | null | undefined;
|
|
1571
1577
|
customFields?: {
|
|
@@ -1585,13 +1591,13 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1585
1591
|
createdAt?: string | undefined;
|
|
1586
1592
|
updatedAt?: string | undefined;
|
|
1587
1593
|
primaryEmailAddress?: {
|
|
1588
|
-
value: string;
|
|
1589
1594
|
type: "Personal" | "Work" | "Other";
|
|
1595
|
+
value: string;
|
|
1590
1596
|
isPrimary: boolean;
|
|
1591
1597
|
} | null | undefined;
|
|
1592
1598
|
primaryPhoneNumber?: {
|
|
1593
|
-
value: string;
|
|
1594
1599
|
type: "Personal" | "Work" | "Other";
|
|
1600
|
+
value: string;
|
|
1595
1601
|
isPrimary: boolean;
|
|
1596
1602
|
} | null | undefined;
|
|
1597
1603
|
customFields?: {
|