@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- 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 +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- 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 +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- 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/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +2 -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
|
@@ -63,16 +63,16 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
63
63
|
operation: "enrich";
|
|
64
64
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
65
65
|
fields?: string | undefined;
|
|
66
|
-
company_linkedin_url?: string | undefined;
|
|
67
66
|
company_domain?: string | undefined;
|
|
67
|
+
company_linkedin_url?: string | undefined;
|
|
68
68
|
company_id?: number | undefined;
|
|
69
69
|
enrich_realtime?: boolean | undefined;
|
|
70
70
|
}, {
|
|
71
71
|
operation: "enrich";
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
73
|
fields?: string | undefined;
|
|
74
|
-
company_linkedin_url?: string | undefined;
|
|
75
74
|
company_domain?: string | undefined;
|
|
75
|
+
company_linkedin_url?: string | undefined;
|
|
76
76
|
company_id?: number | undefined;
|
|
77
77
|
enrich_realtime?: boolean | undefined;
|
|
78
78
|
}>, import("zod").ZodObject<{
|
|
@@ -99,7 +99,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
99
99
|
distance: number;
|
|
100
100
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
101
101
|
};
|
|
102
|
-
type: "
|
|
102
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
103
103
|
column: string;
|
|
104
104
|
}, {
|
|
105
105
|
value: string | number | boolean | string[] | number[] | {
|
|
@@ -107,7 +107,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
107
107
|
distance: number;
|
|
108
108
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
109
109
|
};
|
|
110
|
-
type: "
|
|
110
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
111
111
|
column: string;
|
|
112
112
|
}>, import("zod").ZodType<import("./crustdata.schema.js").PersonDBFilterGroup, import("zod").ZodTypeDef, import("./crustdata.schema.js").PersonDBFilterGroup>]>;
|
|
113
113
|
sorts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -142,7 +142,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
142
142
|
distance: number;
|
|
143
143
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
144
144
|
};
|
|
145
|
-
type: "
|
|
145
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
146
146
|
column: string;
|
|
147
147
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
148
148
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -165,7 +165,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
165
165
|
distance: number;
|
|
166
166
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
167
167
|
};
|
|
168
|
-
type: "
|
|
168
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
169
169
|
column: string;
|
|
170
170
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
171
171
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -192,18 +192,18 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
192
192
|
operation: "person_enrich";
|
|
193
193
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
194
194
|
fields?: string | undefined;
|
|
195
|
-
linkedin_profile_url?: string | undefined;
|
|
196
|
-
business_email?: string | undefined;
|
|
197
195
|
enrich_realtime?: boolean | undefined;
|
|
198
196
|
preview?: boolean | undefined;
|
|
197
|
+
linkedin_profile_url?: string | undefined;
|
|
198
|
+
business_email?: string | undefined;
|
|
199
199
|
}, {
|
|
200
200
|
operation: "person_enrich";
|
|
201
201
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
202
202
|
fields?: string | undefined;
|
|
203
|
-
linkedin_profile_url?: string | undefined;
|
|
204
|
-
business_email?: string | undefined;
|
|
205
203
|
enrich_realtime?: boolean | undefined;
|
|
206
204
|
preview?: boolean | undefined;
|
|
205
|
+
linkedin_profile_url?: string | undefined;
|
|
206
|
+
business_email?: string | undefined;
|
|
207
207
|
}>]>;
|
|
208
208
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
|
|
209
209
|
operation: import("zod").ZodLiteral<"identify">;
|
|
@@ -232,8 +232,8 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
232
232
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
233
233
|
error: import("zod").ZodString;
|
|
234
234
|
}, "strip", import("zod").ZodTypeAny, {
|
|
235
|
-
error: string;
|
|
236
235
|
success: boolean;
|
|
236
|
+
error: string;
|
|
237
237
|
operation: "identify";
|
|
238
238
|
results?: import("zod").objectOutputType<{
|
|
239
239
|
company_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -244,8 +244,8 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
244
244
|
score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
245
245
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
246
246
|
}, {
|
|
247
|
-
error: string;
|
|
248
247
|
success: boolean;
|
|
248
|
+
error: string;
|
|
249
249
|
operation: "identify";
|
|
250
250
|
results?: import("zod").objectInputType<{
|
|
251
251
|
company_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -344,14 +344,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
344
344
|
}, "strip", import("zod").ZodTypeAny, {
|
|
345
345
|
description?: string | null | undefined;
|
|
346
346
|
title?: string | null | undefined;
|
|
347
|
-
start_date?: string | number | null | undefined;
|
|
348
347
|
company_name?: string | null | undefined;
|
|
348
|
+
start_date?: string | number | null | undefined;
|
|
349
349
|
company_linkedin_url?: string | null | undefined;
|
|
350
350
|
}, {
|
|
351
351
|
description?: string | null | undefined;
|
|
352
352
|
title?: string | null | undefined;
|
|
353
|
-
start_date?: string | number | null | undefined;
|
|
354
353
|
company_name?: string | null | undefined;
|
|
354
|
+
start_date?: string | number | null | undefined;
|
|
355
355
|
company_linkedin_url?: string | null | undefined;
|
|
356
356
|
}>, "many">>>;
|
|
357
357
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -361,14 +361,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
361
361
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
362
362
|
}, "strip", import("zod").ZodTypeAny, {
|
|
363
363
|
title?: string | null | undefined;
|
|
364
|
+
company_name?: string | null | undefined;
|
|
364
365
|
start_date?: string | number | null | undefined;
|
|
365
366
|
end_date?: string | number | null | undefined;
|
|
366
|
-
company_name?: string | null | undefined;
|
|
367
367
|
}, {
|
|
368
368
|
title?: string | null | undefined;
|
|
369
|
+
company_name?: string | null | undefined;
|
|
369
370
|
start_date?: string | number | null | undefined;
|
|
370
371
|
end_date?: string | number | null | undefined;
|
|
371
|
-
company_name?: string | null | undefined;
|
|
372
372
|
}>, "many">>>;
|
|
373
373
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
374
374
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -408,14 +408,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
408
408
|
}, "strip", import("zod").ZodTypeAny, {
|
|
409
409
|
description?: string | null | undefined;
|
|
410
410
|
title?: string | null | undefined;
|
|
411
|
-
start_date?: string | number | null | undefined;
|
|
412
411
|
company_name?: string | null | undefined;
|
|
412
|
+
start_date?: string | number | null | undefined;
|
|
413
413
|
company_linkedin_url?: string | null | undefined;
|
|
414
414
|
}, {
|
|
415
415
|
description?: string | null | undefined;
|
|
416
416
|
title?: string | null | undefined;
|
|
417
|
-
start_date?: string | number | null | undefined;
|
|
418
417
|
company_name?: string | null | undefined;
|
|
418
|
+
start_date?: string | number | null | undefined;
|
|
419
419
|
company_linkedin_url?: string | null | undefined;
|
|
420
420
|
}>, "many">>>;
|
|
421
421
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -425,14 +425,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
425
425
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
426
426
|
}, "strip", import("zod").ZodTypeAny, {
|
|
427
427
|
title?: string | null | undefined;
|
|
428
|
+
company_name?: string | null | undefined;
|
|
428
429
|
start_date?: string | number | null | undefined;
|
|
429
430
|
end_date?: string | number | null | undefined;
|
|
430
|
-
company_name?: string | null | undefined;
|
|
431
431
|
}, {
|
|
432
432
|
title?: string | null | undefined;
|
|
433
|
+
company_name?: string | null | undefined;
|
|
433
434
|
start_date?: string | number | null | undefined;
|
|
434
435
|
end_date?: string | number | null | undefined;
|
|
435
|
-
company_name?: string | null | undefined;
|
|
436
436
|
}>, "many">>>;
|
|
437
437
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
438
438
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -472,14 +472,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
472
472
|
}, "strip", import("zod").ZodTypeAny, {
|
|
473
473
|
description?: string | null | undefined;
|
|
474
474
|
title?: string | null | undefined;
|
|
475
|
-
start_date?: string | number | null | undefined;
|
|
476
475
|
company_name?: string | null | undefined;
|
|
476
|
+
start_date?: string | number | null | undefined;
|
|
477
477
|
company_linkedin_url?: string | null | undefined;
|
|
478
478
|
}, {
|
|
479
479
|
description?: string | null | undefined;
|
|
480
480
|
title?: string | null | undefined;
|
|
481
|
-
start_date?: string | number | null | undefined;
|
|
482
481
|
company_name?: string | null | undefined;
|
|
482
|
+
start_date?: string | number | null | undefined;
|
|
483
483
|
company_linkedin_url?: string | null | undefined;
|
|
484
484
|
}>, "many">>>;
|
|
485
485
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -489,14 +489,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
489
489
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
490
490
|
}, "strip", import("zod").ZodTypeAny, {
|
|
491
491
|
title?: string | null | undefined;
|
|
492
|
+
company_name?: string | null | undefined;
|
|
492
493
|
start_date?: string | number | null | undefined;
|
|
493
494
|
end_date?: string | number | null | undefined;
|
|
494
|
-
company_name?: string | null | undefined;
|
|
495
495
|
}, {
|
|
496
496
|
title?: string | null | undefined;
|
|
497
|
+
company_name?: string | null | undefined;
|
|
497
498
|
start_date?: string | number | null | undefined;
|
|
498
499
|
end_date?: string | number | null | undefined;
|
|
499
|
-
company_name?: string | null | undefined;
|
|
500
500
|
}>, "many">>>;
|
|
501
501
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
502
502
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -537,14 +537,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
537
537
|
}, "strip", import("zod").ZodTypeAny, {
|
|
538
538
|
description?: string | null | undefined;
|
|
539
539
|
title?: string | null | undefined;
|
|
540
|
-
start_date?: string | number | null | undefined;
|
|
541
540
|
company_name?: string | null | undefined;
|
|
541
|
+
start_date?: string | number | null | undefined;
|
|
542
542
|
company_linkedin_url?: string | null | undefined;
|
|
543
543
|
}, {
|
|
544
544
|
description?: string | null | undefined;
|
|
545
545
|
title?: string | null | undefined;
|
|
546
|
-
start_date?: string | number | null | undefined;
|
|
547
546
|
company_name?: string | null | undefined;
|
|
547
|
+
start_date?: string | number | null | undefined;
|
|
548
548
|
company_linkedin_url?: string | null | undefined;
|
|
549
549
|
}>, "many">>>;
|
|
550
550
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -554,14 +554,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
554
554
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
555
555
|
}, "strip", import("zod").ZodTypeAny, {
|
|
556
556
|
title?: string | null | undefined;
|
|
557
|
+
company_name?: string | null | undefined;
|
|
557
558
|
start_date?: string | number | null | undefined;
|
|
558
559
|
end_date?: string | number | null | undefined;
|
|
559
|
-
company_name?: string | null | undefined;
|
|
560
560
|
}, {
|
|
561
561
|
title?: string | null | undefined;
|
|
562
|
+
company_name?: string | null | undefined;
|
|
562
563
|
start_date?: string | number | null | undefined;
|
|
563
564
|
end_date?: string | number | null | undefined;
|
|
564
|
-
company_name?: string | null | undefined;
|
|
565
565
|
}>, "many">>>;
|
|
566
566
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
567
567
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -601,14 +601,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
601
601
|
}, "strip", import("zod").ZodTypeAny, {
|
|
602
602
|
description?: string | null | undefined;
|
|
603
603
|
title?: string | null | undefined;
|
|
604
|
-
start_date?: string | number | null | undefined;
|
|
605
604
|
company_name?: string | null | undefined;
|
|
605
|
+
start_date?: string | number | null | undefined;
|
|
606
606
|
company_linkedin_url?: string | null | undefined;
|
|
607
607
|
}, {
|
|
608
608
|
description?: string | null | undefined;
|
|
609
609
|
title?: string | null | undefined;
|
|
610
|
-
start_date?: string | number | null | undefined;
|
|
611
610
|
company_name?: string | null | undefined;
|
|
611
|
+
start_date?: string | number | null | undefined;
|
|
612
612
|
company_linkedin_url?: string | null | undefined;
|
|
613
613
|
}>, "many">>>;
|
|
614
614
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -618,14 +618,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
618
618
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
619
619
|
}, "strip", import("zod").ZodTypeAny, {
|
|
620
620
|
title?: string | null | undefined;
|
|
621
|
+
company_name?: string | null | undefined;
|
|
621
622
|
start_date?: string | number | null | undefined;
|
|
622
623
|
end_date?: string | number | null | undefined;
|
|
623
|
-
company_name?: string | null | undefined;
|
|
624
624
|
}, {
|
|
625
625
|
title?: string | null | undefined;
|
|
626
|
+
company_name?: string | null | undefined;
|
|
626
627
|
start_date?: string | number | null | undefined;
|
|
627
628
|
end_date?: string | number | null | undefined;
|
|
628
|
-
company_name?: string | null | undefined;
|
|
629
629
|
}>, "many">>>;
|
|
630
630
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
631
631
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -665,14 +665,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
665
665
|
}, "strip", import("zod").ZodTypeAny, {
|
|
666
666
|
description?: string | null | undefined;
|
|
667
667
|
title?: string | null | undefined;
|
|
668
|
-
start_date?: string | number | null | undefined;
|
|
669
668
|
company_name?: string | null | undefined;
|
|
669
|
+
start_date?: string | number | null | undefined;
|
|
670
670
|
company_linkedin_url?: string | null | undefined;
|
|
671
671
|
}, {
|
|
672
672
|
description?: string | null | undefined;
|
|
673
673
|
title?: string | null | undefined;
|
|
674
|
-
start_date?: string | number | null | undefined;
|
|
675
674
|
company_name?: string | null | undefined;
|
|
675
|
+
start_date?: string | number | null | undefined;
|
|
676
676
|
company_linkedin_url?: string | null | undefined;
|
|
677
677
|
}>, "many">>>;
|
|
678
678
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -682,14 +682,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
682
682
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
683
683
|
}, "strip", import("zod").ZodTypeAny, {
|
|
684
684
|
title?: string | null | undefined;
|
|
685
|
+
company_name?: string | null | undefined;
|
|
685
686
|
start_date?: string | number | null | undefined;
|
|
686
687
|
end_date?: string | number | null | undefined;
|
|
687
|
-
company_name?: string | null | undefined;
|
|
688
688
|
}, {
|
|
689
689
|
title?: string | null | undefined;
|
|
690
|
+
company_name?: string | null | undefined;
|
|
690
691
|
start_date?: string | number | null | undefined;
|
|
691
692
|
end_date?: string | number | null | undefined;
|
|
692
|
-
company_name?: string | null | undefined;
|
|
693
693
|
}>, "many">>>;
|
|
694
694
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
695
695
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -731,14 +731,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
731
731
|
}, "strip", import("zod").ZodTypeAny, {
|
|
732
732
|
description?: string | null | undefined;
|
|
733
733
|
title?: string | null | undefined;
|
|
734
|
-
start_date?: string | number | null | undefined;
|
|
735
734
|
company_name?: string | null | undefined;
|
|
735
|
+
start_date?: string | number | null | undefined;
|
|
736
736
|
company_linkedin_url?: string | null | undefined;
|
|
737
737
|
}, {
|
|
738
738
|
description?: string | null | undefined;
|
|
739
739
|
title?: string | null | undefined;
|
|
740
|
-
start_date?: string | number | null | undefined;
|
|
741
740
|
company_name?: string | null | undefined;
|
|
741
|
+
start_date?: string | number | null | undefined;
|
|
742
742
|
company_linkedin_url?: string | null | undefined;
|
|
743
743
|
}>, "many">>>;
|
|
744
744
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -748,14 +748,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
748
748
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
749
749
|
}, "strip", import("zod").ZodTypeAny, {
|
|
750
750
|
title?: string | null | undefined;
|
|
751
|
+
company_name?: string | null | undefined;
|
|
751
752
|
start_date?: string | number | null | undefined;
|
|
752
753
|
end_date?: string | number | null | undefined;
|
|
753
|
-
company_name?: string | null | undefined;
|
|
754
754
|
}, {
|
|
755
755
|
title?: string | null | undefined;
|
|
756
|
+
company_name?: string | null | undefined;
|
|
756
757
|
start_date?: string | number | null | undefined;
|
|
757
758
|
end_date?: string | number | null | undefined;
|
|
758
|
-
company_name?: string | null | undefined;
|
|
759
759
|
}>, "many">>>;
|
|
760
760
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
761
761
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -795,14 +795,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
795
795
|
}, "strip", import("zod").ZodTypeAny, {
|
|
796
796
|
description?: string | null | undefined;
|
|
797
797
|
title?: string | null | undefined;
|
|
798
|
-
start_date?: string | number | null | undefined;
|
|
799
798
|
company_name?: string | null | undefined;
|
|
799
|
+
start_date?: string | number | null | undefined;
|
|
800
800
|
company_linkedin_url?: string | null | undefined;
|
|
801
801
|
}, {
|
|
802
802
|
description?: string | null | undefined;
|
|
803
803
|
title?: string | null | undefined;
|
|
804
|
-
start_date?: string | number | null | undefined;
|
|
805
804
|
company_name?: string | null | undefined;
|
|
805
|
+
start_date?: string | number | null | undefined;
|
|
806
806
|
company_linkedin_url?: string | null | undefined;
|
|
807
807
|
}>, "many">>>;
|
|
808
808
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -812,14 +812,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
812
812
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
813
813
|
}, "strip", import("zod").ZodTypeAny, {
|
|
814
814
|
title?: string | null | undefined;
|
|
815
|
+
company_name?: string | null | undefined;
|
|
815
816
|
start_date?: string | number | null | undefined;
|
|
816
817
|
end_date?: string | number | null | undefined;
|
|
817
|
-
company_name?: string | null | undefined;
|
|
818
818
|
}, {
|
|
819
819
|
title?: string | null | undefined;
|
|
820
|
+
company_name?: string | null | undefined;
|
|
820
821
|
start_date?: string | number | null | undefined;
|
|
821
822
|
end_date?: string | number | null | undefined;
|
|
822
|
-
company_name?: string | null | undefined;
|
|
823
823
|
}>, "many">>>;
|
|
824
824
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
825
825
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -859,14 +859,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
859
859
|
}, "strip", import("zod").ZodTypeAny, {
|
|
860
860
|
description?: string | null | undefined;
|
|
861
861
|
title?: string | null | undefined;
|
|
862
|
-
start_date?: string | number | null | undefined;
|
|
863
862
|
company_name?: string | null | undefined;
|
|
863
|
+
start_date?: string | number | null | undefined;
|
|
864
864
|
company_linkedin_url?: string | null | undefined;
|
|
865
865
|
}, {
|
|
866
866
|
description?: string | null | undefined;
|
|
867
867
|
title?: string | null | undefined;
|
|
868
|
-
start_date?: string | number | null | undefined;
|
|
869
868
|
company_name?: string | null | undefined;
|
|
869
|
+
start_date?: string | number | null | undefined;
|
|
870
870
|
company_linkedin_url?: string | null | undefined;
|
|
871
871
|
}>, "many">>>;
|
|
872
872
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -876,14 +876,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
876
876
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
877
877
|
}, "strip", import("zod").ZodTypeAny, {
|
|
878
878
|
title?: string | null | undefined;
|
|
879
|
+
company_name?: string | null | undefined;
|
|
879
880
|
start_date?: string | number | null | undefined;
|
|
880
881
|
end_date?: string | number | null | undefined;
|
|
881
|
-
company_name?: string | null | undefined;
|
|
882
882
|
}, {
|
|
883
883
|
title?: string | null | undefined;
|
|
884
|
+
company_name?: string | null | undefined;
|
|
884
885
|
start_date?: string | number | null | undefined;
|
|
885
886
|
end_date?: string | number | null | undefined;
|
|
886
|
-
company_name?: string | null | undefined;
|
|
887
887
|
}>, "many">>>;
|
|
888
888
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
889
889
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -925,14 +925,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
925
925
|
}, "strip", import("zod").ZodTypeAny, {
|
|
926
926
|
description?: string | null | undefined;
|
|
927
927
|
title?: string | null | undefined;
|
|
928
|
-
start_date?: string | number | null | undefined;
|
|
929
928
|
company_name?: string | null | undefined;
|
|
929
|
+
start_date?: string | number | null | undefined;
|
|
930
930
|
company_linkedin_url?: string | null | undefined;
|
|
931
931
|
}, {
|
|
932
932
|
description?: string | null | undefined;
|
|
933
933
|
title?: string | null | undefined;
|
|
934
|
-
start_date?: string | number | null | undefined;
|
|
935
934
|
company_name?: string | null | undefined;
|
|
935
|
+
start_date?: string | number | null | undefined;
|
|
936
936
|
company_linkedin_url?: string | null | undefined;
|
|
937
937
|
}>, "many">>>;
|
|
938
938
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -942,14 +942,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
942
942
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
943
943
|
}, "strip", import("zod").ZodTypeAny, {
|
|
944
944
|
title?: string | null | undefined;
|
|
945
|
+
company_name?: string | null | undefined;
|
|
945
946
|
start_date?: string | number | null | undefined;
|
|
946
947
|
end_date?: string | number | null | undefined;
|
|
947
|
-
company_name?: string | null | undefined;
|
|
948
948
|
}, {
|
|
949
949
|
title?: string | null | undefined;
|
|
950
|
+
company_name?: string | null | undefined;
|
|
950
951
|
start_date?: string | number | null | undefined;
|
|
951
952
|
end_date?: string | number | null | undefined;
|
|
952
|
-
company_name?: string | null | undefined;
|
|
953
953
|
}>, "many">>>;
|
|
954
954
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
955
955
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -991,14 +991,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
991
991
|
}, "strip", import("zod").ZodTypeAny, {
|
|
992
992
|
description?: string | null | undefined;
|
|
993
993
|
title?: string | null | undefined;
|
|
994
|
-
start_date?: string | number | null | undefined;
|
|
995
994
|
company_name?: string | null | undefined;
|
|
995
|
+
start_date?: string | number | null | undefined;
|
|
996
996
|
company_linkedin_url?: string | null | undefined;
|
|
997
997
|
}, {
|
|
998
998
|
description?: string | null | undefined;
|
|
999
999
|
title?: string | null | undefined;
|
|
1000
|
-
start_date?: string | number | null | undefined;
|
|
1001
1000
|
company_name?: string | null | undefined;
|
|
1001
|
+
start_date?: string | number | null | undefined;
|
|
1002
1002
|
company_linkedin_url?: string | null | undefined;
|
|
1003
1003
|
}>, "many">>>;
|
|
1004
1004
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1008,14 +1008,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1008
1008
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1009
1009
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1010
1010
|
title?: string | null | undefined;
|
|
1011
|
+
company_name?: string | null | undefined;
|
|
1011
1012
|
start_date?: string | number | null | undefined;
|
|
1012
1013
|
end_date?: string | number | null | undefined;
|
|
1013
|
-
company_name?: string | null | undefined;
|
|
1014
1014
|
}, {
|
|
1015
1015
|
title?: string | null | undefined;
|
|
1016
|
+
company_name?: string | null | undefined;
|
|
1016
1017
|
start_date?: string | number | null | undefined;
|
|
1017
1018
|
end_date?: string | number | null | undefined;
|
|
1018
|
-
company_name?: string | null | undefined;
|
|
1019
1019
|
}>, "many">>>;
|
|
1020
1020
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1021
1021
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1034,9 +1034,76 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1034
1034
|
}>>>;
|
|
1035
1035
|
error: import("zod").ZodString;
|
|
1036
1036
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1037
|
-
error: string;
|
|
1038
1037
|
success: boolean;
|
|
1038
|
+
error: string;
|
|
1039
1039
|
operation: "enrich";
|
|
1040
|
+
founders?: {
|
|
1041
|
+
profiles?: import("zod").objectOutputType<{
|
|
1042
|
+
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1043
|
+
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1044
|
+
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1045
|
+
first_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1046
|
+
last_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1047
|
+
headline: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1048
|
+
location: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1049
|
+
profile_picture_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1050
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1051
|
+
emails: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1052
|
+
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1053
|
+
github_profile_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1054
|
+
skills: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1055
|
+
languages: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1056
|
+
summary: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1057
|
+
current_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1058
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1059
|
+
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1060
|
+
company_linkedin_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1061
|
+
start_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1062
|
+
description: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1063
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1064
|
+
description?: string | null | undefined;
|
|
1065
|
+
title?: string | null | undefined;
|
|
1066
|
+
company_name?: string | null | undefined;
|
|
1067
|
+
start_date?: string | number | null | undefined;
|
|
1068
|
+
company_linkedin_url?: string | null | undefined;
|
|
1069
|
+
}, {
|
|
1070
|
+
description?: string | null | undefined;
|
|
1071
|
+
title?: string | null | undefined;
|
|
1072
|
+
company_name?: string | null | undefined;
|
|
1073
|
+
start_date?: string | number | null | undefined;
|
|
1074
|
+
company_linkedin_url?: string | null | undefined;
|
|
1075
|
+
}>, "many">>>;
|
|
1076
|
+
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1077
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1078
|
+
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1079
|
+
start_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1080
|
+
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1081
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1082
|
+
title?: string | null | undefined;
|
|
1083
|
+
company_name?: string | null | undefined;
|
|
1084
|
+
start_date?: string | number | null | undefined;
|
|
1085
|
+
end_date?: string | number | null | undefined;
|
|
1086
|
+
}, {
|
|
1087
|
+
title?: string | null | undefined;
|
|
1088
|
+
company_name?: string | null | undefined;
|
|
1089
|
+
start_date?: string | number | null | undefined;
|
|
1090
|
+
end_date?: string | number | null | undefined;
|
|
1091
|
+
}>, "many">>>;
|
|
1092
|
+
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1093
|
+
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1094
|
+
degree_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1095
|
+
field_of_study: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1096
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1097
|
+
institute_name?: string | null | undefined;
|
|
1098
|
+
degree_name?: string | null | undefined;
|
|
1099
|
+
field_of_study?: string | null | undefined;
|
|
1100
|
+
}, {
|
|
1101
|
+
institute_name?: string | null | undefined;
|
|
1102
|
+
degree_name?: string | null | undefined;
|
|
1103
|
+
field_of_study?: string | null | undefined;
|
|
1104
|
+
}>, "many">>>;
|
|
1105
|
+
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1106
|
+
} | null | undefined;
|
|
1040
1107
|
company?: import("zod").objectOutputType<{
|
|
1041
1108
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1042
1109
|
linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1083,14 +1150,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1083
1150
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1084
1151
|
description?: string | null | undefined;
|
|
1085
1152
|
title?: string | null | undefined;
|
|
1086
|
-
start_date?: string | number | null | undefined;
|
|
1087
1153
|
company_name?: string | null | undefined;
|
|
1154
|
+
start_date?: string | number | null | undefined;
|
|
1088
1155
|
company_linkedin_url?: string | null | undefined;
|
|
1089
1156
|
}, {
|
|
1090
1157
|
description?: string | null | undefined;
|
|
1091
1158
|
title?: string | null | undefined;
|
|
1092
|
-
start_date?: string | number | null | undefined;
|
|
1093
1159
|
company_name?: string | null | undefined;
|
|
1160
|
+
start_date?: string | number | null | undefined;
|
|
1094
1161
|
company_linkedin_url?: string | null | undefined;
|
|
1095
1162
|
}>, "many">>>;
|
|
1096
1163
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1100,14 +1167,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1100
1167
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1101
1168
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1102
1169
|
title?: string | null | undefined;
|
|
1170
|
+
company_name?: string | null | undefined;
|
|
1103
1171
|
start_date?: string | number | null | undefined;
|
|
1104
1172
|
end_date?: string | number | null | undefined;
|
|
1105
|
-
company_name?: string | null | undefined;
|
|
1106
1173
|
}, {
|
|
1107
1174
|
title?: string | null | undefined;
|
|
1175
|
+
company_name?: string | null | undefined;
|
|
1108
1176
|
start_date?: string | number | null | undefined;
|
|
1109
1177
|
end_date?: string | number | null | undefined;
|
|
1110
|
-
company_name?: string | null | undefined;
|
|
1111
1178
|
}>, "many">>>;
|
|
1112
1179
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1113
1180
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1148,14 +1215,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1148
1215
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1149
1216
|
description?: string | null | undefined;
|
|
1150
1217
|
title?: string | null | undefined;
|
|
1151
|
-
start_date?: string | number | null | undefined;
|
|
1152
1218
|
company_name?: string | null | undefined;
|
|
1219
|
+
start_date?: string | number | null | undefined;
|
|
1153
1220
|
company_linkedin_url?: string | null | undefined;
|
|
1154
1221
|
}, {
|
|
1155
1222
|
description?: string | null | undefined;
|
|
1156
1223
|
title?: string | null | undefined;
|
|
1157
|
-
start_date?: string | number | null | undefined;
|
|
1158
1224
|
company_name?: string | null | undefined;
|
|
1225
|
+
start_date?: string | number | null | undefined;
|
|
1159
1226
|
company_linkedin_url?: string | null | undefined;
|
|
1160
1227
|
}>, "many">>>;
|
|
1161
1228
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1165,14 +1232,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1165
1232
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1166
1233
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1167
1234
|
title?: string | null | undefined;
|
|
1235
|
+
company_name?: string | null | undefined;
|
|
1168
1236
|
start_date?: string | number | null | undefined;
|
|
1169
1237
|
end_date?: string | number | null | undefined;
|
|
1170
|
-
company_name?: string | null | undefined;
|
|
1171
1238
|
}, {
|
|
1172
1239
|
title?: string | null | undefined;
|
|
1240
|
+
company_name?: string | null | undefined;
|
|
1173
1241
|
start_date?: string | number | null | undefined;
|
|
1174
1242
|
end_date?: string | number | null | undefined;
|
|
1175
|
-
company_name?: string | null | undefined;
|
|
1176
1243
|
}>, "many">>>;
|
|
1177
1244
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1178
1245
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1188,8 +1255,12 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1188
1255
|
field_of_study?: string | null | undefined;
|
|
1189
1256
|
}>, "many">>>;
|
|
1190
1257
|
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1258
|
+
}, {
|
|
1259
|
+
success: boolean;
|
|
1260
|
+
error: string;
|
|
1261
|
+
operation: "enrich";
|
|
1191
1262
|
founders?: {
|
|
1192
|
-
profiles?: import("zod").
|
|
1263
|
+
profiles?: import("zod").objectInputType<{
|
|
1193
1264
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1194
1265
|
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1195
1266
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1214,14 +1285,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1214
1285
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1215
1286
|
description?: string | null | undefined;
|
|
1216
1287
|
title?: string | null | undefined;
|
|
1217
|
-
start_date?: string | number | null | undefined;
|
|
1218
1288
|
company_name?: string | null | undefined;
|
|
1289
|
+
start_date?: string | number | null | undefined;
|
|
1219
1290
|
company_linkedin_url?: string | null | undefined;
|
|
1220
1291
|
}, {
|
|
1221
1292
|
description?: string | null | undefined;
|
|
1222
1293
|
title?: string | null | undefined;
|
|
1223
|
-
start_date?: string | number | null | undefined;
|
|
1224
1294
|
company_name?: string | null | undefined;
|
|
1295
|
+
start_date?: string | number | null | undefined;
|
|
1225
1296
|
company_linkedin_url?: string | null | undefined;
|
|
1226
1297
|
}>, "many">>>;
|
|
1227
1298
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1231,14 +1302,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1231
1302
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1232
1303
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1233
1304
|
title?: string | null | undefined;
|
|
1305
|
+
company_name?: string | null | undefined;
|
|
1234
1306
|
start_date?: string | number | null | undefined;
|
|
1235
1307
|
end_date?: string | number | null | undefined;
|
|
1236
|
-
company_name?: string | null | undefined;
|
|
1237
1308
|
}, {
|
|
1238
1309
|
title?: string | null | undefined;
|
|
1310
|
+
company_name?: string | null | undefined;
|
|
1239
1311
|
start_date?: string | number | null | undefined;
|
|
1240
1312
|
end_date?: string | number | null | undefined;
|
|
1241
|
-
company_name?: string | null | undefined;
|
|
1242
1313
|
}>, "many">>>;
|
|
1243
1314
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1244
1315
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1255,10 +1326,6 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1255
1326
|
}>, "many">>>;
|
|
1256
1327
|
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1257
1328
|
} | null | undefined;
|
|
1258
|
-
}, {
|
|
1259
|
-
error: string;
|
|
1260
|
-
success: boolean;
|
|
1261
|
-
operation: "enrich";
|
|
1262
1329
|
company?: import("zod").objectInputType<{
|
|
1263
1330
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1264
1331
|
linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1305,14 +1372,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1305
1372
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1306
1373
|
description?: string | null | undefined;
|
|
1307
1374
|
title?: string | null | undefined;
|
|
1308
|
-
start_date?: string | number | null | undefined;
|
|
1309
1375
|
company_name?: string | null | undefined;
|
|
1376
|
+
start_date?: string | number | null | undefined;
|
|
1310
1377
|
company_linkedin_url?: string | null | undefined;
|
|
1311
1378
|
}, {
|
|
1312
1379
|
description?: string | null | undefined;
|
|
1313
1380
|
title?: string | null | undefined;
|
|
1314
|
-
start_date?: string | number | null | undefined;
|
|
1315
1381
|
company_name?: string | null | undefined;
|
|
1382
|
+
start_date?: string | number | null | undefined;
|
|
1316
1383
|
company_linkedin_url?: string | null | undefined;
|
|
1317
1384
|
}>, "many">>>;
|
|
1318
1385
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1322,14 +1389,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1322
1389
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1323
1390
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1324
1391
|
title?: string | null | undefined;
|
|
1392
|
+
company_name?: string | null | undefined;
|
|
1325
1393
|
start_date?: string | number | null | undefined;
|
|
1326
1394
|
end_date?: string | number | null | undefined;
|
|
1327
|
-
company_name?: string | null | undefined;
|
|
1328
1395
|
}, {
|
|
1329
1396
|
title?: string | null | undefined;
|
|
1397
|
+
company_name?: string | null | undefined;
|
|
1330
1398
|
start_date?: string | number | null | undefined;
|
|
1331
1399
|
end_date?: string | number | null | undefined;
|
|
1332
|
-
company_name?: string | null | undefined;
|
|
1333
1400
|
}>, "many">>>;
|
|
1334
1401
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1335
1402
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1370,14 +1437,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1370
1437
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1371
1438
|
description?: string | null | undefined;
|
|
1372
1439
|
title?: string | null | undefined;
|
|
1373
|
-
start_date?: string | number | null | undefined;
|
|
1374
1440
|
company_name?: string | null | undefined;
|
|
1441
|
+
start_date?: string | number | null | undefined;
|
|
1375
1442
|
company_linkedin_url?: string | null | undefined;
|
|
1376
1443
|
}, {
|
|
1377
1444
|
description?: string | null | undefined;
|
|
1378
1445
|
title?: string | null | undefined;
|
|
1379
|
-
start_date?: string | number | null | undefined;
|
|
1380
1446
|
company_name?: string | null | undefined;
|
|
1447
|
+
start_date?: string | number | null | undefined;
|
|
1381
1448
|
company_linkedin_url?: string | null | undefined;
|
|
1382
1449
|
}>, "many">>>;
|
|
1383
1450
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1387,14 +1454,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1387
1454
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1388
1455
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1389
1456
|
title?: string | null | undefined;
|
|
1457
|
+
company_name?: string | null | undefined;
|
|
1390
1458
|
start_date?: string | number | null | undefined;
|
|
1391
1459
|
end_date?: string | number | null | undefined;
|
|
1392
|
-
company_name?: string | null | undefined;
|
|
1393
1460
|
}, {
|
|
1394
1461
|
title?: string | null | undefined;
|
|
1462
|
+
company_name?: string | null | undefined;
|
|
1395
1463
|
start_date?: string | number | null | undefined;
|
|
1396
1464
|
end_date?: string | number | null | undefined;
|
|
1397
|
-
company_name?: string | null | undefined;
|
|
1398
1465
|
}>, "many">>>;
|
|
1399
1466
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1400
1467
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1410,73 +1477,6 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1410
1477
|
field_of_study?: string | null | undefined;
|
|
1411
1478
|
}>, "many">>>;
|
|
1412
1479
|
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1413
|
-
founders?: {
|
|
1414
|
-
profiles?: import("zod").objectInputType<{
|
|
1415
|
-
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1416
|
-
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1417
|
-
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1418
|
-
first_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1419
|
-
last_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1420
|
-
headline: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1421
|
-
location: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1422
|
-
profile_picture_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1423
|
-
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1424
|
-
emails: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1425
|
-
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1426
|
-
github_profile_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1427
|
-
skills: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1428
|
-
languages: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1429
|
-
summary: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1430
|
-
current_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1431
|
-
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1432
|
-
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1433
|
-
company_linkedin_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1434
|
-
start_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1435
|
-
description: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1436
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1437
|
-
description?: string | null | undefined;
|
|
1438
|
-
title?: string | null | undefined;
|
|
1439
|
-
start_date?: string | number | null | undefined;
|
|
1440
|
-
company_name?: string | null | undefined;
|
|
1441
|
-
company_linkedin_url?: string | null | undefined;
|
|
1442
|
-
}, {
|
|
1443
|
-
description?: string | null | undefined;
|
|
1444
|
-
title?: string | null | undefined;
|
|
1445
|
-
start_date?: string | number | null | undefined;
|
|
1446
|
-
company_name?: string | null | undefined;
|
|
1447
|
-
company_linkedin_url?: string | null | undefined;
|
|
1448
|
-
}>, "many">>>;
|
|
1449
|
-
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1450
|
-
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1451
|
-
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1452
|
-
start_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1453
|
-
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1454
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1455
|
-
title?: string | null | undefined;
|
|
1456
|
-
start_date?: string | number | null | undefined;
|
|
1457
|
-
end_date?: string | number | null | undefined;
|
|
1458
|
-
company_name?: string | null | undefined;
|
|
1459
|
-
}, {
|
|
1460
|
-
title?: string | null | undefined;
|
|
1461
|
-
start_date?: string | number | null | undefined;
|
|
1462
|
-
end_date?: string | number | null | undefined;
|
|
1463
|
-
company_name?: string | null | undefined;
|
|
1464
|
-
}>, "many">>>;
|
|
1465
|
-
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1466
|
-
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1467
|
-
degree_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1468
|
-
field_of_study: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1469
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1470
|
-
institute_name?: string | null | undefined;
|
|
1471
|
-
degree_name?: string | null | undefined;
|
|
1472
|
-
field_of_study?: string | null | undefined;
|
|
1473
|
-
}, {
|
|
1474
|
-
institute_name?: string | null | undefined;
|
|
1475
|
-
degree_name?: string | null | undefined;
|
|
1476
|
-
field_of_study?: string | null | undefined;
|
|
1477
|
-
}>, "many">>>;
|
|
1478
|
-
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1479
|
-
} | null | undefined;
|
|
1480
1480
|
}>, import("zod").ZodObject<{
|
|
1481
1481
|
operation: import("zod").ZodLiteral<"person_search_db">;
|
|
1482
1482
|
success: import("zod").ZodBoolean;
|
|
@@ -2256,10 +2256,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2256
2256
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2257
2257
|
error: import("zod").ZodString;
|
|
2258
2258
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2259
|
-
error: string;
|
|
2260
2259
|
success: boolean;
|
|
2260
|
+
error: string;
|
|
2261
2261
|
operation: "person_search_db";
|
|
2262
|
-
next_cursor?: string | undefined;
|
|
2263
2262
|
total_count?: number | undefined;
|
|
2264
2263
|
profiles?: import("zod").objectOutputType<{
|
|
2265
2264
|
person_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -2519,11 +2518,11 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2519
2518
|
websites: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2520
2519
|
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2521
2520
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2521
|
+
next_cursor?: string | undefined;
|
|
2522
2522
|
}, {
|
|
2523
|
-
error: string;
|
|
2524
2523
|
success: boolean;
|
|
2524
|
+
error: string;
|
|
2525
2525
|
operation: "person_search_db";
|
|
2526
|
-
next_cursor?: string | undefined;
|
|
2527
2526
|
total_count?: number | undefined;
|
|
2528
2527
|
profiles?: import("zod").objectInputType<{
|
|
2529
2528
|
person_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -2783,6 +2782,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2783
2782
|
websites: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2784
2783
|
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2785
2784
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2785
|
+
next_cursor?: string | undefined;
|
|
2786
2786
|
}>, import("zod").ZodObject<{
|
|
2787
2787
|
operation: import("zod").ZodLiteral<"person_enrich">;
|
|
2788
2788
|
success: import("zod").ZodBoolean;
|
|
@@ -3591,8 +3591,8 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
3591
3591
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
3592
3592
|
error: import("zod").ZodString;
|
|
3593
3593
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3594
|
-
error: string;
|
|
3595
3594
|
success: boolean;
|
|
3595
|
+
error: string;
|
|
3596
3596
|
operation: "person_enrich";
|
|
3597
3597
|
profiles?: import("zod").objectOutputType<{
|
|
3598
3598
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3864,8 +3864,8 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
3864
3864
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3865
3865
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3866
3866
|
}, {
|
|
3867
|
-
error: string;
|
|
3868
3867
|
success: boolean;
|
|
3868
|
+
error: string;
|
|
3869
3869
|
operation: "person_enrich";
|
|
3870
3870
|
profiles?: import("zod").objectInputType<{
|
|
3871
3871
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|