@bubblelab/bubble-core 0.1.39 → 0.1.41
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 +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- 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 +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -57,18 +57,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
57
57
|
operation: "list_candidates";
|
|
58
58
|
limit: number;
|
|
59
59
|
status?: "Hired" | "Archived" | "Active" | "Lead" | undefined;
|
|
60
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
60
61
|
cursor?: string | undefined;
|
|
61
62
|
job_id?: string | undefined;
|
|
62
63
|
created_after?: number | undefined;
|
|
63
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
64
64
|
}, {
|
|
65
65
|
operation: "list_candidates";
|
|
66
66
|
status?: "Hired" | "Archived" | "Active" | "Lead" | undefined;
|
|
67
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
67
68
|
limit?: number | undefined;
|
|
68
69
|
cursor?: string | undefined;
|
|
69
70
|
job_id?: string | undefined;
|
|
70
71
|
created_after?: number | undefined;
|
|
71
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
72
|
}>, import("zod").ZodObject<{
|
|
73
73
|
operation: import("zod").ZodLiteral<"get_candidate">;
|
|
74
74
|
candidate_id: import("zod").ZodString;
|
|
@@ -106,6 +106,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
106
106
|
operation: "create_candidate";
|
|
107
107
|
name: string;
|
|
108
108
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
109
|
+
website?: string | undefined;
|
|
109
110
|
emails?: {
|
|
110
111
|
type: "Personal" | "Work" | "Other";
|
|
111
112
|
email: string;
|
|
@@ -113,7 +114,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
113
114
|
phone_number?: string | undefined;
|
|
114
115
|
linkedin_url?: string | undefined;
|
|
115
116
|
github_url?: string | undefined;
|
|
116
|
-
website?: string | undefined;
|
|
117
117
|
source_id?: string | undefined;
|
|
118
118
|
credited_to_user_id?: string | undefined;
|
|
119
119
|
tag?: string | undefined;
|
|
@@ -121,6 +121,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
121
121
|
operation: "create_candidate";
|
|
122
122
|
name: string;
|
|
123
123
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
124
|
+
website?: string | undefined;
|
|
124
125
|
emails?: {
|
|
125
126
|
type: "Personal" | "Work" | "Other";
|
|
126
127
|
email: string;
|
|
@@ -128,7 +129,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
128
129
|
phone_number?: string | undefined;
|
|
129
130
|
linkedin_url?: string | undefined;
|
|
130
131
|
github_url?: string | undefined;
|
|
131
|
-
website?: string | undefined;
|
|
132
132
|
source_id?: string | undefined;
|
|
133
133
|
credited_to_user_id?: string | undefined;
|
|
134
134
|
tag?: string | undefined;
|
|
@@ -195,14 +195,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
195
195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
196
196
|
operation: "list_custom_fields";
|
|
197
197
|
limit: number;
|
|
198
|
-
cursor?: string | undefined;
|
|
199
198
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
199
|
+
cursor?: string | undefined;
|
|
200
200
|
sync_token?: string | undefined;
|
|
201
201
|
}, {
|
|
202
202
|
operation: "list_custom_fields";
|
|
203
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
203
204
|
limit?: number | undefined;
|
|
204
205
|
cursor?: string | undefined;
|
|
205
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
206
206
|
sync_token?: string | undefined;
|
|
207
207
|
}>]>;
|
|
208
208
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
|
|
@@ -337,6 +337,11 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
337
337
|
}, "strip", import("zod").ZodTypeAny, {
|
|
338
338
|
name: string;
|
|
339
339
|
id: string;
|
|
340
|
+
tags?: {
|
|
341
|
+
title: string;
|
|
342
|
+
id: string;
|
|
343
|
+
isArchived?: boolean | undefined;
|
|
344
|
+
}[] | undefined;
|
|
340
345
|
createdAt?: string | undefined;
|
|
341
346
|
updatedAt?: string | undefined;
|
|
342
347
|
primaryEmailAddress?: {
|
|
@@ -344,16 +349,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
344
349
|
type: "Personal" | "Work" | "Other";
|
|
345
350
|
isPrimary: boolean;
|
|
346
351
|
} | null | undefined;
|
|
347
|
-
|
|
352
|
+
primaryPhoneNumber?: {
|
|
348
353
|
value: string;
|
|
349
354
|
type: "Personal" | "Work" | "Other";
|
|
350
355
|
isPrimary: boolean;
|
|
356
|
+
} | null | undefined;
|
|
357
|
+
customFields?: {
|
|
358
|
+
title: string;
|
|
359
|
+
id: string;
|
|
360
|
+
value?: unknown;
|
|
361
|
+
isPrivate?: boolean | undefined;
|
|
351
362
|
}[] | undefined;
|
|
352
|
-
|
|
363
|
+
emailAddresses?: {
|
|
353
364
|
value: string;
|
|
354
365
|
type: "Personal" | "Work" | "Other";
|
|
355
366
|
isPrimary: boolean;
|
|
356
|
-
} |
|
|
367
|
+
}[] | undefined;
|
|
357
368
|
phoneNumbers?: {
|
|
358
369
|
value: string;
|
|
359
370
|
type: "Personal" | "Work" | "Other";
|
|
@@ -363,11 +374,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
363
374
|
type: string;
|
|
364
375
|
url: string;
|
|
365
376
|
}[] | undefined;
|
|
366
|
-
tags?: {
|
|
367
|
-
title: string;
|
|
368
|
-
id: string;
|
|
369
|
-
isArchived?: boolean | undefined;
|
|
370
|
-
}[] | undefined;
|
|
371
377
|
position?: string | null | undefined;
|
|
372
378
|
company?: string | null | undefined;
|
|
373
379
|
school?: string | null | undefined;
|
|
@@ -382,15 +388,14 @@ 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
|
+
tags?: {
|
|
395
|
+
title: string;
|
|
396
|
+
id: string;
|
|
397
|
+
isArchived?: boolean | undefined;
|
|
398
|
+
}[] | undefined;
|
|
394
399
|
createdAt?: string | undefined;
|
|
395
400
|
updatedAt?: string | undefined;
|
|
396
401
|
primaryEmailAddress?: {
|
|
@@ -398,16 +403,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
398
403
|
type: "Personal" | "Work" | "Other";
|
|
399
404
|
isPrimary: boolean;
|
|
400
405
|
} | null | undefined;
|
|
401
|
-
|
|
406
|
+
primaryPhoneNumber?: {
|
|
402
407
|
value: string;
|
|
403
408
|
type: "Personal" | "Work" | "Other";
|
|
404
409
|
isPrimary: boolean;
|
|
410
|
+
} | null | undefined;
|
|
411
|
+
customFields?: {
|
|
412
|
+
title: string;
|
|
413
|
+
id: string;
|
|
414
|
+
value?: unknown;
|
|
415
|
+
isPrivate?: boolean | undefined;
|
|
405
416
|
}[] | undefined;
|
|
406
|
-
|
|
417
|
+
emailAddresses?: {
|
|
407
418
|
value: string;
|
|
408
419
|
type: "Personal" | "Work" | "Other";
|
|
409
420
|
isPrimary: boolean;
|
|
410
|
-
} |
|
|
421
|
+
}[] | undefined;
|
|
411
422
|
phoneNumbers?: {
|
|
412
423
|
value: string;
|
|
413
424
|
type: "Personal" | "Work" | "Other";
|
|
@@ -417,11 +428,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
417
428
|
type: string;
|
|
418
429
|
url: string;
|
|
419
430
|
}[] | undefined;
|
|
420
|
-
tags?: {
|
|
421
|
-
title: string;
|
|
422
|
-
id: string;
|
|
423
|
-
isArchived?: boolean | undefined;
|
|
424
|
-
}[] | undefined;
|
|
425
431
|
position?: string | null | undefined;
|
|
426
432
|
company?: string | null | undefined;
|
|
427
433
|
school?: string | null | undefined;
|
|
@@ -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>;
|
|
@@ -451,10 +451,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
451
451
|
operation: "list_candidates";
|
|
452
452
|
success: boolean;
|
|
453
453
|
error: string;
|
|
454
|
+
next_cursor?: string | undefined;
|
|
454
455
|
sync_token?: string | undefined;
|
|
455
456
|
candidates?: {
|
|
456
457
|
name: string;
|
|
457
458
|
id: string;
|
|
459
|
+
tags?: {
|
|
460
|
+
title: string;
|
|
461
|
+
id: string;
|
|
462
|
+
isArchived?: boolean | undefined;
|
|
463
|
+
}[] | undefined;
|
|
458
464
|
createdAt?: string | undefined;
|
|
459
465
|
updatedAt?: string | undefined;
|
|
460
466
|
primaryEmailAddress?: {
|
|
@@ -462,16 +468,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
462
468
|
type: "Personal" | "Work" | "Other";
|
|
463
469
|
isPrimary: boolean;
|
|
464
470
|
} | null | undefined;
|
|
465
|
-
|
|
471
|
+
primaryPhoneNumber?: {
|
|
466
472
|
value: string;
|
|
467
473
|
type: "Personal" | "Work" | "Other";
|
|
468
474
|
isPrimary: boolean;
|
|
475
|
+
} | null | undefined;
|
|
476
|
+
customFields?: {
|
|
477
|
+
title: string;
|
|
478
|
+
id: string;
|
|
479
|
+
value?: unknown;
|
|
480
|
+
isPrivate?: boolean | undefined;
|
|
469
481
|
}[] | undefined;
|
|
470
|
-
|
|
482
|
+
emailAddresses?: {
|
|
471
483
|
value: string;
|
|
472
484
|
type: "Personal" | "Work" | "Other";
|
|
473
485
|
isPrimary: boolean;
|
|
474
|
-
} |
|
|
486
|
+
}[] | undefined;
|
|
475
487
|
phoneNumbers?: {
|
|
476
488
|
value: string;
|
|
477
489
|
type: "Personal" | "Work" | "Other";
|
|
@@ -481,11 +493,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
481
493
|
type: string;
|
|
482
494
|
url: string;
|
|
483
495
|
}[] | undefined;
|
|
484
|
-
tags?: {
|
|
485
|
-
title: string;
|
|
486
|
-
id: string;
|
|
487
|
-
isArchived?: boolean | undefined;
|
|
488
|
-
}[] | undefined;
|
|
489
496
|
position?: string | null | undefined;
|
|
490
497
|
company?: string | null | undefined;
|
|
491
498
|
school?: string | null | undefined;
|
|
@@ -500,23 +507,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
500
507
|
id: string;
|
|
501
508
|
handle: string;
|
|
502
509
|
}[] | undefined;
|
|
503
|
-
customFields?: {
|
|
504
|
-
title: string;
|
|
505
|
-
id: string;
|
|
506
|
-
value?: unknown;
|
|
507
|
-
isPrivate?: boolean | undefined;
|
|
508
|
-
}[] | undefined;
|
|
509
510
|
}[] | undefined;
|
|
510
|
-
next_cursor?: string | undefined;
|
|
511
511
|
more_data_available?: boolean | undefined;
|
|
512
512
|
}, {
|
|
513
513
|
operation: "list_candidates";
|
|
514
514
|
success: boolean;
|
|
515
515
|
error: string;
|
|
516
|
+
next_cursor?: string | undefined;
|
|
516
517
|
sync_token?: string | undefined;
|
|
517
518
|
candidates?: {
|
|
518
519
|
name: string;
|
|
519
520
|
id: string;
|
|
521
|
+
tags?: {
|
|
522
|
+
title: string;
|
|
523
|
+
id: string;
|
|
524
|
+
isArchived?: boolean | undefined;
|
|
525
|
+
}[] | undefined;
|
|
520
526
|
createdAt?: string | undefined;
|
|
521
527
|
updatedAt?: string | undefined;
|
|
522
528
|
primaryEmailAddress?: {
|
|
@@ -524,16 +530,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
524
530
|
type: "Personal" | "Work" | "Other";
|
|
525
531
|
isPrimary: boolean;
|
|
526
532
|
} | null | undefined;
|
|
527
|
-
|
|
533
|
+
primaryPhoneNumber?: {
|
|
528
534
|
value: string;
|
|
529
535
|
type: "Personal" | "Work" | "Other";
|
|
530
536
|
isPrimary: boolean;
|
|
537
|
+
} | null | undefined;
|
|
538
|
+
customFields?: {
|
|
539
|
+
title: string;
|
|
540
|
+
id: string;
|
|
541
|
+
value?: unknown;
|
|
542
|
+
isPrivate?: boolean | undefined;
|
|
531
543
|
}[] | undefined;
|
|
532
|
-
|
|
544
|
+
emailAddresses?: {
|
|
533
545
|
value: string;
|
|
534
546
|
type: "Personal" | "Work" | "Other";
|
|
535
547
|
isPrimary: boolean;
|
|
536
|
-
} |
|
|
548
|
+
}[] | undefined;
|
|
537
549
|
phoneNumbers?: {
|
|
538
550
|
value: string;
|
|
539
551
|
type: "Personal" | "Work" | "Other";
|
|
@@ -543,11 +555,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
543
555
|
type: string;
|
|
544
556
|
url: string;
|
|
545
557
|
}[] | undefined;
|
|
546
|
-
tags?: {
|
|
547
|
-
title: string;
|
|
548
|
-
id: string;
|
|
549
|
-
isArchived?: boolean | undefined;
|
|
550
|
-
}[] | undefined;
|
|
551
558
|
position?: string | null | undefined;
|
|
552
559
|
company?: string | null | undefined;
|
|
553
560
|
school?: string | null | undefined;
|
|
@@ -562,14 +569,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
562
569
|
id: string;
|
|
563
570
|
handle: string;
|
|
564
571
|
}[] | undefined;
|
|
565
|
-
customFields?: {
|
|
566
|
-
title: string;
|
|
567
|
-
id: string;
|
|
568
|
-
value?: unknown;
|
|
569
|
-
isPrivate?: boolean | undefined;
|
|
570
|
-
}[] | undefined;
|
|
571
572
|
}[] | undefined;
|
|
572
|
-
next_cursor?: string | undefined;
|
|
573
573
|
more_data_available?: boolean | undefined;
|
|
574
574
|
}>, import("zod").ZodObject<{
|
|
575
575
|
operation: import("zod").ZodLiteral<"get_candidate">;
|
|
@@ -1241,36 +1241,36 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1241
1241
|
isArchived: import("zod").ZodBoolean;
|
|
1242
1242
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1243
1243
|
value: string;
|
|
1244
|
-
isArchived: boolean;
|
|
1245
1244
|
label: string;
|
|
1245
|
+
isArchived: boolean;
|
|
1246
1246
|
}, {
|
|
1247
1247
|
value: string;
|
|
1248
|
-
isArchived: boolean;
|
|
1249
1248
|
label: string;
|
|
1249
|
+
isArchived: boolean;
|
|
1250
1250
|
}>, "many">>;
|
|
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?: {
|
|
1259
1259
|
value: string;
|
|
1260
|
-
isArchived: boolean;
|
|
1261
1260
|
label: string;
|
|
1261
|
+
isArchived: boolean;
|
|
1262
1262
|
}[] | undefined;
|
|
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?: {
|
|
1271
1271
|
value: string;
|
|
1272
|
-
isArchived: boolean;
|
|
1273
1272
|
label: string;
|
|
1273
|
+
isArchived: boolean;
|
|
1274
1274
|
}[] | undefined;
|
|
1275
1275
|
}>, "many">>;
|
|
1276
1276
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1281,40 +1281,40 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1281
1281
|
operation: "list_custom_fields";
|
|
1282
1282
|
success: boolean;
|
|
1283
1283
|
error: string;
|
|
1284
|
-
sync_token?: string | undefined;
|
|
1285
1284
|
next_cursor?: string | undefined;
|
|
1285
|
+
sync_token?: string | undefined;
|
|
1286
1286
|
more_data_available?: boolean | undefined;
|
|
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?: {
|
|
1295
1295
|
value: string;
|
|
1296
|
-
isArchived: boolean;
|
|
1297
1296
|
label: string;
|
|
1297
|
+
isArchived: boolean;
|
|
1298
1298
|
}[] | undefined;
|
|
1299
1299
|
}[] | undefined;
|
|
1300
1300
|
}, {
|
|
1301
1301
|
operation: "list_custom_fields";
|
|
1302
1302
|
success: boolean;
|
|
1303
1303
|
error: string;
|
|
1304
|
-
sync_token?: string | undefined;
|
|
1305
1304
|
next_cursor?: string | undefined;
|
|
1305
|
+
sync_token?: string | undefined;
|
|
1306
1306
|
more_data_available?: boolean | undefined;
|
|
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?: {
|
|
1315
1315
|
value: string;
|
|
1316
|
-
isArchived: boolean;
|
|
1317
1316
|
label: string;
|
|
1317
|
+
isArchived: boolean;
|
|
1318
1318
|
}[] | undefined;
|
|
1319
1319
|
}[] | undefined;
|
|
1320
1320
|
}>]>;
|