@bubblelab/bubble-core 0.1.204 → 0.1.205
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 +172 -172
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts +11 -0
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +61 -0
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -0
- package/dist/bubbles/service-bubble/ai-agent.d.ts +13 -13
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +12 -2
- 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 +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +212 -212
- package/dist/bubbles/service-bubble/github.d.ts +72 -72
- package/dist/bubbles/service-bubble/gmail.d.ts +148 -148
- package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +46 -46
- package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +2 -2
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +210 -210
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +17 -6
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +266 -266
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/dist/types/base-bubble-class.d.ts +6 -0
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +11 -0
- package/dist/types/base-bubble-class.js.map +1 -1
- package/package.json +2 -2
|
@@ -70,22 +70,22 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
70
70
|
id: string;
|
|
71
71
|
inputSchemaUrl: string;
|
|
72
72
|
description?: string | null | undefined;
|
|
73
|
-
stars?: number | null | undefined;
|
|
74
73
|
usage?: {
|
|
75
74
|
totalRuns?: number | undefined;
|
|
76
75
|
usersCount?: number | undefined;
|
|
77
76
|
} | null | undefined;
|
|
77
|
+
stars?: number | null | undefined;
|
|
78
78
|
requiresRental?: boolean | undefined;
|
|
79
79
|
}, {
|
|
80
80
|
name: string;
|
|
81
81
|
id: string;
|
|
82
82
|
inputSchemaUrl: string;
|
|
83
83
|
description?: string | null | undefined;
|
|
84
|
-
stars?: number | null | undefined;
|
|
85
84
|
usage?: {
|
|
86
85
|
totalRuns?: number | undefined;
|
|
87
86
|
usersCount?: number | undefined;
|
|
88
87
|
} | null | undefined;
|
|
88
|
+
stars?: number | null | undefined;
|
|
89
89
|
requiresRental?: boolean | undefined;
|
|
90
90
|
}>, "many">>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -95,18 +95,18 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
95
95
|
runId: string;
|
|
96
96
|
consoleUrl: string;
|
|
97
97
|
items?: unknown[] | undefined;
|
|
98
|
-
itemsCount?: number | undefined;
|
|
99
98
|
datasetId?: string | undefined;
|
|
99
|
+
itemsCount?: number | undefined;
|
|
100
100
|
discoveredActors?: {
|
|
101
101
|
name: string;
|
|
102
102
|
id: string;
|
|
103
103
|
inputSchemaUrl: string;
|
|
104
104
|
description?: string | null | undefined;
|
|
105
|
-
stars?: number | null | undefined;
|
|
106
105
|
usage?: {
|
|
107
106
|
totalRuns?: number | undefined;
|
|
108
107
|
usersCount?: number | undefined;
|
|
109
108
|
} | null | undefined;
|
|
109
|
+
stars?: number | null | undefined;
|
|
110
110
|
requiresRental?: boolean | undefined;
|
|
111
111
|
}[] | undefined;
|
|
112
112
|
}, {
|
|
@@ -116,18 +116,18 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
116
116
|
runId: string;
|
|
117
117
|
consoleUrl: string;
|
|
118
118
|
items?: unknown[] | undefined;
|
|
119
|
-
itemsCount?: number | undefined;
|
|
120
119
|
datasetId?: string | undefined;
|
|
120
|
+
itemsCount?: number | undefined;
|
|
121
121
|
discoveredActors?: {
|
|
122
122
|
name: string;
|
|
123
123
|
id: string;
|
|
124
124
|
inputSchemaUrl: string;
|
|
125
125
|
description?: string | null | undefined;
|
|
126
|
-
stars?: number | null | undefined;
|
|
127
126
|
usage?: {
|
|
128
127
|
totalRuns?: number | undefined;
|
|
129
128
|
usersCount?: number | undefined;
|
|
130
129
|
} | null | undefined;
|
|
130
|
+
stars?: number | null | undefined;
|
|
131
131
|
requiresRental?: boolean | undefined;
|
|
132
132
|
}[] | undefined;
|
|
133
133
|
}>;
|
|
@@ -206,22 +206,22 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
206
206
|
id: string;
|
|
207
207
|
inputSchemaUrl: string;
|
|
208
208
|
description?: string | null | undefined;
|
|
209
|
-
stars?: number | null | undefined;
|
|
210
209
|
usage?: {
|
|
211
210
|
totalRuns?: number | undefined;
|
|
212
211
|
usersCount?: number | undefined;
|
|
213
212
|
} | null | undefined;
|
|
213
|
+
stars?: number | null | undefined;
|
|
214
214
|
requiresRental?: boolean | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
name: string;
|
|
217
217
|
id: string;
|
|
218
218
|
inputSchemaUrl: string;
|
|
219
219
|
description?: string | null | undefined;
|
|
220
|
-
stars?: number | null | undefined;
|
|
221
220
|
usage?: {
|
|
222
221
|
totalRuns?: number | undefined;
|
|
223
222
|
usersCount?: number | undefined;
|
|
224
223
|
} | null | undefined;
|
|
224
|
+
stars?: number | null | undefined;
|
|
225
225
|
requiresRental?: boolean | undefined;
|
|
226
226
|
}>, "many">>;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -231,18 +231,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
231
231
|
runId: string;
|
|
232
232
|
consoleUrl: string;
|
|
233
233
|
items?: unknown[] | undefined;
|
|
234
|
-
itemsCount?: number | undefined;
|
|
235
234
|
datasetId?: string | undefined;
|
|
235
|
+
itemsCount?: number | undefined;
|
|
236
236
|
discoveredActors?: {
|
|
237
237
|
name: string;
|
|
238
238
|
id: string;
|
|
239
239
|
inputSchemaUrl: string;
|
|
240
240
|
description?: string | null | undefined;
|
|
241
|
-
stars?: number | null | undefined;
|
|
242
241
|
usage?: {
|
|
243
242
|
totalRuns?: number | undefined;
|
|
244
243
|
usersCount?: number | undefined;
|
|
245
244
|
} | null | undefined;
|
|
245
|
+
stars?: number | null | undefined;
|
|
246
246
|
requiresRental?: boolean | undefined;
|
|
247
247
|
}[] | undefined;
|
|
248
248
|
}, {
|
|
@@ -252,18 +252,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
252
252
|
runId: string;
|
|
253
253
|
consoleUrl: string;
|
|
254
254
|
items?: unknown[] | undefined;
|
|
255
|
-
itemsCount?: number | undefined;
|
|
256
255
|
datasetId?: string | undefined;
|
|
256
|
+
itemsCount?: number | undefined;
|
|
257
257
|
discoveredActors?: {
|
|
258
258
|
name: string;
|
|
259
259
|
id: string;
|
|
260
260
|
inputSchemaUrl: string;
|
|
261
261
|
description?: string | null | undefined;
|
|
262
|
-
stars?: number | null | undefined;
|
|
263
262
|
usage?: {
|
|
264
263
|
totalRuns?: number | undefined;
|
|
265
264
|
usersCount?: number | undefined;
|
|
266
265
|
} | null | undefined;
|
|
266
|
+
stars?: number | null | undefined;
|
|
267
267
|
requiresRental?: boolean | undefined;
|
|
268
268
|
}[] | undefined;
|
|
269
269
|
}>;
|
|
@@ -221,12 +221,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
221
221
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
222
222
|
isPrimary: import("zod").ZodBoolean;
|
|
223
223
|
}, "strip", import("zod").ZodTypeAny, {
|
|
224
|
-
value: string;
|
|
225
224
|
type: "Personal" | "Work" | "Other";
|
|
225
|
+
value: string;
|
|
226
226
|
isPrimary: boolean;
|
|
227
227
|
}, {
|
|
228
|
-
value: string;
|
|
229
228
|
type: "Personal" | "Work" | "Other";
|
|
229
|
+
value: string;
|
|
230
230
|
isPrimary: boolean;
|
|
231
231
|
}>>>;
|
|
232
232
|
emailAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -234,12 +234,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
234
234
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
235
235
|
isPrimary: import("zod").ZodBoolean;
|
|
236
236
|
}, "strip", import("zod").ZodTypeAny, {
|
|
237
|
-
value: string;
|
|
238
237
|
type: "Personal" | "Work" | "Other";
|
|
238
|
+
value: string;
|
|
239
239
|
isPrimary: boolean;
|
|
240
240
|
}, {
|
|
241
|
-
value: string;
|
|
242
241
|
type: "Personal" | "Work" | "Other";
|
|
242
|
+
value: string;
|
|
243
243
|
isPrimary: boolean;
|
|
244
244
|
}>, "many">>;
|
|
245
245
|
primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -247,12 +247,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
247
247
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
248
248
|
isPrimary: import("zod").ZodBoolean;
|
|
249
249
|
}, "strip", import("zod").ZodTypeAny, {
|
|
250
|
-
value: string;
|
|
251
250
|
type: "Personal" | "Work" | "Other";
|
|
251
|
+
value: string;
|
|
252
252
|
isPrimary: boolean;
|
|
253
253
|
}, {
|
|
254
|
-
value: string;
|
|
255
254
|
type: "Personal" | "Work" | "Other";
|
|
255
|
+
value: string;
|
|
256
256
|
isPrimary: boolean;
|
|
257
257
|
}>>>;
|
|
258
258
|
phoneNumbers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -260,12 +260,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
260
260
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
261
261
|
isPrimary: import("zod").ZodBoolean;
|
|
262
262
|
}, "strip", import("zod").ZodTypeAny, {
|
|
263
|
-
value: string;
|
|
264
263
|
type: "Personal" | "Work" | "Other";
|
|
264
|
+
value: string;
|
|
265
265
|
isPrimary: boolean;
|
|
266
266
|
}, {
|
|
267
|
-
value: string;
|
|
268
267
|
type: "Personal" | "Work" | "Other";
|
|
268
|
+
value: string;
|
|
269
269
|
isPrimary: boolean;
|
|
270
270
|
}>, "many">>;
|
|
271
271
|
socialLinks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -349,13 +349,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
349
349
|
createdAt?: string | undefined;
|
|
350
350
|
updatedAt?: string | undefined;
|
|
351
351
|
primaryEmailAddress?: {
|
|
352
|
-
value: string;
|
|
353
352
|
type: "Personal" | "Work" | "Other";
|
|
353
|
+
value: string;
|
|
354
354
|
isPrimary: boolean;
|
|
355
355
|
} | null | undefined;
|
|
356
356
|
primaryPhoneNumber?: {
|
|
357
|
-
value: string;
|
|
358
357
|
type: "Personal" | "Work" | "Other";
|
|
358
|
+
value: string;
|
|
359
359
|
isPrimary: boolean;
|
|
360
360
|
} | null | undefined;
|
|
361
361
|
customFields?: {
|
|
@@ -365,13 +365,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
365
365
|
isPrivate?: boolean | undefined;
|
|
366
366
|
}[] | undefined;
|
|
367
367
|
emailAddresses?: {
|
|
368
|
-
value: string;
|
|
369
368
|
type: "Personal" | "Work" | "Other";
|
|
369
|
+
value: string;
|
|
370
370
|
isPrimary: boolean;
|
|
371
371
|
}[] | undefined;
|
|
372
372
|
phoneNumbers?: {
|
|
373
|
-
value: string;
|
|
374
373
|
type: "Personal" | "Work" | "Other";
|
|
374
|
+
value: string;
|
|
375
375
|
isPrimary: boolean;
|
|
376
376
|
}[] | undefined;
|
|
377
377
|
socialLinks?: {
|
|
@@ -403,13 +403,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
403
403
|
createdAt?: string | undefined;
|
|
404
404
|
updatedAt?: string | undefined;
|
|
405
405
|
primaryEmailAddress?: {
|
|
406
|
-
value: string;
|
|
407
406
|
type: "Personal" | "Work" | "Other";
|
|
407
|
+
value: string;
|
|
408
408
|
isPrimary: boolean;
|
|
409
409
|
} | null | undefined;
|
|
410
410
|
primaryPhoneNumber?: {
|
|
411
|
-
value: string;
|
|
412
411
|
type: "Personal" | "Work" | "Other";
|
|
412
|
+
value: string;
|
|
413
413
|
isPrimary: boolean;
|
|
414
414
|
} | null | undefined;
|
|
415
415
|
customFields?: {
|
|
@@ -419,13 +419,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
419
419
|
isPrivate?: boolean | undefined;
|
|
420
420
|
}[] | undefined;
|
|
421
421
|
emailAddresses?: {
|
|
422
|
-
value: string;
|
|
423
422
|
type: "Personal" | "Work" | "Other";
|
|
423
|
+
value: string;
|
|
424
424
|
isPrimary: boolean;
|
|
425
425
|
}[] | undefined;
|
|
426
426
|
phoneNumbers?: {
|
|
427
|
-
value: string;
|
|
428
427
|
type: "Personal" | "Work" | "Other";
|
|
428
|
+
value: string;
|
|
429
429
|
isPrimary: boolean;
|
|
430
430
|
}[] | undefined;
|
|
431
431
|
socialLinks?: {
|
|
@@ -468,13 +468,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
468
468
|
createdAt?: string | undefined;
|
|
469
469
|
updatedAt?: string | undefined;
|
|
470
470
|
primaryEmailAddress?: {
|
|
471
|
-
value: string;
|
|
472
471
|
type: "Personal" | "Work" | "Other";
|
|
472
|
+
value: string;
|
|
473
473
|
isPrimary: boolean;
|
|
474
474
|
} | null | undefined;
|
|
475
475
|
primaryPhoneNumber?: {
|
|
476
|
-
value: string;
|
|
477
476
|
type: "Personal" | "Work" | "Other";
|
|
477
|
+
value: string;
|
|
478
478
|
isPrimary: boolean;
|
|
479
479
|
} | null | undefined;
|
|
480
480
|
customFields?: {
|
|
@@ -484,13 +484,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
484
484
|
isPrivate?: boolean | undefined;
|
|
485
485
|
}[] | undefined;
|
|
486
486
|
emailAddresses?: {
|
|
487
|
-
value: string;
|
|
488
487
|
type: "Personal" | "Work" | "Other";
|
|
488
|
+
value: string;
|
|
489
489
|
isPrimary: boolean;
|
|
490
490
|
}[] | undefined;
|
|
491
491
|
phoneNumbers?: {
|
|
492
|
-
value: string;
|
|
493
492
|
type: "Personal" | "Work" | "Other";
|
|
493
|
+
value: string;
|
|
494
494
|
isPrimary: boolean;
|
|
495
495
|
}[] | undefined;
|
|
496
496
|
socialLinks?: {
|
|
@@ -530,13 +530,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
530
530
|
createdAt?: string | undefined;
|
|
531
531
|
updatedAt?: string | undefined;
|
|
532
532
|
primaryEmailAddress?: {
|
|
533
|
-
value: string;
|
|
534
533
|
type: "Personal" | "Work" | "Other";
|
|
534
|
+
value: string;
|
|
535
535
|
isPrimary: boolean;
|
|
536
536
|
} | null | undefined;
|
|
537
537
|
primaryPhoneNumber?: {
|
|
538
|
-
value: string;
|
|
539
538
|
type: "Personal" | "Work" | "Other";
|
|
539
|
+
value: string;
|
|
540
540
|
isPrimary: boolean;
|
|
541
541
|
} | null | undefined;
|
|
542
542
|
customFields?: {
|
|
@@ -546,13 +546,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
546
546
|
isPrivate?: boolean | undefined;
|
|
547
547
|
}[] | undefined;
|
|
548
548
|
emailAddresses?: {
|
|
549
|
-
value: string;
|
|
550
549
|
type: "Personal" | "Work" | "Other";
|
|
550
|
+
value: string;
|
|
551
551
|
isPrimary: boolean;
|
|
552
552
|
}[] | undefined;
|
|
553
553
|
phoneNumbers?: {
|
|
554
|
-
value: string;
|
|
555
554
|
type: "Personal" | "Work" | "Other";
|
|
555
|
+
value: string;
|
|
556
556
|
isPrimary: boolean;
|
|
557
557
|
}[] | undefined;
|
|
558
558
|
socialLinks?: {
|
|
@@ -587,12 +587,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
587
587
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
588
588
|
isPrimary: import("zod").ZodBoolean;
|
|
589
589
|
}, "strip", import("zod").ZodTypeAny, {
|
|
590
|
-
value: string;
|
|
591
590
|
type: "Personal" | "Work" | "Other";
|
|
591
|
+
value: string;
|
|
592
592
|
isPrimary: boolean;
|
|
593
593
|
}, {
|
|
594
|
-
value: string;
|
|
595
594
|
type: "Personal" | "Work" | "Other";
|
|
595
|
+
value: string;
|
|
596
596
|
isPrimary: boolean;
|
|
597
597
|
}>>>;
|
|
598
598
|
primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -600,12 +600,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
600
600
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
601
601
|
isPrimary: import("zod").ZodBoolean;
|
|
602
602
|
}, "strip", import("zod").ZodTypeAny, {
|
|
603
|
-
value: string;
|
|
604
603
|
type: "Personal" | "Work" | "Other";
|
|
604
|
+
value: string;
|
|
605
605
|
isPrimary: boolean;
|
|
606
606
|
}, {
|
|
607
|
-
value: string;
|
|
608
607
|
type: "Personal" | "Work" | "Other";
|
|
608
|
+
value: string;
|
|
609
609
|
isPrimary: boolean;
|
|
610
610
|
}>>>;
|
|
611
611
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -630,13 +630,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
630
630
|
createdAt?: string | undefined;
|
|
631
631
|
updatedAt?: string | undefined;
|
|
632
632
|
primaryEmailAddress?: {
|
|
633
|
-
value: string;
|
|
634
633
|
type: "Personal" | "Work" | "Other";
|
|
634
|
+
value: string;
|
|
635
635
|
isPrimary: boolean;
|
|
636
636
|
} | null | undefined;
|
|
637
637
|
primaryPhoneNumber?: {
|
|
638
|
-
value: string;
|
|
639
638
|
type: "Personal" | "Work" | "Other";
|
|
639
|
+
value: string;
|
|
640
640
|
isPrimary: boolean;
|
|
641
641
|
} | null | undefined;
|
|
642
642
|
customFields?: {
|
|
@@ -651,13 +651,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
651
651
|
createdAt?: string | undefined;
|
|
652
652
|
updatedAt?: string | undefined;
|
|
653
653
|
primaryEmailAddress?: {
|
|
654
|
-
value: string;
|
|
655
654
|
type: "Personal" | "Work" | "Other";
|
|
655
|
+
value: string;
|
|
656
656
|
isPrimary: boolean;
|
|
657
657
|
} | null | undefined;
|
|
658
658
|
primaryPhoneNumber?: {
|
|
659
|
-
value: string;
|
|
660
659
|
type: "Personal" | "Work" | "Other";
|
|
660
|
+
value: string;
|
|
661
661
|
isPrimary: boolean;
|
|
662
662
|
} | null | undefined;
|
|
663
663
|
customFields?: {
|
|
@@ -678,13 +678,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
678
678
|
createdAt?: string | undefined;
|
|
679
679
|
updatedAt?: string | undefined;
|
|
680
680
|
primaryEmailAddress?: {
|
|
681
|
-
value: string;
|
|
682
681
|
type: "Personal" | "Work" | "Other";
|
|
682
|
+
value: string;
|
|
683
683
|
isPrimary: boolean;
|
|
684
684
|
} | null | undefined;
|
|
685
685
|
primaryPhoneNumber?: {
|
|
686
|
-
value: string;
|
|
687
686
|
type: "Personal" | "Work" | "Other";
|
|
687
|
+
value: string;
|
|
688
688
|
isPrimary: boolean;
|
|
689
689
|
} | null | undefined;
|
|
690
690
|
customFields?: {
|
|
@@ -704,13 +704,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
704
704
|
createdAt?: string | undefined;
|
|
705
705
|
updatedAt?: string | undefined;
|
|
706
706
|
primaryEmailAddress?: {
|
|
707
|
-
value: string;
|
|
708
707
|
type: "Personal" | "Work" | "Other";
|
|
708
|
+
value: string;
|
|
709
709
|
isPrimary: boolean;
|
|
710
710
|
} | null | undefined;
|
|
711
711
|
primaryPhoneNumber?: {
|
|
712
|
-
value: string;
|
|
713
712
|
type: "Personal" | "Work" | "Other";
|
|
713
|
+
value: string;
|
|
714
714
|
isPrimary: boolean;
|
|
715
715
|
} | null | undefined;
|
|
716
716
|
customFields?: {
|
|
@@ -733,12 +733,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
733
733
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
734
734
|
isPrimary: import("zod").ZodBoolean;
|
|
735
735
|
}, "strip", import("zod").ZodTypeAny, {
|
|
736
|
-
value: string;
|
|
737
736
|
type: "Personal" | "Work" | "Other";
|
|
737
|
+
value: string;
|
|
738
738
|
isPrimary: boolean;
|
|
739
739
|
}, {
|
|
740
|
-
value: string;
|
|
741
740
|
type: "Personal" | "Work" | "Other";
|
|
741
|
+
value: string;
|
|
742
742
|
isPrimary: boolean;
|
|
743
743
|
}>>>;
|
|
744
744
|
primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -746,12 +746,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
746
746
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
747
747
|
isPrimary: import("zod").ZodBoolean;
|
|
748
748
|
}, "strip", import("zod").ZodTypeAny, {
|
|
749
|
-
value: string;
|
|
750
749
|
type: "Personal" | "Work" | "Other";
|
|
750
|
+
value: string;
|
|
751
751
|
isPrimary: boolean;
|
|
752
752
|
}, {
|
|
753
|
-
value: string;
|
|
754
753
|
type: "Personal" | "Work" | "Other";
|
|
754
|
+
value: string;
|
|
755
755
|
isPrimary: boolean;
|
|
756
756
|
}>>>;
|
|
757
757
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -776,13 +776,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
776
776
|
createdAt?: string | undefined;
|
|
777
777
|
updatedAt?: string | undefined;
|
|
778
778
|
primaryEmailAddress?: {
|
|
779
|
-
value: string;
|
|
780
779
|
type: "Personal" | "Work" | "Other";
|
|
780
|
+
value: string;
|
|
781
781
|
isPrimary: boolean;
|
|
782
782
|
} | null | undefined;
|
|
783
783
|
primaryPhoneNumber?: {
|
|
784
|
-
value: string;
|
|
785
784
|
type: "Personal" | "Work" | "Other";
|
|
785
|
+
value: string;
|
|
786
786
|
isPrimary: boolean;
|
|
787
787
|
} | null | undefined;
|
|
788
788
|
customFields?: {
|
|
@@ -797,13 +797,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
797
797
|
createdAt?: string | undefined;
|
|
798
798
|
updatedAt?: string | undefined;
|
|
799
799
|
primaryEmailAddress?: {
|
|
800
|
-
value: string;
|
|
801
800
|
type: "Personal" | "Work" | "Other";
|
|
801
|
+
value: string;
|
|
802
802
|
isPrimary: boolean;
|
|
803
803
|
} | null | undefined;
|
|
804
804
|
primaryPhoneNumber?: {
|
|
805
|
-
value: string;
|
|
806
805
|
type: "Personal" | "Work" | "Other";
|
|
806
|
+
value: string;
|
|
807
807
|
isPrimary: boolean;
|
|
808
808
|
} | null | undefined;
|
|
809
809
|
customFields?: {
|
|
@@ -825,13 +825,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
825
825
|
createdAt?: string | undefined;
|
|
826
826
|
updatedAt?: string | undefined;
|
|
827
827
|
primaryEmailAddress?: {
|
|
828
|
-
value: string;
|
|
829
828
|
type: "Personal" | "Work" | "Other";
|
|
829
|
+
value: string;
|
|
830
830
|
isPrimary: boolean;
|
|
831
831
|
} | null | undefined;
|
|
832
832
|
primaryPhoneNumber?: {
|
|
833
|
-
value: string;
|
|
834
833
|
type: "Personal" | "Work" | "Other";
|
|
834
|
+
value: string;
|
|
835
835
|
isPrimary: boolean;
|
|
836
836
|
} | null | undefined;
|
|
837
837
|
customFields?: {
|
|
@@ -852,13 +852,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
852
852
|
createdAt?: string | undefined;
|
|
853
853
|
updatedAt?: string | undefined;
|
|
854
854
|
primaryEmailAddress?: {
|
|
855
|
-
value: string;
|
|
856
855
|
type: "Personal" | "Work" | "Other";
|
|
856
|
+
value: string;
|
|
857
857
|
isPrimary: boolean;
|
|
858
858
|
} | null | undefined;
|
|
859
859
|
primaryPhoneNumber?: {
|
|
860
|
-
value: string;
|
|
861
860
|
type: "Personal" | "Work" | "Other";
|
|
861
|
+
value: string;
|
|
862
862
|
isPrimary: boolean;
|
|
863
863
|
} | null | undefined;
|
|
864
864
|
customFields?: {
|
|
@@ -882,12 +882,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
882
882
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
883
883
|
isPrimary: import("zod").ZodBoolean;
|
|
884
884
|
}, "strip", import("zod").ZodTypeAny, {
|
|
885
|
-
value: string;
|
|
886
885
|
type: "Personal" | "Work" | "Other";
|
|
886
|
+
value: string;
|
|
887
887
|
isPrimary: boolean;
|
|
888
888
|
}, {
|
|
889
|
-
value: string;
|
|
890
889
|
type: "Personal" | "Work" | "Other";
|
|
890
|
+
value: string;
|
|
891
891
|
isPrimary: boolean;
|
|
892
892
|
}>>>;
|
|
893
893
|
primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -895,12 +895,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
895
895
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
896
896
|
isPrimary: import("zod").ZodBoolean;
|
|
897
897
|
}, "strip", import("zod").ZodTypeAny, {
|
|
898
|
-
value: string;
|
|
899
898
|
type: "Personal" | "Work" | "Other";
|
|
899
|
+
value: string;
|
|
900
900
|
isPrimary: boolean;
|
|
901
901
|
}, {
|
|
902
|
-
value: string;
|
|
903
902
|
type: "Personal" | "Work" | "Other";
|
|
903
|
+
value: string;
|
|
904
904
|
isPrimary: boolean;
|
|
905
905
|
}>>>;
|
|
906
906
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -925,13 +925,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
925
925
|
createdAt?: string | undefined;
|
|
926
926
|
updatedAt?: string | undefined;
|
|
927
927
|
primaryEmailAddress?: {
|
|
928
|
-
value: string;
|
|
929
928
|
type: "Personal" | "Work" | "Other";
|
|
929
|
+
value: string;
|
|
930
930
|
isPrimary: boolean;
|
|
931
931
|
} | null | undefined;
|
|
932
932
|
primaryPhoneNumber?: {
|
|
933
|
-
value: string;
|
|
934
933
|
type: "Personal" | "Work" | "Other";
|
|
934
|
+
value: string;
|
|
935
935
|
isPrimary: boolean;
|
|
936
936
|
} | null | undefined;
|
|
937
937
|
customFields?: {
|
|
@@ -946,13 +946,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
946
946
|
createdAt?: string | undefined;
|
|
947
947
|
updatedAt?: string | undefined;
|
|
948
948
|
primaryEmailAddress?: {
|
|
949
|
-
value: string;
|
|
950
949
|
type: "Personal" | "Work" | "Other";
|
|
950
|
+
value: string;
|
|
951
951
|
isPrimary: boolean;
|
|
952
952
|
} | null | undefined;
|
|
953
953
|
primaryPhoneNumber?: {
|
|
954
|
-
value: string;
|
|
955
954
|
type: "Personal" | "Work" | "Other";
|
|
955
|
+
value: string;
|
|
956
956
|
isPrimary: boolean;
|
|
957
957
|
} | null | undefined;
|
|
958
958
|
customFields?: {
|
|
@@ -973,13 +973,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
973
973
|
createdAt?: string | undefined;
|
|
974
974
|
updatedAt?: string | undefined;
|
|
975
975
|
primaryEmailAddress?: {
|
|
976
|
-
value: string;
|
|
977
976
|
type: "Personal" | "Work" | "Other";
|
|
977
|
+
value: string;
|
|
978
978
|
isPrimary: boolean;
|
|
979
979
|
} | null | undefined;
|
|
980
980
|
primaryPhoneNumber?: {
|
|
981
|
-
value: string;
|
|
982
981
|
type: "Personal" | "Work" | "Other";
|
|
982
|
+
value: string;
|
|
983
983
|
isPrimary: boolean;
|
|
984
984
|
} | null | undefined;
|
|
985
985
|
customFields?: {
|
|
@@ -999,13 +999,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
999
999
|
createdAt?: string | undefined;
|
|
1000
1000
|
updatedAt?: string | undefined;
|
|
1001
1001
|
primaryEmailAddress?: {
|
|
1002
|
-
value: string;
|
|
1003
1002
|
type: "Personal" | "Work" | "Other";
|
|
1003
|
+
value: string;
|
|
1004
1004
|
isPrimary: boolean;
|
|
1005
1005
|
} | null | undefined;
|
|
1006
1006
|
primaryPhoneNumber?: {
|
|
1007
|
-
value: string;
|
|
1008
1007
|
type: "Personal" | "Work" | "Other";
|
|
1008
|
+
value: string;
|
|
1009
1009
|
isPrimary: boolean;
|
|
1010
1010
|
} | null | undefined;
|
|
1011
1011
|
customFields?: {
|
|
@@ -1028,12 +1028,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1028
1028
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
1029
1029
|
isPrimary: import("zod").ZodBoolean;
|
|
1030
1030
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1031
|
-
value: string;
|
|
1032
1031
|
type: "Personal" | "Work" | "Other";
|
|
1032
|
+
value: string;
|
|
1033
1033
|
isPrimary: boolean;
|
|
1034
1034
|
}, {
|
|
1035
|
-
value: string;
|
|
1036
1035
|
type: "Personal" | "Work" | "Other";
|
|
1036
|
+
value: string;
|
|
1037
1037
|
isPrimary: boolean;
|
|
1038
1038
|
}>>>;
|
|
1039
1039
|
primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -1041,12 +1041,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1041
1041
|
type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
|
|
1042
1042
|
isPrimary: import("zod").ZodBoolean;
|
|
1043
1043
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1044
|
-
value: string;
|
|
1045
1044
|
type: "Personal" | "Work" | "Other";
|
|
1045
|
+
value: string;
|
|
1046
1046
|
isPrimary: boolean;
|
|
1047
1047
|
}, {
|
|
1048
|
-
value: string;
|
|
1049
1048
|
type: "Personal" | "Work" | "Other";
|
|
1049
|
+
value: string;
|
|
1050
1050
|
isPrimary: boolean;
|
|
1051
1051
|
}>>>;
|
|
1052
1052
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1071,13 +1071,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1071
1071
|
createdAt?: string | undefined;
|
|
1072
1072
|
updatedAt?: string | undefined;
|
|
1073
1073
|
primaryEmailAddress?: {
|
|
1074
|
-
value: string;
|
|
1075
1074
|
type: "Personal" | "Work" | "Other";
|
|
1075
|
+
value: string;
|
|
1076
1076
|
isPrimary: boolean;
|
|
1077
1077
|
} | null | undefined;
|
|
1078
1078
|
primaryPhoneNumber?: {
|
|
1079
|
-
value: string;
|
|
1080
1079
|
type: "Personal" | "Work" | "Other";
|
|
1080
|
+
value: string;
|
|
1081
1081
|
isPrimary: boolean;
|
|
1082
1082
|
} | null | undefined;
|
|
1083
1083
|
customFields?: {
|
|
@@ -1092,13 +1092,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1092
1092
|
createdAt?: string | undefined;
|
|
1093
1093
|
updatedAt?: string | undefined;
|
|
1094
1094
|
primaryEmailAddress?: {
|
|
1095
|
-
value: string;
|
|
1096
1095
|
type: "Personal" | "Work" | "Other";
|
|
1096
|
+
value: string;
|
|
1097
1097
|
isPrimary: boolean;
|
|
1098
1098
|
} | null | undefined;
|
|
1099
1099
|
primaryPhoneNumber?: {
|
|
1100
|
-
value: string;
|
|
1101
1100
|
type: "Personal" | "Work" | "Other";
|
|
1101
|
+
value: string;
|
|
1102
1102
|
isPrimary: boolean;
|
|
1103
1103
|
} | null | undefined;
|
|
1104
1104
|
customFields?: {
|
|
@@ -1119,13 +1119,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1119
1119
|
createdAt?: string | undefined;
|
|
1120
1120
|
updatedAt?: string | undefined;
|
|
1121
1121
|
primaryEmailAddress?: {
|
|
1122
|
-
value: string;
|
|
1123
1122
|
type: "Personal" | "Work" | "Other";
|
|
1123
|
+
value: string;
|
|
1124
1124
|
isPrimary: boolean;
|
|
1125
1125
|
} | null | undefined;
|
|
1126
1126
|
primaryPhoneNumber?: {
|
|
1127
|
-
value: string;
|
|
1128
1127
|
type: "Personal" | "Work" | "Other";
|
|
1128
|
+
value: string;
|
|
1129
1129
|
isPrimary: boolean;
|
|
1130
1130
|
} | null | undefined;
|
|
1131
1131
|
customFields?: {
|
|
@@ -1145,13 +1145,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1145
1145
|
createdAt?: string | undefined;
|
|
1146
1146
|
updatedAt?: string | undefined;
|
|
1147
1147
|
primaryEmailAddress?: {
|
|
1148
|
-
value: string;
|
|
1149
1148
|
type: "Personal" | "Work" | "Other";
|
|
1149
|
+
value: string;
|
|
1150
1150
|
isPrimary: boolean;
|
|
1151
1151
|
} | null | undefined;
|
|
1152
1152
|
primaryPhoneNumber?: {
|
|
1153
|
-
value: string;
|
|
1154
1153
|
type: "Personal" | "Work" | "Other";
|
|
1154
|
+
value: string;
|
|
1155
1155
|
isPrimary: boolean;
|
|
1156
1156
|
} | null | undefined;
|
|
1157
1157
|
customFields?: {
|