@bubblelab/bubble-core 0.1.55 → 0.1.56
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 +102 -102
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
- package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
- package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +112 -112
- package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
- package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
- package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
- package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -105,33 +105,33 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
105
105
|
}, "strip", import("zod").ZodTypeAny, {
|
|
106
106
|
name: string;
|
|
107
107
|
operation: "create_candidate";
|
|
108
|
-
linkedin_url?: string | undefined;
|
|
109
108
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
109
|
+
website?: string | undefined;
|
|
110
110
|
emails?: {
|
|
111
111
|
type: "Personal" | "Work" | "Other";
|
|
112
112
|
email: string;
|
|
113
113
|
}[] | undefined;
|
|
114
|
-
website?: string | undefined;
|
|
115
|
-
tag?: string | undefined;
|
|
116
114
|
phone_number?: string | undefined;
|
|
115
|
+
linkedin_url?: string | undefined;
|
|
117
116
|
github_url?: string | undefined;
|
|
118
117
|
source_id?: string | undefined;
|
|
119
118
|
credited_to_user_id?: string | undefined;
|
|
119
|
+
tag?: string | undefined;
|
|
120
120
|
}, {
|
|
121
121
|
name: string;
|
|
122
122
|
operation: "create_candidate";
|
|
123
|
-
linkedin_url?: string | undefined;
|
|
124
123
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
124
|
+
website?: string | undefined;
|
|
125
125
|
emails?: {
|
|
126
126
|
type: "Personal" | "Work" | "Other";
|
|
127
127
|
email: string;
|
|
128
128
|
}[] | undefined;
|
|
129
|
-
website?: string | undefined;
|
|
130
|
-
tag?: string | undefined;
|
|
131
129
|
phone_number?: string | undefined;
|
|
130
|
+
linkedin_url?: string | undefined;
|
|
132
131
|
github_url?: string | undefined;
|
|
133
132
|
source_id?: string | undefined;
|
|
134
133
|
credited_to_user_id?: string | undefined;
|
|
134
|
+
tag?: string | undefined;
|
|
135
135
|
}>, import("zod").ZodObject<{
|
|
136
136
|
operation: import("zod").ZodLiteral<"search_candidates">;
|
|
137
137
|
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -140,13 +140,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
140
140
|
}, "strip", import("zod").ZodTypeAny, {
|
|
141
141
|
operation: "search_candidates";
|
|
142
142
|
name?: string | undefined;
|
|
143
|
-
email?: string | undefined;
|
|
144
143
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
144
|
+
email?: string | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
operation: "search_candidates";
|
|
147
147
|
name?: string | undefined;
|
|
148
|
-
email?: string | undefined;
|
|
149
148
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
149
|
+
email?: string | undefined;
|
|
150
150
|
}>, import("zod").ZodObject<{
|
|
151
151
|
operation: import("zod").ZodLiteral<"add_tag">;
|
|
152
152
|
candidate_id: import("zod").ZodString;
|
|
@@ -218,12 +218,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
218
218
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
219
219
|
isPrimary: import("zod").ZodBoolean;
|
|
220
220
|
}, "strip", import("zod").ZodTypeAny, {
|
|
221
|
-
type: "Personal" | "Work" | "Other";
|
|
222
221
|
value: string;
|
|
222
|
+
type: "Personal" | "Work" | "Other";
|
|
223
223
|
isPrimary: boolean;
|
|
224
224
|
}, {
|
|
225
|
-
type: "Personal" | "Work" | "Other";
|
|
226
225
|
value: string;
|
|
226
|
+
type: "Personal" | "Work" | "Other";
|
|
227
227
|
isPrimary: boolean;
|
|
228
228
|
}>>>;
|
|
229
229
|
emailAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -231,12 +231,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
231
231
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
232
232
|
isPrimary: import("zod").ZodBoolean;
|
|
233
233
|
}, "strip", import("zod").ZodTypeAny, {
|
|
234
|
-
type: "Personal" | "Work" | "Other";
|
|
235
234
|
value: string;
|
|
235
|
+
type: "Personal" | "Work" | "Other";
|
|
236
236
|
isPrimary: boolean;
|
|
237
237
|
}, {
|
|
238
|
-
type: "Personal" | "Work" | "Other";
|
|
239
238
|
value: string;
|
|
239
|
+
type: "Personal" | "Work" | "Other";
|
|
240
240
|
isPrimary: boolean;
|
|
241
241
|
}>, "many">>;
|
|
242
242
|
primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -244,12 +244,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
244
244
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
245
245
|
isPrimary: import("zod").ZodBoolean;
|
|
246
246
|
}, "strip", import("zod").ZodTypeAny, {
|
|
247
|
-
type: "Personal" | "Work" | "Other";
|
|
248
247
|
value: string;
|
|
248
|
+
type: "Personal" | "Work" | "Other";
|
|
249
249
|
isPrimary: boolean;
|
|
250
250
|
}, {
|
|
251
|
-
type: "Personal" | "Work" | "Other";
|
|
252
251
|
value: string;
|
|
252
|
+
type: "Personal" | "Work" | "Other";
|
|
253
253
|
isPrimary: boolean;
|
|
254
254
|
}>>>;
|
|
255
255
|
phoneNumbers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -257,12 +257,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
257
257
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
258
258
|
isPrimary: import("zod").ZodBoolean;
|
|
259
259
|
}, "strip", import("zod").ZodTypeAny, {
|
|
260
|
-
type: "Personal" | "Work" | "Other";
|
|
261
260
|
value: string;
|
|
261
|
+
type: "Personal" | "Work" | "Other";
|
|
262
262
|
isPrimary: boolean;
|
|
263
263
|
}, {
|
|
264
|
-
type: "Personal" | "Work" | "Other";
|
|
265
264
|
value: string;
|
|
265
|
+
type: "Personal" | "Work" | "Other";
|
|
266
266
|
isPrimary: boolean;
|
|
267
267
|
}>, "many">>;
|
|
268
268
|
socialLinks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -337,39 +337,45 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
337
337
|
}, "strip", import("zod").ZodTypeAny, {
|
|
338
338
|
name: string;
|
|
339
339
|
id: string;
|
|
340
|
-
company?: string | null | undefined;
|
|
341
340
|
tags?: {
|
|
342
341
|
title: string;
|
|
343
342
|
id: string;
|
|
344
343
|
isArchived?: boolean | undefined;
|
|
345
344
|
}[] | undefined;
|
|
346
345
|
createdAt?: string | undefined;
|
|
347
|
-
position?: string | null | undefined;
|
|
348
346
|
updatedAt?: string | undefined;
|
|
349
347
|
primaryEmailAddress?: {
|
|
350
|
-
type: "Personal" | "Work" | "Other";
|
|
351
348
|
value: string;
|
|
349
|
+
type: "Personal" | "Work" | "Other";
|
|
352
350
|
isPrimary: boolean;
|
|
353
351
|
} | null | undefined;
|
|
354
|
-
|
|
355
|
-
type: "Personal" | "Work" | "Other";
|
|
352
|
+
primaryPhoneNumber?: {
|
|
356
353
|
value: string;
|
|
354
|
+
type: "Personal" | "Work" | "Other";
|
|
357
355
|
isPrimary: boolean;
|
|
356
|
+
} | null | undefined;
|
|
357
|
+
customFields?: {
|
|
358
|
+
title: string;
|
|
359
|
+
id: string;
|
|
360
|
+
value?: unknown;
|
|
361
|
+
isPrivate?: boolean | undefined;
|
|
358
362
|
}[] | undefined;
|
|
359
|
-
|
|
360
|
-
type: "Personal" | "Work" | "Other";
|
|
363
|
+
emailAddresses?: {
|
|
361
364
|
value: string;
|
|
365
|
+
type: "Personal" | "Work" | "Other";
|
|
362
366
|
isPrimary: boolean;
|
|
363
|
-
} |
|
|
367
|
+
}[] | undefined;
|
|
364
368
|
phoneNumbers?: {
|
|
365
|
-
type: "Personal" | "Work" | "Other";
|
|
366
369
|
value: string;
|
|
370
|
+
type: "Personal" | "Work" | "Other";
|
|
367
371
|
isPrimary: boolean;
|
|
368
372
|
}[] | undefined;
|
|
369
373
|
socialLinks?: {
|
|
370
374
|
type: string;
|
|
371
375
|
url: string;
|
|
372
376
|
}[] | undefined;
|
|
377
|
+
position?: string | null | undefined;
|
|
378
|
+
company?: string | null | undefined;
|
|
373
379
|
school?: string | null | undefined;
|
|
374
380
|
applicationIds?: string[] | undefined;
|
|
375
381
|
resumeFileHandle?: {
|
|
@@ -382,48 +388,48 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
382
388
|
id: string;
|
|
383
389
|
handle: string;
|
|
384
390
|
}[] | undefined;
|
|
385
|
-
customFields?: {
|
|
386
|
-
title: string;
|
|
387
|
-
id: string;
|
|
388
|
-
value?: unknown;
|
|
389
|
-
isPrivate?: boolean | undefined;
|
|
390
|
-
}[] | undefined;
|
|
391
391
|
}, {
|
|
392
392
|
name: string;
|
|
393
393
|
id: string;
|
|
394
|
-
company?: string | null | undefined;
|
|
395
394
|
tags?: {
|
|
396
395
|
title: string;
|
|
397
396
|
id: string;
|
|
398
397
|
isArchived?: boolean | undefined;
|
|
399
398
|
}[] | undefined;
|
|
400
399
|
createdAt?: string | undefined;
|
|
401
|
-
position?: string | null | undefined;
|
|
402
400
|
updatedAt?: string | undefined;
|
|
403
401
|
primaryEmailAddress?: {
|
|
404
|
-
type: "Personal" | "Work" | "Other";
|
|
405
402
|
value: string;
|
|
403
|
+
type: "Personal" | "Work" | "Other";
|
|
406
404
|
isPrimary: boolean;
|
|
407
405
|
} | null | undefined;
|
|
408
|
-
|
|
409
|
-
type: "Personal" | "Work" | "Other";
|
|
406
|
+
primaryPhoneNumber?: {
|
|
410
407
|
value: string;
|
|
408
|
+
type: "Personal" | "Work" | "Other";
|
|
411
409
|
isPrimary: boolean;
|
|
410
|
+
} | null | undefined;
|
|
411
|
+
customFields?: {
|
|
412
|
+
title: string;
|
|
413
|
+
id: string;
|
|
414
|
+
value?: unknown;
|
|
415
|
+
isPrivate?: boolean | undefined;
|
|
412
416
|
}[] | undefined;
|
|
413
|
-
|
|
414
|
-
type: "Personal" | "Work" | "Other";
|
|
417
|
+
emailAddresses?: {
|
|
415
418
|
value: string;
|
|
419
|
+
type: "Personal" | "Work" | "Other";
|
|
416
420
|
isPrimary: boolean;
|
|
417
|
-
} |
|
|
421
|
+
}[] | undefined;
|
|
418
422
|
phoneNumbers?: {
|
|
419
|
-
type: "Personal" | "Work" | "Other";
|
|
420
423
|
value: string;
|
|
424
|
+
type: "Personal" | "Work" | "Other";
|
|
421
425
|
isPrimary: boolean;
|
|
422
426
|
}[] | undefined;
|
|
423
427
|
socialLinks?: {
|
|
424
428
|
type: string;
|
|
425
429
|
url: string;
|
|
426
430
|
}[] | undefined;
|
|
431
|
+
position?: string | null | undefined;
|
|
432
|
+
company?: string | null | undefined;
|
|
427
433
|
school?: string | null | undefined;
|
|
428
434
|
applicationIds?: string[] | undefined;
|
|
429
435
|
resumeFileHandle?: {
|
|
@@ -436,12 +442,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
436
442
|
id: string;
|
|
437
443
|
handle: string;
|
|
438
444
|
}[] | undefined;
|
|
439
|
-
customFields?: {
|
|
440
|
-
title: string;
|
|
441
|
-
id: string;
|
|
442
|
-
value?: unknown;
|
|
443
|
-
isPrivate?: boolean | undefined;
|
|
444
|
-
}[] | undefined;
|
|
445
445
|
}>, "many">>;
|
|
446
446
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
447
447
|
more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -456,39 +456,45 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
456
456
|
candidates?: {
|
|
457
457
|
name: string;
|
|
458
458
|
id: string;
|
|
459
|
-
company?: string | null | undefined;
|
|
460
459
|
tags?: {
|
|
461
460
|
title: string;
|
|
462
461
|
id: string;
|
|
463
462
|
isArchived?: boolean | undefined;
|
|
464
463
|
}[] | undefined;
|
|
465
464
|
createdAt?: string | undefined;
|
|
466
|
-
position?: string | null | undefined;
|
|
467
465
|
updatedAt?: string | undefined;
|
|
468
466
|
primaryEmailAddress?: {
|
|
469
|
-
type: "Personal" | "Work" | "Other";
|
|
470
467
|
value: string;
|
|
468
|
+
type: "Personal" | "Work" | "Other";
|
|
471
469
|
isPrimary: boolean;
|
|
472
470
|
} | null | undefined;
|
|
473
|
-
|
|
474
|
-
type: "Personal" | "Work" | "Other";
|
|
471
|
+
primaryPhoneNumber?: {
|
|
475
472
|
value: string;
|
|
473
|
+
type: "Personal" | "Work" | "Other";
|
|
476
474
|
isPrimary: boolean;
|
|
475
|
+
} | null | undefined;
|
|
476
|
+
customFields?: {
|
|
477
|
+
title: string;
|
|
478
|
+
id: string;
|
|
479
|
+
value?: unknown;
|
|
480
|
+
isPrivate?: boolean | undefined;
|
|
477
481
|
}[] | undefined;
|
|
478
|
-
|
|
479
|
-
type: "Personal" | "Work" | "Other";
|
|
482
|
+
emailAddresses?: {
|
|
480
483
|
value: string;
|
|
484
|
+
type: "Personal" | "Work" | "Other";
|
|
481
485
|
isPrimary: boolean;
|
|
482
|
-
} |
|
|
486
|
+
}[] | undefined;
|
|
483
487
|
phoneNumbers?: {
|
|
484
|
-
type: "Personal" | "Work" | "Other";
|
|
485
488
|
value: string;
|
|
489
|
+
type: "Personal" | "Work" | "Other";
|
|
486
490
|
isPrimary: boolean;
|
|
487
491
|
}[] | undefined;
|
|
488
492
|
socialLinks?: {
|
|
489
493
|
type: string;
|
|
490
494
|
url: string;
|
|
491
495
|
}[] | undefined;
|
|
496
|
+
position?: string | null | undefined;
|
|
497
|
+
company?: string | null | undefined;
|
|
492
498
|
school?: string | null | undefined;
|
|
493
499
|
applicationIds?: string[] | undefined;
|
|
494
500
|
resumeFileHandle?: {
|
|
@@ -501,12 +507,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
501
507
|
id: string;
|
|
502
508
|
handle: string;
|
|
503
509
|
}[] | undefined;
|
|
504
|
-
customFields?: {
|
|
505
|
-
title: string;
|
|
506
|
-
id: string;
|
|
507
|
-
value?: unknown;
|
|
508
|
-
isPrivate?: boolean | undefined;
|
|
509
|
-
}[] | undefined;
|
|
510
510
|
}[] | undefined;
|
|
511
511
|
more_data_available?: boolean | undefined;
|
|
512
512
|
}, {
|
|
@@ -518,39 +518,45 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
518
518
|
candidates?: {
|
|
519
519
|
name: string;
|
|
520
520
|
id: string;
|
|
521
|
-
company?: string | null | undefined;
|
|
522
521
|
tags?: {
|
|
523
522
|
title: string;
|
|
524
523
|
id: string;
|
|
525
524
|
isArchived?: boolean | undefined;
|
|
526
525
|
}[] | undefined;
|
|
527
526
|
createdAt?: string | undefined;
|
|
528
|
-
position?: string | null | undefined;
|
|
529
527
|
updatedAt?: string | undefined;
|
|
530
528
|
primaryEmailAddress?: {
|
|
531
|
-
type: "Personal" | "Work" | "Other";
|
|
532
529
|
value: string;
|
|
530
|
+
type: "Personal" | "Work" | "Other";
|
|
533
531
|
isPrimary: boolean;
|
|
534
532
|
} | null | undefined;
|
|
535
|
-
|
|
536
|
-
type: "Personal" | "Work" | "Other";
|
|
533
|
+
primaryPhoneNumber?: {
|
|
537
534
|
value: string;
|
|
535
|
+
type: "Personal" | "Work" | "Other";
|
|
538
536
|
isPrimary: boolean;
|
|
537
|
+
} | null | undefined;
|
|
538
|
+
customFields?: {
|
|
539
|
+
title: string;
|
|
540
|
+
id: string;
|
|
541
|
+
value?: unknown;
|
|
542
|
+
isPrivate?: boolean | undefined;
|
|
539
543
|
}[] | undefined;
|
|
540
|
-
|
|
541
|
-
type: "Personal" | "Work" | "Other";
|
|
544
|
+
emailAddresses?: {
|
|
542
545
|
value: string;
|
|
546
|
+
type: "Personal" | "Work" | "Other";
|
|
543
547
|
isPrimary: boolean;
|
|
544
|
-
} |
|
|
548
|
+
}[] | undefined;
|
|
545
549
|
phoneNumbers?: {
|
|
546
|
-
type: "Personal" | "Work" | "Other";
|
|
547
550
|
value: string;
|
|
551
|
+
type: "Personal" | "Work" | "Other";
|
|
548
552
|
isPrimary: boolean;
|
|
549
553
|
}[] | undefined;
|
|
550
554
|
socialLinks?: {
|
|
551
555
|
type: string;
|
|
552
556
|
url: string;
|
|
553
557
|
}[] | undefined;
|
|
558
|
+
position?: string | null | undefined;
|
|
559
|
+
company?: string | null | undefined;
|
|
554
560
|
school?: string | null | undefined;
|
|
555
561
|
applicationIds?: string[] | undefined;
|
|
556
562
|
resumeFileHandle?: {
|
|
@@ -563,12 +569,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
563
569
|
id: string;
|
|
564
570
|
handle: string;
|
|
565
571
|
}[] | undefined;
|
|
566
|
-
customFields?: {
|
|
567
|
-
title: string;
|
|
568
|
-
id: string;
|
|
569
|
-
value?: unknown;
|
|
570
|
-
isPrivate?: boolean | undefined;
|
|
571
|
-
}[] | undefined;
|
|
572
572
|
}[] | undefined;
|
|
573
573
|
more_data_available?: boolean | undefined;
|
|
574
574
|
}>, import("zod").ZodObject<{
|
|
@@ -584,12 +584,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
584
584
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
585
585
|
isPrimary: import("zod").ZodBoolean;
|
|
586
586
|
}, "strip", import("zod").ZodTypeAny, {
|
|
587
|
-
type: "Personal" | "Work" | "Other";
|
|
588
587
|
value: string;
|
|
588
|
+
type: "Personal" | "Work" | "Other";
|
|
589
589
|
isPrimary: boolean;
|
|
590
590
|
}, {
|
|
591
|
-
type: "Personal" | "Work" | "Other";
|
|
592
591
|
value: string;
|
|
592
|
+
type: "Personal" | "Work" | "Other";
|
|
593
593
|
isPrimary: boolean;
|
|
594
594
|
}>>>;
|
|
595
595
|
primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -597,12 +597,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
597
597
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
598
598
|
isPrimary: import("zod").ZodBoolean;
|
|
599
599
|
}, "strip", import("zod").ZodTypeAny, {
|
|
600
|
-
type: "Personal" | "Work" | "Other";
|
|
601
600
|
value: string;
|
|
601
|
+
type: "Personal" | "Work" | "Other";
|
|
602
602
|
isPrimary: boolean;
|
|
603
603
|
}, {
|
|
604
|
-
type: "Personal" | "Work" | "Other";
|
|
605
604
|
value: string;
|
|
605
|
+
type: "Personal" | "Work" | "Other";
|
|
606
606
|
isPrimary: boolean;
|
|
607
607
|
}>>>;
|
|
608
608
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -627,13 +627,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
627
627
|
createdAt?: string | undefined;
|
|
628
628
|
updatedAt?: string | undefined;
|
|
629
629
|
primaryEmailAddress?: {
|
|
630
|
-
type: "Personal" | "Work" | "Other";
|
|
631
630
|
value: string;
|
|
631
|
+
type: "Personal" | "Work" | "Other";
|
|
632
632
|
isPrimary: boolean;
|
|
633
633
|
} | null | undefined;
|
|
634
634
|
primaryPhoneNumber?: {
|
|
635
|
-
type: "Personal" | "Work" | "Other";
|
|
636
635
|
value: string;
|
|
636
|
+
type: "Personal" | "Work" | "Other";
|
|
637
637
|
isPrimary: boolean;
|
|
638
638
|
} | null | undefined;
|
|
639
639
|
customFields?: {
|
|
@@ -648,13 +648,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
648
648
|
createdAt?: string | undefined;
|
|
649
649
|
updatedAt?: string | undefined;
|
|
650
650
|
primaryEmailAddress?: {
|
|
651
|
-
type: "Personal" | "Work" | "Other";
|
|
652
651
|
value: string;
|
|
652
|
+
type: "Personal" | "Work" | "Other";
|
|
653
653
|
isPrimary: boolean;
|
|
654
654
|
} | null | undefined;
|
|
655
655
|
primaryPhoneNumber?: {
|
|
656
|
-
type: "Personal" | "Work" | "Other";
|
|
657
656
|
value: string;
|
|
657
|
+
type: "Personal" | "Work" | "Other";
|
|
658
658
|
isPrimary: boolean;
|
|
659
659
|
} | null | undefined;
|
|
660
660
|
customFields?: {
|
|
@@ -675,13 +675,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
675
675
|
createdAt?: string | undefined;
|
|
676
676
|
updatedAt?: string | undefined;
|
|
677
677
|
primaryEmailAddress?: {
|
|
678
|
-
type: "Personal" | "Work" | "Other";
|
|
679
678
|
value: string;
|
|
679
|
+
type: "Personal" | "Work" | "Other";
|
|
680
680
|
isPrimary: boolean;
|
|
681
681
|
} | null | undefined;
|
|
682
682
|
primaryPhoneNumber?: {
|
|
683
|
-
type: "Personal" | "Work" | "Other";
|
|
684
683
|
value: string;
|
|
684
|
+
type: "Personal" | "Work" | "Other";
|
|
685
685
|
isPrimary: boolean;
|
|
686
686
|
} | null | undefined;
|
|
687
687
|
customFields?: {
|
|
@@ -701,13 +701,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
701
701
|
createdAt?: string | undefined;
|
|
702
702
|
updatedAt?: string | undefined;
|
|
703
703
|
primaryEmailAddress?: {
|
|
704
|
-
type: "Personal" | "Work" | "Other";
|
|
705
704
|
value: string;
|
|
705
|
+
type: "Personal" | "Work" | "Other";
|
|
706
706
|
isPrimary: boolean;
|
|
707
707
|
} | null | undefined;
|
|
708
708
|
primaryPhoneNumber?: {
|
|
709
|
-
type: "Personal" | "Work" | "Other";
|
|
710
709
|
value: string;
|
|
710
|
+
type: "Personal" | "Work" | "Other";
|
|
711
711
|
isPrimary: boolean;
|
|
712
712
|
} | null | undefined;
|
|
713
713
|
customFields?: {
|
|
@@ -730,12 +730,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
730
730
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
731
731
|
isPrimary: import("zod").ZodBoolean;
|
|
732
732
|
}, "strip", import("zod").ZodTypeAny, {
|
|
733
|
-
type: "Personal" | "Work" | "Other";
|
|
734
733
|
value: string;
|
|
734
|
+
type: "Personal" | "Work" | "Other";
|
|
735
735
|
isPrimary: boolean;
|
|
736
736
|
}, {
|
|
737
|
-
type: "Personal" | "Work" | "Other";
|
|
738
737
|
value: string;
|
|
738
|
+
type: "Personal" | "Work" | "Other";
|
|
739
739
|
isPrimary: boolean;
|
|
740
740
|
}>>>;
|
|
741
741
|
primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -743,12 +743,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
743
743
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
744
744
|
isPrimary: import("zod").ZodBoolean;
|
|
745
745
|
}, "strip", import("zod").ZodTypeAny, {
|
|
746
|
-
type: "Personal" | "Work" | "Other";
|
|
747
746
|
value: string;
|
|
747
|
+
type: "Personal" | "Work" | "Other";
|
|
748
748
|
isPrimary: boolean;
|
|
749
749
|
}, {
|
|
750
|
-
type: "Personal" | "Work" | "Other";
|
|
751
750
|
value: string;
|
|
751
|
+
type: "Personal" | "Work" | "Other";
|
|
752
752
|
isPrimary: boolean;
|
|
753
753
|
}>>>;
|
|
754
754
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -773,13 +773,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
773
773
|
createdAt?: string | undefined;
|
|
774
774
|
updatedAt?: string | undefined;
|
|
775
775
|
primaryEmailAddress?: {
|
|
776
|
-
type: "Personal" | "Work" | "Other";
|
|
777
776
|
value: string;
|
|
777
|
+
type: "Personal" | "Work" | "Other";
|
|
778
778
|
isPrimary: boolean;
|
|
779
779
|
} | null | undefined;
|
|
780
780
|
primaryPhoneNumber?: {
|
|
781
|
-
type: "Personal" | "Work" | "Other";
|
|
782
781
|
value: string;
|
|
782
|
+
type: "Personal" | "Work" | "Other";
|
|
783
783
|
isPrimary: boolean;
|
|
784
784
|
} | null | undefined;
|
|
785
785
|
customFields?: {
|
|
@@ -794,13 +794,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
794
794
|
createdAt?: string | undefined;
|
|
795
795
|
updatedAt?: string | undefined;
|
|
796
796
|
primaryEmailAddress?: {
|
|
797
|
-
type: "Personal" | "Work" | "Other";
|
|
798
797
|
value: string;
|
|
798
|
+
type: "Personal" | "Work" | "Other";
|
|
799
799
|
isPrimary: boolean;
|
|
800
800
|
} | null | undefined;
|
|
801
801
|
primaryPhoneNumber?: {
|
|
802
|
-
type: "Personal" | "Work" | "Other";
|
|
803
802
|
value: string;
|
|
803
|
+
type: "Personal" | "Work" | "Other";
|
|
804
804
|
isPrimary: boolean;
|
|
805
805
|
} | null | undefined;
|
|
806
806
|
customFields?: {
|
|
@@ -821,13 +821,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
821
821
|
createdAt?: string | undefined;
|
|
822
822
|
updatedAt?: string | undefined;
|
|
823
823
|
primaryEmailAddress?: {
|
|
824
|
-
type: "Personal" | "Work" | "Other";
|
|
825
824
|
value: string;
|
|
825
|
+
type: "Personal" | "Work" | "Other";
|
|
826
826
|
isPrimary: boolean;
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
primaryPhoneNumber?: {
|
|
829
|
-
type: "Personal" | "Work" | "Other";
|
|
830
829
|
value: string;
|
|
830
|
+
type: "Personal" | "Work" | "Other";
|
|
831
831
|
isPrimary: boolean;
|
|
832
832
|
} | null | undefined;
|
|
833
833
|
customFields?: {
|
|
@@ -847,13 +847,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
847
847
|
createdAt?: string | undefined;
|
|
848
848
|
updatedAt?: string | undefined;
|
|
849
849
|
primaryEmailAddress?: {
|
|
850
|
-
type: "Personal" | "Work" | "Other";
|
|
851
850
|
value: string;
|
|
851
|
+
type: "Personal" | "Work" | "Other";
|
|
852
852
|
isPrimary: boolean;
|
|
853
853
|
} | null | undefined;
|
|
854
854
|
primaryPhoneNumber?: {
|
|
855
|
-
type: "Personal" | "Work" | "Other";
|
|
856
855
|
value: string;
|
|
856
|
+
type: "Personal" | "Work" | "Other";
|
|
857
857
|
isPrimary: boolean;
|
|
858
858
|
} | null | undefined;
|
|
859
859
|
customFields?: {
|
|
@@ -876,12 +876,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
876
876
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
877
877
|
isPrimary: import("zod").ZodBoolean;
|
|
878
878
|
}, "strip", import("zod").ZodTypeAny, {
|
|
879
|
-
type: "Personal" | "Work" | "Other";
|
|
880
879
|
value: string;
|
|
880
|
+
type: "Personal" | "Work" | "Other";
|
|
881
881
|
isPrimary: boolean;
|
|
882
882
|
}, {
|
|
883
|
-
type: "Personal" | "Work" | "Other";
|
|
884
883
|
value: string;
|
|
884
|
+
type: "Personal" | "Work" | "Other";
|
|
885
885
|
isPrimary: boolean;
|
|
886
886
|
}>>>;
|
|
887
887
|
primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -889,12 +889,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
889
889
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
890
890
|
isPrimary: import("zod").ZodBoolean;
|
|
891
891
|
}, "strip", import("zod").ZodTypeAny, {
|
|
892
|
-
type: "Personal" | "Work" | "Other";
|
|
893
892
|
value: string;
|
|
893
|
+
type: "Personal" | "Work" | "Other";
|
|
894
894
|
isPrimary: boolean;
|
|
895
895
|
}, {
|
|
896
|
-
type: "Personal" | "Work" | "Other";
|
|
897
896
|
value: string;
|
|
897
|
+
type: "Personal" | "Work" | "Other";
|
|
898
898
|
isPrimary: boolean;
|
|
899
899
|
}>>>;
|
|
900
900
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -919,13 +919,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
919
919
|
createdAt?: string | undefined;
|
|
920
920
|
updatedAt?: string | undefined;
|
|
921
921
|
primaryEmailAddress?: {
|
|
922
|
-
type: "Personal" | "Work" | "Other";
|
|
923
922
|
value: string;
|
|
923
|
+
type: "Personal" | "Work" | "Other";
|
|
924
924
|
isPrimary: boolean;
|
|
925
925
|
} | null | undefined;
|
|
926
926
|
primaryPhoneNumber?: {
|
|
927
|
-
type: "Personal" | "Work" | "Other";
|
|
928
927
|
value: string;
|
|
928
|
+
type: "Personal" | "Work" | "Other";
|
|
929
929
|
isPrimary: boolean;
|
|
930
930
|
} | null | undefined;
|
|
931
931
|
customFields?: {
|
|
@@ -940,13 +940,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
940
940
|
createdAt?: string | undefined;
|
|
941
941
|
updatedAt?: string | undefined;
|
|
942
942
|
primaryEmailAddress?: {
|
|
943
|
-
type: "Personal" | "Work" | "Other";
|
|
944
943
|
value: string;
|
|
944
|
+
type: "Personal" | "Work" | "Other";
|
|
945
945
|
isPrimary: boolean;
|
|
946
946
|
} | null | undefined;
|
|
947
947
|
primaryPhoneNumber?: {
|
|
948
|
-
type: "Personal" | "Work" | "Other";
|
|
949
948
|
value: string;
|
|
949
|
+
type: "Personal" | "Work" | "Other";
|
|
950
950
|
isPrimary: boolean;
|
|
951
951
|
} | null | undefined;
|
|
952
952
|
customFields?: {
|
|
@@ -967,13 +967,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
967
967
|
createdAt?: string | undefined;
|
|
968
968
|
updatedAt?: string | undefined;
|
|
969
969
|
primaryEmailAddress?: {
|
|
970
|
-
type: "Personal" | "Work" | "Other";
|
|
971
970
|
value: string;
|
|
971
|
+
type: "Personal" | "Work" | "Other";
|
|
972
972
|
isPrimary: boolean;
|
|
973
973
|
} | null | undefined;
|
|
974
974
|
primaryPhoneNumber?: {
|
|
975
|
-
type: "Personal" | "Work" | "Other";
|
|
976
975
|
value: string;
|
|
976
|
+
type: "Personal" | "Work" | "Other";
|
|
977
977
|
isPrimary: boolean;
|
|
978
978
|
} | null | undefined;
|
|
979
979
|
customFields?: {
|
|
@@ -993,13 +993,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
993
993
|
createdAt?: string | undefined;
|
|
994
994
|
updatedAt?: string | undefined;
|
|
995
995
|
primaryEmailAddress?: {
|
|
996
|
-
type: "Personal" | "Work" | "Other";
|
|
997
996
|
value: string;
|
|
997
|
+
type: "Personal" | "Work" | "Other";
|
|
998
998
|
isPrimary: boolean;
|
|
999
999
|
} | null | undefined;
|
|
1000
1000
|
primaryPhoneNumber?: {
|
|
1001
|
-
type: "Personal" | "Work" | "Other";
|
|
1002
1001
|
value: string;
|
|
1002
|
+
type: "Personal" | "Work" | "Other";
|
|
1003
1003
|
isPrimary: boolean;
|
|
1004
1004
|
} | null | undefined;
|
|
1005
1005
|
customFields?: {
|
|
@@ -1022,12 +1022,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1022
1022
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
1023
1023
|
isPrimary: import("zod").ZodBoolean;
|
|
1024
1024
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1025
|
-
type: "Personal" | "Work" | "Other";
|
|
1026
1025
|
value: string;
|
|
1026
|
+
type: "Personal" | "Work" | "Other";
|
|
1027
1027
|
isPrimary: boolean;
|
|
1028
1028
|
}, {
|
|
1029
|
-
type: "Personal" | "Work" | "Other";
|
|
1030
1029
|
value: string;
|
|
1030
|
+
type: "Personal" | "Work" | "Other";
|
|
1031
1031
|
isPrimary: boolean;
|
|
1032
1032
|
}>>>;
|
|
1033
1033
|
primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -1035,12 +1035,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1035
1035
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
1036
1036
|
isPrimary: import("zod").ZodBoolean;
|
|
1037
1037
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1038
|
-
type: "Personal" | "Work" | "Other";
|
|
1039
1038
|
value: string;
|
|
1039
|
+
type: "Personal" | "Work" | "Other";
|
|
1040
1040
|
isPrimary: boolean;
|
|
1041
1041
|
}, {
|
|
1042
|
-
type: "Personal" | "Work" | "Other";
|
|
1043
1042
|
value: string;
|
|
1043
|
+
type: "Personal" | "Work" | "Other";
|
|
1044
1044
|
isPrimary: boolean;
|
|
1045
1045
|
}>>>;
|
|
1046
1046
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1065,13 +1065,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1065
1065
|
createdAt?: string | undefined;
|
|
1066
1066
|
updatedAt?: string | undefined;
|
|
1067
1067
|
primaryEmailAddress?: {
|
|
1068
|
-
type: "Personal" | "Work" | "Other";
|
|
1069
1068
|
value: string;
|
|
1069
|
+
type: "Personal" | "Work" | "Other";
|
|
1070
1070
|
isPrimary: boolean;
|
|
1071
1071
|
} | null | undefined;
|
|
1072
1072
|
primaryPhoneNumber?: {
|
|
1073
|
-
type: "Personal" | "Work" | "Other";
|
|
1074
1073
|
value: string;
|
|
1074
|
+
type: "Personal" | "Work" | "Other";
|
|
1075
1075
|
isPrimary: boolean;
|
|
1076
1076
|
} | null | undefined;
|
|
1077
1077
|
customFields?: {
|
|
@@ -1086,13 +1086,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1086
1086
|
createdAt?: string | undefined;
|
|
1087
1087
|
updatedAt?: string | undefined;
|
|
1088
1088
|
primaryEmailAddress?: {
|
|
1089
|
-
type: "Personal" | "Work" | "Other";
|
|
1090
1089
|
value: string;
|
|
1090
|
+
type: "Personal" | "Work" | "Other";
|
|
1091
1091
|
isPrimary: boolean;
|
|
1092
1092
|
} | null | undefined;
|
|
1093
1093
|
primaryPhoneNumber?: {
|
|
1094
|
-
type: "Personal" | "Work" | "Other";
|
|
1095
1094
|
value: string;
|
|
1095
|
+
type: "Personal" | "Work" | "Other";
|
|
1096
1096
|
isPrimary: boolean;
|
|
1097
1097
|
} | null | undefined;
|
|
1098
1098
|
customFields?: {
|
|
@@ -1113,13 +1113,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1113
1113
|
createdAt?: string | undefined;
|
|
1114
1114
|
updatedAt?: string | undefined;
|
|
1115
1115
|
primaryEmailAddress?: {
|
|
1116
|
-
type: "Personal" | "Work" | "Other";
|
|
1117
1116
|
value: string;
|
|
1117
|
+
type: "Personal" | "Work" | "Other";
|
|
1118
1118
|
isPrimary: boolean;
|
|
1119
1119
|
} | null | undefined;
|
|
1120
1120
|
primaryPhoneNumber?: {
|
|
1121
|
-
type: "Personal" | "Work" | "Other";
|
|
1122
1121
|
value: string;
|
|
1122
|
+
type: "Personal" | "Work" | "Other";
|
|
1123
1123
|
isPrimary: boolean;
|
|
1124
1124
|
} | null | undefined;
|
|
1125
1125
|
customFields?: {
|
|
@@ -1139,13 +1139,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1139
1139
|
createdAt?: string | undefined;
|
|
1140
1140
|
updatedAt?: string | undefined;
|
|
1141
1141
|
primaryEmailAddress?: {
|
|
1142
|
-
type: "Personal" | "Work" | "Other";
|
|
1143
1142
|
value: string;
|
|
1143
|
+
type: "Personal" | "Work" | "Other";
|
|
1144
1144
|
isPrimary: boolean;
|
|
1145
1145
|
} | null | undefined;
|
|
1146
1146
|
primaryPhoneNumber?: {
|
|
1147
|
-
type: "Personal" | "Work" | "Other";
|
|
1148
1147
|
value: string;
|
|
1148
|
+
type: "Personal" | "Work" | "Other";
|
|
1149
1149
|
isPrimary: boolean;
|
|
1150
1150
|
} | null | undefined;
|
|
1151
1151
|
customFields?: {
|
|
@@ -1251,8 +1251,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1251
1251
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1252
1252
|
title: string;
|
|
1253
1253
|
id: string;
|
|
1254
|
-
isArchived: boolean;
|
|
1255
1254
|
isPrivate: boolean;
|
|
1255
|
+
isArchived: boolean;
|
|
1256
1256
|
objectType: string;
|
|
1257
1257
|
fieldType: string;
|
|
1258
1258
|
selectableValues?: {
|
|
@@ -1263,8 +1263,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1263
1263
|
}, {
|
|
1264
1264
|
title: string;
|
|
1265
1265
|
id: string;
|
|
1266
|
-
isArchived: boolean;
|
|
1267
1266
|
isPrivate: boolean;
|
|
1267
|
+
isArchived: boolean;
|
|
1268
1268
|
objectType: string;
|
|
1269
1269
|
fieldType: string;
|
|
1270
1270
|
selectableValues?: {
|
|
@@ -1287,8 +1287,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1287
1287
|
custom_fields?: {
|
|
1288
1288
|
title: string;
|
|
1289
1289
|
id: string;
|
|
1290
|
-
isArchived: boolean;
|
|
1291
1290
|
isPrivate: boolean;
|
|
1291
|
+
isArchived: boolean;
|
|
1292
1292
|
objectType: string;
|
|
1293
1293
|
fieldType: string;
|
|
1294
1294
|
selectableValues?: {
|
|
@@ -1307,8 +1307,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1307
1307
|
custom_fields?: {
|
|
1308
1308
|
title: string;
|
|
1309
1309
|
id: string;
|
|
1310
|
-
isArchived: boolean;
|
|
1311
1310
|
isPrivate: boolean;
|
|
1311
|
+
isArchived: boolean;
|
|
1312
1312
|
objectType: string;
|
|
1313
1313
|
fieldType: string;
|
|
1314
1314
|
selectableValues?: {
|