@bubblelab/bubble-core 0.1.39 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -40,17 +40,17 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
40
40
|
}, "strip", import("zod").ZodTypeAny, {
|
|
41
41
|
operation: "identify";
|
|
42
42
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
43
|
+
count?: number | undefined;
|
|
43
44
|
query_company_name?: string | undefined;
|
|
44
45
|
query_company_website?: string | undefined;
|
|
45
46
|
query_company_linkedin_url?: string | undefined;
|
|
46
|
-
count?: number | undefined;
|
|
47
47
|
}, {
|
|
48
48
|
operation: "identify";
|
|
49
49
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
|
+
count?: number | undefined;
|
|
50
51
|
query_company_name?: string | undefined;
|
|
51
52
|
query_company_website?: string | undefined;
|
|
52
53
|
query_company_linkedin_url?: string | undefined;
|
|
53
|
-
count?: number | undefined;
|
|
54
54
|
}>, import("zod").ZodObject<{
|
|
55
55
|
operation: import("zod").ZodLiteral<"enrich">;
|
|
56
56
|
company_domain: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -62,18 +62,18 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
62
62
|
}, "strip", import("zod").ZodTypeAny, {
|
|
63
63
|
operation: "enrich";
|
|
64
64
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
65
|
+
fields?: string | undefined;
|
|
65
66
|
company_linkedin_url?: string | undefined;
|
|
66
67
|
company_domain?: string | undefined;
|
|
67
68
|
company_id?: number | undefined;
|
|
68
|
-
fields?: string | undefined;
|
|
69
69
|
enrich_realtime?: boolean | undefined;
|
|
70
70
|
}, {
|
|
71
71
|
operation: "enrich";
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
|
+
fields?: string | undefined;
|
|
73
74
|
company_linkedin_url?: string | undefined;
|
|
74
75
|
company_domain?: string | undefined;
|
|
75
76
|
company_id?: number | undefined;
|
|
76
|
-
fields?: string | undefined;
|
|
77
77
|
enrich_realtime?: boolean | undefined;
|
|
78
78
|
}>, import("zod").ZodObject<{
|
|
79
79
|
operation: import("zod").ZodLiteral<"person_search_db">;
|
|
@@ -87,27 +87,27 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
87
87
|
}, "strip", import("zod").ZodTypeAny, {
|
|
88
88
|
location: string;
|
|
89
89
|
distance: number;
|
|
90
|
-
unit?: "km" | "mi" | "
|
|
90
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
location: string;
|
|
93
93
|
distance: number;
|
|
94
|
-
unit?: "km" | "mi" | "
|
|
94
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
95
95
|
}>]>;
|
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97
97
|
value: string | number | boolean | string[] | number[] | {
|
|
98
98
|
location: string;
|
|
99
99
|
distance: number;
|
|
100
|
-
unit?: "km" | "mi" | "
|
|
100
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
101
101
|
};
|
|
102
|
-
type: "in" | "=" | "
|
|
102
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
103
103
|
column: string;
|
|
104
104
|
}, {
|
|
105
105
|
value: string | number | boolean | string[] | number[] | {
|
|
106
106
|
location: string;
|
|
107
107
|
distance: number;
|
|
108
|
-
unit?: "km" | "mi" | "
|
|
108
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
109
109
|
};
|
|
110
|
-
type: "in" | "=" | "
|
|
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<{
|
|
@@ -140,14 +140,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
140
140
|
value: string | number | boolean | string[] | number[] | {
|
|
141
141
|
location: string;
|
|
142
142
|
distance: number;
|
|
143
|
-
unit?: "km" | "mi" | "
|
|
143
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
144
144
|
};
|
|
145
|
-
type: "in" | "=" | "
|
|
145
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
146
146
|
column: string;
|
|
147
147
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
148
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
148
149
|
limit?: number | undefined;
|
|
149
150
|
cursor?: string | undefined;
|
|
150
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
151
151
|
sorts?: {
|
|
152
152
|
column: string;
|
|
153
153
|
order: "asc" | "desc";
|
|
@@ -163,14 +163,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
163
163
|
value: string | number | boolean | string[] | number[] | {
|
|
164
164
|
location: string;
|
|
165
165
|
distance: number;
|
|
166
|
-
unit?: "km" | "mi" | "
|
|
166
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
167
167
|
};
|
|
168
|
-
type: "in" | "=" | "
|
|
168
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
169
169
|
column: string;
|
|
170
170
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
171
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
171
172
|
limit?: number | undefined;
|
|
172
173
|
cursor?: string | undefined;
|
|
173
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
174
174
|
sorts?: {
|
|
175
175
|
column: string;
|
|
176
176
|
order: "asc" | "desc";
|
|
@@ -191,17 +191,17 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
191
191
|
}, "strip", import("zod").ZodTypeAny, {
|
|
192
192
|
operation: "person_enrich";
|
|
193
193
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
194
|
+
fields?: string | undefined;
|
|
194
195
|
linkedin_profile_url?: string | undefined;
|
|
195
196
|
business_email?: string | undefined;
|
|
196
|
-
fields?: string | undefined;
|
|
197
197
|
enrich_realtime?: boolean | undefined;
|
|
198
198
|
preview?: boolean | undefined;
|
|
199
199
|
}, {
|
|
200
200
|
operation: "person_enrich";
|
|
201
201
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
202
|
+
fields?: string | undefined;
|
|
202
203
|
linkedin_profile_url?: string | undefined;
|
|
203
204
|
business_email?: string | undefined;
|
|
204
|
-
fields?: string | undefined;
|
|
205
205
|
enrich_realtime?: boolean | undefined;
|
|
206
206
|
preview?: boolean | undefined;
|
|
207
207
|
}>]>;
|
|
@@ -344,15 +344,15 @@ 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;
|
|
347
348
|
company_name?: string | null | undefined;
|
|
348
349
|
company_linkedin_url?: string | null | undefined;
|
|
349
|
-
start_date?: string | number | null | undefined;
|
|
350
350
|
}, {
|
|
351
351
|
description?: string | null | undefined;
|
|
352
352
|
title?: string | null | undefined;
|
|
353
|
+
start_date?: string | number | null | undefined;
|
|
353
354
|
company_name?: string | null | undefined;
|
|
354
355
|
company_linkedin_url?: string | null | undefined;
|
|
355
|
-
start_date?: string | number | null | undefined;
|
|
356
356
|
}>, "many">>>;
|
|
357
357
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
358
358
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
365
364
|
start_date?: string | number | null | undefined;
|
|
366
365
|
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;
|
|
370
369
|
start_date?: string | number | null | undefined;
|
|
371
370
|
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,15 +408,15 @@ 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;
|
|
411
412
|
company_name?: string | null | undefined;
|
|
412
413
|
company_linkedin_url?: string | null | undefined;
|
|
413
|
-
start_date?: string | number | null | undefined;
|
|
414
414
|
}, {
|
|
415
415
|
description?: string | null | undefined;
|
|
416
416
|
title?: string | null | undefined;
|
|
417
|
+
start_date?: string | number | null | undefined;
|
|
417
418
|
company_name?: string | null | undefined;
|
|
418
419
|
company_linkedin_url?: string | null | undefined;
|
|
419
|
-
start_date?: string | number | null | undefined;
|
|
420
420
|
}>, "many">>>;
|
|
421
421
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
422
422
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
429
428
|
start_date?: string | number | null | undefined;
|
|
430
429
|
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;
|
|
434
433
|
start_date?: string | number | null | undefined;
|
|
435
434
|
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,15 +472,15 @@ 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;
|
|
475
476
|
company_name?: string | null | undefined;
|
|
476
477
|
company_linkedin_url?: string | null | undefined;
|
|
477
|
-
start_date?: string | number | null | undefined;
|
|
478
478
|
}, {
|
|
479
479
|
description?: string | null | undefined;
|
|
480
480
|
title?: string | null | undefined;
|
|
481
|
+
start_date?: string | number | null | undefined;
|
|
481
482
|
company_name?: string | null | undefined;
|
|
482
483
|
company_linkedin_url?: string | null | undefined;
|
|
483
|
-
start_date?: string | number | null | undefined;
|
|
484
484
|
}>, "many">>>;
|
|
485
485
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
486
486
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
493
492
|
start_date?: string | number | null | undefined;
|
|
494
493
|
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;
|
|
498
497
|
start_date?: string | number | null | undefined;
|
|
499
498
|
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,15 +537,15 @@ 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;
|
|
540
541
|
company_name?: string | null | undefined;
|
|
541
542
|
company_linkedin_url?: string | null | undefined;
|
|
542
|
-
start_date?: string | number | null | undefined;
|
|
543
543
|
}, {
|
|
544
544
|
description?: string | null | undefined;
|
|
545
545
|
title?: string | null | undefined;
|
|
546
|
+
start_date?: string | number | null | undefined;
|
|
546
547
|
company_name?: string | null | undefined;
|
|
547
548
|
company_linkedin_url?: string | null | undefined;
|
|
548
|
-
start_date?: string | number | null | undefined;
|
|
549
549
|
}>, "many">>>;
|
|
550
550
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
551
551
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
558
557
|
start_date?: string | number | null | undefined;
|
|
559
558
|
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;
|
|
563
562
|
start_date?: string | number | null | undefined;
|
|
564
563
|
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,15 +601,15 @@ 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;
|
|
604
605
|
company_name?: string | null | undefined;
|
|
605
606
|
company_linkedin_url?: string | null | undefined;
|
|
606
|
-
start_date?: string | number | null | undefined;
|
|
607
607
|
}, {
|
|
608
608
|
description?: string | null | undefined;
|
|
609
609
|
title?: string | null | undefined;
|
|
610
|
+
start_date?: string | number | null | undefined;
|
|
610
611
|
company_name?: string | null | undefined;
|
|
611
612
|
company_linkedin_url?: string | null | undefined;
|
|
612
|
-
start_date?: string | number | null | undefined;
|
|
613
613
|
}>, "many">>>;
|
|
614
614
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
615
615
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
622
621
|
start_date?: string | number | null | undefined;
|
|
623
622
|
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;
|
|
627
626
|
start_date?: string | number | null | undefined;
|
|
628
627
|
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,15 +665,15 @@ 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;
|
|
668
669
|
company_name?: string | null | undefined;
|
|
669
670
|
company_linkedin_url?: string | null | undefined;
|
|
670
|
-
start_date?: string | number | null | undefined;
|
|
671
671
|
}, {
|
|
672
672
|
description?: string | null | undefined;
|
|
673
673
|
title?: string | null | undefined;
|
|
674
|
+
start_date?: string | number | null | undefined;
|
|
674
675
|
company_name?: string | null | undefined;
|
|
675
676
|
company_linkedin_url?: string | null | undefined;
|
|
676
|
-
start_date?: string | number | null | undefined;
|
|
677
677
|
}>, "many">>>;
|
|
678
678
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
679
679
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
686
685
|
start_date?: string | number | null | undefined;
|
|
687
686
|
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;
|
|
691
690
|
start_date?: string | number | null | undefined;
|
|
692
691
|
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,15 +731,15 @@ 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;
|
|
734
735
|
company_name?: string | null | undefined;
|
|
735
736
|
company_linkedin_url?: string | null | undefined;
|
|
736
|
-
start_date?: string | number | null | undefined;
|
|
737
737
|
}, {
|
|
738
738
|
description?: string | null | undefined;
|
|
739
739
|
title?: string | null | undefined;
|
|
740
|
+
start_date?: string | number | null | undefined;
|
|
740
741
|
company_name?: string | null | undefined;
|
|
741
742
|
company_linkedin_url?: string | null | undefined;
|
|
742
|
-
start_date?: string | number | null | undefined;
|
|
743
743
|
}>, "many">>>;
|
|
744
744
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
745
745
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
752
751
|
start_date?: string | number | null | undefined;
|
|
753
752
|
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;
|
|
757
756
|
start_date?: string | number | null | undefined;
|
|
758
757
|
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,15 +795,15 @@ 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;
|
|
798
799
|
company_name?: string | null | undefined;
|
|
799
800
|
company_linkedin_url?: string | null | undefined;
|
|
800
|
-
start_date?: string | number | null | undefined;
|
|
801
801
|
}, {
|
|
802
802
|
description?: string | null | undefined;
|
|
803
803
|
title?: string | null | undefined;
|
|
804
|
+
start_date?: string | number | null | undefined;
|
|
804
805
|
company_name?: string | null | undefined;
|
|
805
806
|
company_linkedin_url?: string | null | undefined;
|
|
806
|
-
start_date?: string | number | null | undefined;
|
|
807
807
|
}>, "many">>>;
|
|
808
808
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
809
809
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
816
815
|
start_date?: string | number | null | undefined;
|
|
817
816
|
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;
|
|
821
820
|
start_date?: string | number | null | undefined;
|
|
822
821
|
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,15 +859,15 @@ 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;
|
|
862
863
|
company_name?: string | null | undefined;
|
|
863
864
|
company_linkedin_url?: string | null | undefined;
|
|
864
|
-
start_date?: string | number | null | undefined;
|
|
865
865
|
}, {
|
|
866
866
|
description?: string | null | undefined;
|
|
867
867
|
title?: string | null | undefined;
|
|
868
|
+
start_date?: string | number | null | undefined;
|
|
868
869
|
company_name?: string | null | undefined;
|
|
869
870
|
company_linkedin_url?: string | null | undefined;
|
|
870
|
-
start_date?: string | number | null | undefined;
|
|
871
871
|
}>, "many">>>;
|
|
872
872
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
873
873
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
880
879
|
start_date?: string | number | null | undefined;
|
|
881
880
|
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;
|
|
885
884
|
start_date?: string | number | null | undefined;
|
|
886
885
|
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,15 +925,15 @@ 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;
|
|
928
929
|
company_name?: string | null | undefined;
|
|
929
930
|
company_linkedin_url?: string | null | undefined;
|
|
930
|
-
start_date?: string | number | null | undefined;
|
|
931
931
|
}, {
|
|
932
932
|
description?: string | null | undefined;
|
|
933
933
|
title?: string | null | undefined;
|
|
934
|
+
start_date?: string | number | null | undefined;
|
|
934
935
|
company_name?: string | null | undefined;
|
|
935
936
|
company_linkedin_url?: string | null | undefined;
|
|
936
|
-
start_date?: string | number | null | undefined;
|
|
937
937
|
}>, "many">>>;
|
|
938
938
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
939
939
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
946
945
|
start_date?: string | number | null | undefined;
|
|
947
946
|
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;
|
|
951
950
|
start_date?: string | number | null | undefined;
|
|
952
951
|
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,15 +991,15 @@ 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;
|
|
994
995
|
company_name?: string | null | undefined;
|
|
995
996
|
company_linkedin_url?: string | null | undefined;
|
|
996
|
-
start_date?: string | number | null | undefined;
|
|
997
997
|
}, {
|
|
998
998
|
description?: string | null | undefined;
|
|
999
999
|
title?: string | null | undefined;
|
|
1000
|
+
start_date?: string | number | null | undefined;
|
|
1000
1001
|
company_name?: string | null | undefined;
|
|
1001
1002
|
company_linkedin_url?: string | null | undefined;
|
|
1002
|
-
start_date?: string | number | null | undefined;
|
|
1003
1003
|
}>, "many">>>;
|
|
1004
1004
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1005
1005
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -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;
|
|
1012
1011
|
start_date?: string | number | null | undefined;
|
|
1013
1012
|
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;
|
|
1017
1016
|
start_date?: string | number | null | undefined;
|
|
1018
1017
|
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>>;
|
|
@@ -1083,15 +1083,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1083
1083
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1084
1084
|
description?: string | null | undefined;
|
|
1085
1085
|
title?: string | null | undefined;
|
|
1086
|
+
start_date?: string | number | null | undefined;
|
|
1086
1087
|
company_name?: string | null | undefined;
|
|
1087
1088
|
company_linkedin_url?: string | null | undefined;
|
|
1088
|
-
start_date?: string | number | null | undefined;
|
|
1089
1089
|
}, {
|
|
1090
1090
|
description?: string | null | undefined;
|
|
1091
1091
|
title?: string | null | undefined;
|
|
1092
|
+
start_date?: string | number | null | undefined;
|
|
1092
1093
|
company_name?: string | null | undefined;
|
|
1093
1094
|
company_linkedin_url?: string | null | undefined;
|
|
1094
|
-
start_date?: string | number | null | undefined;
|
|
1095
1095
|
}>, "many">>>;
|
|
1096
1096
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1097
1097
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1100,14 +1100,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1100
1100
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1101
1101
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1102
1102
|
title?: string | null | undefined;
|
|
1103
|
-
company_name?: string | null | undefined;
|
|
1104
1103
|
start_date?: string | number | null | undefined;
|
|
1105
1104
|
end_date?: string | number | null | undefined;
|
|
1105
|
+
company_name?: string | null | undefined;
|
|
1106
1106
|
}, {
|
|
1107
1107
|
title?: string | null | undefined;
|
|
1108
|
-
company_name?: string | null | undefined;
|
|
1109
1108
|
start_date?: string | number | null | undefined;
|
|
1110
1109
|
end_date?: string | number | null | undefined;
|
|
1110
|
+
company_name?: string | null | undefined;
|
|
1111
1111
|
}>, "many">>>;
|
|
1112
1112
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1113
1113
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1148,15 +1148,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1148
1148
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1149
1149
|
description?: string | null | undefined;
|
|
1150
1150
|
title?: string | null | undefined;
|
|
1151
|
+
start_date?: string | number | null | undefined;
|
|
1151
1152
|
company_name?: string | null | undefined;
|
|
1152
1153
|
company_linkedin_url?: string | null | undefined;
|
|
1153
|
-
start_date?: string | number | null | undefined;
|
|
1154
1154
|
}, {
|
|
1155
1155
|
description?: string | null | undefined;
|
|
1156
1156
|
title?: string | null | undefined;
|
|
1157
|
+
start_date?: string | number | null | undefined;
|
|
1157
1158
|
company_name?: string | null | undefined;
|
|
1158
1159
|
company_linkedin_url?: string | null | undefined;
|
|
1159
|
-
start_date?: string | number | null | undefined;
|
|
1160
1160
|
}>, "many">>>;
|
|
1161
1161
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1162
1162
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1165,14 +1165,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1165
1165
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1166
1166
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1167
1167
|
title?: string | null | undefined;
|
|
1168
|
-
company_name?: string | null | undefined;
|
|
1169
1168
|
start_date?: string | number | null | undefined;
|
|
1170
1169
|
end_date?: string | number | null | undefined;
|
|
1170
|
+
company_name?: string | null | undefined;
|
|
1171
1171
|
}, {
|
|
1172
1172
|
title?: string | null | undefined;
|
|
1173
|
-
company_name?: string | null | undefined;
|
|
1174
1173
|
start_date?: string | number | null | undefined;
|
|
1175
1174
|
end_date?: string | number | null | undefined;
|
|
1175
|
+
company_name?: string | null | undefined;
|
|
1176
1176
|
}>, "many">>>;
|
|
1177
1177
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1178
1178
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1214,15 +1214,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1214
1214
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1215
1215
|
description?: string | null | undefined;
|
|
1216
1216
|
title?: string | null | undefined;
|
|
1217
|
+
start_date?: string | number | null | undefined;
|
|
1217
1218
|
company_name?: string | null | undefined;
|
|
1218
1219
|
company_linkedin_url?: string | null | undefined;
|
|
1219
|
-
start_date?: string | number | null | undefined;
|
|
1220
1220
|
}, {
|
|
1221
1221
|
description?: string | null | undefined;
|
|
1222
1222
|
title?: string | null | undefined;
|
|
1223
|
+
start_date?: string | number | null | undefined;
|
|
1223
1224
|
company_name?: string | null | undefined;
|
|
1224
1225
|
company_linkedin_url?: string | null | undefined;
|
|
1225
|
-
start_date?: string | number | null | undefined;
|
|
1226
1226
|
}>, "many">>>;
|
|
1227
1227
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1228
1228
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1231,14 +1231,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1231
1231
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1232
1232
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1233
1233
|
title?: string | null | undefined;
|
|
1234
|
-
company_name?: string | null | undefined;
|
|
1235
1234
|
start_date?: string | number | null | undefined;
|
|
1236
1235
|
end_date?: string | number | null | undefined;
|
|
1236
|
+
company_name?: string | null | undefined;
|
|
1237
1237
|
}, {
|
|
1238
1238
|
title?: string | null | undefined;
|
|
1239
|
-
company_name?: string | null | undefined;
|
|
1240
1239
|
start_date?: string | number | null | undefined;
|
|
1241
1240
|
end_date?: string | number | null | undefined;
|
|
1241
|
+
company_name?: string | null | undefined;
|
|
1242
1242
|
}>, "many">>>;
|
|
1243
1243
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1244
1244
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1305,15 +1305,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1305
1305
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1306
1306
|
description?: string | null | undefined;
|
|
1307
1307
|
title?: string | null | undefined;
|
|
1308
|
+
start_date?: string | number | null | undefined;
|
|
1308
1309
|
company_name?: string | null | undefined;
|
|
1309
1310
|
company_linkedin_url?: string | null | undefined;
|
|
1310
|
-
start_date?: string | number | null | undefined;
|
|
1311
1311
|
}, {
|
|
1312
1312
|
description?: string | null | undefined;
|
|
1313
1313
|
title?: string | null | undefined;
|
|
1314
|
+
start_date?: string | number | null | undefined;
|
|
1314
1315
|
company_name?: string | null | undefined;
|
|
1315
1316
|
company_linkedin_url?: string | null | undefined;
|
|
1316
|
-
start_date?: string | number | null | undefined;
|
|
1317
1317
|
}>, "many">>>;
|
|
1318
1318
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1319
1319
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1322,14 +1322,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1322
1322
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1323
1323
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1324
1324
|
title?: string | null | undefined;
|
|
1325
|
-
company_name?: string | null | undefined;
|
|
1326
1325
|
start_date?: string | number | null | undefined;
|
|
1327
1326
|
end_date?: string | number | null | undefined;
|
|
1327
|
+
company_name?: string | null | undefined;
|
|
1328
1328
|
}, {
|
|
1329
1329
|
title?: string | null | undefined;
|
|
1330
|
-
company_name?: string | null | undefined;
|
|
1331
1330
|
start_date?: string | number | null | undefined;
|
|
1332
1331
|
end_date?: string | number | null | undefined;
|
|
1332
|
+
company_name?: string | null | undefined;
|
|
1333
1333
|
}>, "many">>>;
|
|
1334
1334
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1335
1335
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1370,15 +1370,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1370
1370
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1371
1371
|
description?: string | null | undefined;
|
|
1372
1372
|
title?: string | null | undefined;
|
|
1373
|
+
start_date?: string | number | null | undefined;
|
|
1373
1374
|
company_name?: string | null | undefined;
|
|
1374
1375
|
company_linkedin_url?: string | null | undefined;
|
|
1375
|
-
start_date?: string | number | null | undefined;
|
|
1376
1376
|
}, {
|
|
1377
1377
|
description?: string | null | undefined;
|
|
1378
1378
|
title?: string | null | undefined;
|
|
1379
|
+
start_date?: string | number | null | undefined;
|
|
1379
1380
|
company_name?: string | null | undefined;
|
|
1380
1381
|
company_linkedin_url?: string | null | undefined;
|
|
1381
|
-
start_date?: string | number | null | undefined;
|
|
1382
1382
|
}>, "many">>>;
|
|
1383
1383
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1384
1384
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1387,14 +1387,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1387
1387
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1388
1388
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1389
1389
|
title?: string | null | undefined;
|
|
1390
|
-
company_name?: string | null | undefined;
|
|
1391
1390
|
start_date?: string | number | null | undefined;
|
|
1392
1391
|
end_date?: string | number | null | undefined;
|
|
1392
|
+
company_name?: string | null | undefined;
|
|
1393
1393
|
}, {
|
|
1394
1394
|
title?: string | null | undefined;
|
|
1395
|
-
company_name?: string | null | undefined;
|
|
1396
1395
|
start_date?: string | number | null | undefined;
|
|
1397
1396
|
end_date?: string | number | null | undefined;
|
|
1397
|
+
company_name?: string | null | undefined;
|
|
1398
1398
|
}>, "many">>>;
|
|
1399
1399
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1400
1400
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1436,15 +1436,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1436
1436
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1437
1437
|
description?: string | null | undefined;
|
|
1438
1438
|
title?: string | null | undefined;
|
|
1439
|
+
start_date?: string | number | null | undefined;
|
|
1439
1440
|
company_name?: string | null | undefined;
|
|
1440
1441
|
company_linkedin_url?: string | null | undefined;
|
|
1441
|
-
start_date?: string | number | null | undefined;
|
|
1442
1442
|
}, {
|
|
1443
1443
|
description?: string | null | undefined;
|
|
1444
1444
|
title?: string | null | undefined;
|
|
1445
|
+
start_date?: string | number | null | undefined;
|
|
1445
1446
|
company_name?: string | null | undefined;
|
|
1446
1447
|
company_linkedin_url?: string | null | undefined;
|
|
1447
|
-
start_date?: string | number | null | undefined;
|
|
1448
1448
|
}>, "many">>>;
|
|
1449
1449
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1450
1450
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1453,14 +1453,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1453
1453
|
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1454
1454
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1455
1455
|
title?: string | null | undefined;
|
|
1456
|
-
company_name?: string | null | undefined;
|
|
1457
1456
|
start_date?: string | number | null | undefined;
|
|
1458
1457
|
end_date?: string | number | null | undefined;
|
|
1458
|
+
company_name?: string | null | undefined;
|
|
1459
1459
|
}, {
|
|
1460
1460
|
title?: string | null | undefined;
|
|
1461
|
-
company_name?: string | null | undefined;
|
|
1462
1461
|
start_date?: string | number | null | undefined;
|
|
1463
1462
|
end_date?: string | number | null | undefined;
|
|
1463
|
+
company_name?: string | null | undefined;
|
|
1464
1464
|
}>, "many">>>;
|
|
1465
1465
|
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1466
1466
|
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2260,6 +2260,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2260
2260
|
success: boolean;
|
|
2261
2261
|
error: string;
|
|
2262
2262
|
next_cursor?: string | undefined;
|
|
2263
|
+
total_count?: number | undefined;
|
|
2263
2264
|
profiles?: import("zod").objectOutputType<{
|
|
2264
2265
|
person_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2265
2266
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2518,12 +2519,12 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2518
2519
|
websites: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2519
2520
|
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2520
2521
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2521
|
-
total_count?: number | undefined;
|
|
2522
2522
|
}, {
|
|
2523
2523
|
operation: "person_search_db";
|
|
2524
2524
|
success: boolean;
|
|
2525
2525
|
error: string;
|
|
2526
2526
|
next_cursor?: string | undefined;
|
|
2527
|
+
total_count?: number | undefined;
|
|
2527
2528
|
profiles?: import("zod").objectInputType<{
|
|
2528
2529
|
person_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2529
2530
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2782,7 +2783,6 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2782
2783
|
websites: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2783
2784
|
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2784
2785
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2785
|
-
total_count?: number | undefined;
|
|
2786
2786
|
}>, import("zod").ZodObject<{
|
|
2787
2787
|
operation: import("zod").ZodLiteral<"person_enrich">;
|
|
2788
2788
|
success: import("zod").ZodBoolean;
|
|
@@ -3594,13 +3594,6 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
3594
3594
|
operation: "person_enrich";
|
|
3595
3595
|
success: boolean;
|
|
3596
3596
|
error: string;
|
|
3597
|
-
errors?: import("zod").objectOutputType<{
|
|
3598
|
-
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3599
|
-
business_email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3600
|
-
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3601
|
-
error_code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3602
|
-
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3603
|
-
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3604
3597
|
profiles?: import("zod").objectOutputType<{
|
|
3605
3598
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3606
3599
|
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3863,17 +3856,17 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
3863
3856
|
query_linkedin_profile_urn_or_slug: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3864
3857
|
score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
3865
3858
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3866
|
-
|
|
3867
|
-
operation: "person_enrich";
|
|
3868
|
-
success: boolean;
|
|
3869
|
-
error: string;
|
|
3870
|
-
errors?: import("zod").objectInputType<{
|
|
3859
|
+
errors?: import("zod").objectOutputType<{
|
|
3871
3860
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3872
3861
|
business_email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3873
3862
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3874
3863
|
error_code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3875
3864
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3876
3865
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3866
|
+
}, {
|
|
3867
|
+
operation: "person_enrich";
|
|
3868
|
+
success: boolean;
|
|
3869
|
+
error: string;
|
|
3877
3870
|
profiles?: import("zod").objectInputType<{
|
|
3878
3871
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3879
3872
|
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4136,6 +4129,13 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
4136
4129
|
query_linkedin_profile_urn_or_slug: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
4137
4130
|
score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4138
4131
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4132
|
+
errors?: import("zod").objectInputType<{
|
|
4133
|
+
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4134
|
+
business_email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4135
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4136
|
+
error_code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4137
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4138
|
+
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4139
4139
|
}>]>;
|
|
4140
4140
|
static readonly shortDescription = "Crustdata API for company data enrichment and people search";
|
|
4141
4141
|
static readonly longDescription = "\n Crustdata service integration for company data enrichment, lead generation, and people search.\n\n Operations:\n - identify: Resolve company name/domain/LinkedIn URL to company_id (FREE)\n - enrich: Get company data with decision makers, CXOs, and founders (1 credit)\n - person_search_db: In-database people search with advanced filtering (3 credits per 100 results)\n - person_enrich: Enrich LinkedIn profiles with comprehensive data (3-5 credits per profile)\n\n Use cases:\n - Lead generation and sales prospecting\n - Company research and intelligence\n - Contact discovery for outreach\n - People search across companies with various filters\n - Find professionals by title, company, skills, location, etc.\n - Geographic radius search for local talent\n - LinkedIn profile enrichment with employment history, education, skills\n - Reverse email lookup to find LinkedIn profiles\n - Business email discovery for outreach\n\n Note: For agent-friendly usage, use CompanyEnrichmentTool or PeopleSearchTool instead.\n ";
|