@bubblelab/bubble-core 0.1.40 → 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 +146 -125
- 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 +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +98 -98
- package/dist/bubbles/service-bubble/airtable.d.ts +122 -122
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +148 -148
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +63 -63
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +480 -480
- package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +124 -124
- package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
- package/dist/bubbles/service-bubble/google-calendar.d.ts +136 -136
- package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +220 -220
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +322 -322
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +31 -31
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +24 -24
- 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 +20 -20
- 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 +300 -300
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +82 -82
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
- 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
|
@@ -75,15 +75,15 @@ export declare const PersonProfileSchema: z.ZodObject<{
|
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
76
|
description?: string | null | undefined;
|
|
77
77
|
title?: string | null | undefined;
|
|
78
|
+
start_date?: string | number | null | undefined;
|
|
78
79
|
company_name?: string | null | undefined;
|
|
79
80
|
company_linkedin_url?: string | null | undefined;
|
|
80
|
-
start_date?: string | number | null | undefined;
|
|
81
81
|
}, {
|
|
82
82
|
description?: string | null | undefined;
|
|
83
83
|
title?: string | null | undefined;
|
|
84
|
+
start_date?: string | number | null | undefined;
|
|
84
85
|
company_name?: string | null | undefined;
|
|
85
86
|
company_linkedin_url?: string | null | undefined;
|
|
86
|
-
start_date?: string | number | null | undefined;
|
|
87
87
|
}>, "many">>>;
|
|
88
88
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
89
89
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -92,14 +92,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
|
|
|
92
92
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
94
|
title?: string | null | undefined;
|
|
95
|
-
company_name?: string | null | undefined;
|
|
96
95
|
start_date?: string | number | null | undefined;
|
|
97
96
|
end_date?: string | number | null | undefined;
|
|
97
|
+
company_name?: string | null | undefined;
|
|
98
98
|
}, {
|
|
99
99
|
title?: string | null | undefined;
|
|
100
|
-
company_name?: string | null | undefined;
|
|
101
100
|
start_date?: string | number | null | undefined;
|
|
102
101
|
end_date?: string | number | null | undefined;
|
|
102
|
+
company_name?: string | null | undefined;
|
|
103
103
|
}>, "many">>>;
|
|
104
104
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
105
105
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -139,15 +139,15 @@ export declare const PersonProfileSchema: z.ZodObject<{
|
|
|
139
139
|
}, "strip", z.ZodTypeAny, {
|
|
140
140
|
description?: string | null | undefined;
|
|
141
141
|
title?: string | null | undefined;
|
|
142
|
+
start_date?: string | number | null | undefined;
|
|
142
143
|
company_name?: string | null | undefined;
|
|
143
144
|
company_linkedin_url?: string | null | undefined;
|
|
144
|
-
start_date?: string | number | null | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
description?: string | null | undefined;
|
|
147
147
|
title?: string | null | undefined;
|
|
148
|
+
start_date?: string | number | null | undefined;
|
|
148
149
|
company_name?: string | null | undefined;
|
|
149
150
|
company_linkedin_url?: string | null | undefined;
|
|
150
|
-
start_date?: string | number | null | undefined;
|
|
151
151
|
}>, "many">>>;
|
|
152
152
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
153
153
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -156,14 +156,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
|
|
|
156
156
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
157
157
|
}, "strip", z.ZodTypeAny, {
|
|
158
158
|
title?: string | null | undefined;
|
|
159
|
-
company_name?: string | null | undefined;
|
|
160
159
|
start_date?: string | number | null | undefined;
|
|
161
160
|
end_date?: string | number | null | undefined;
|
|
161
|
+
company_name?: string | null | undefined;
|
|
162
162
|
}, {
|
|
163
163
|
title?: string | null | undefined;
|
|
164
|
-
company_name?: string | null | undefined;
|
|
165
164
|
start_date?: string | number | null | undefined;
|
|
166
165
|
end_date?: string | number | null | undefined;
|
|
166
|
+
company_name?: string | null | undefined;
|
|
167
167
|
}>, "many">>>;
|
|
168
168
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
169
169
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -203,15 +203,15 @@ export declare const PersonProfileSchema: z.ZodObject<{
|
|
|
203
203
|
}, "strip", z.ZodTypeAny, {
|
|
204
204
|
description?: string | null | undefined;
|
|
205
205
|
title?: string | null | undefined;
|
|
206
|
+
start_date?: string | number | null | undefined;
|
|
206
207
|
company_name?: string | null | undefined;
|
|
207
208
|
company_linkedin_url?: string | null | undefined;
|
|
208
|
-
start_date?: string | number | null | undefined;
|
|
209
209
|
}, {
|
|
210
210
|
description?: string | null | undefined;
|
|
211
211
|
title?: string | null | undefined;
|
|
212
|
+
start_date?: string | number | null | undefined;
|
|
212
213
|
company_name?: string | null | undefined;
|
|
213
214
|
company_linkedin_url?: string | null | undefined;
|
|
214
|
-
start_date?: string | number | null | undefined;
|
|
215
215
|
}>, "many">>>;
|
|
216
216
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
217
217
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -220,14 +220,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
|
|
|
220
220
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
221
221
|
}, "strip", z.ZodTypeAny, {
|
|
222
222
|
title?: string | null | undefined;
|
|
223
|
-
company_name?: string | null | undefined;
|
|
224
223
|
start_date?: string | number | null | undefined;
|
|
225
224
|
end_date?: string | number | null | undefined;
|
|
225
|
+
company_name?: string | null | undefined;
|
|
226
226
|
}, {
|
|
227
227
|
title?: string | null | undefined;
|
|
228
|
-
company_name?: string | null | undefined;
|
|
229
228
|
start_date?: string | number | null | undefined;
|
|
230
229
|
end_date?: string | number | null | undefined;
|
|
230
|
+
company_name?: string | null | undefined;
|
|
231
231
|
}>, "many">>>;
|
|
232
232
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
233
233
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1221,11 +1221,11 @@ export declare const GeoDistanceValueSchema: z.ZodObject<{
|
|
|
1221
1221
|
}, "strip", z.ZodTypeAny, {
|
|
1222
1222
|
location: string;
|
|
1223
1223
|
distance: number;
|
|
1224
|
-
unit?: "km" | "mi" | "
|
|
1224
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1225
1225
|
}, {
|
|
1226
1226
|
location: string;
|
|
1227
1227
|
distance: number;
|
|
1228
|
-
unit?: "km" | "mi" | "
|
|
1228
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1229
1229
|
}>;
|
|
1230
1230
|
export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
1231
1231
|
column: z.ZodString;
|
|
@@ -1237,27 +1237,27 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
|
1237
1237
|
}, "strip", z.ZodTypeAny, {
|
|
1238
1238
|
location: string;
|
|
1239
1239
|
distance: number;
|
|
1240
|
-
unit?: "km" | "mi" | "
|
|
1240
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1241
1241
|
}, {
|
|
1242
1242
|
location: string;
|
|
1243
1243
|
distance: number;
|
|
1244
|
-
unit?: "km" | "mi" | "
|
|
1244
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1245
1245
|
}>]>;
|
|
1246
1246
|
}, "strip", z.ZodTypeAny, {
|
|
1247
1247
|
value: string | number | boolean | string[] | number[] | {
|
|
1248
1248
|
location: string;
|
|
1249
1249
|
distance: number;
|
|
1250
|
-
unit?: "km" | "mi" | "
|
|
1250
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1251
1251
|
};
|
|
1252
|
-
type: "in" | "=" | "
|
|
1252
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1253
1253
|
column: string;
|
|
1254
1254
|
}, {
|
|
1255
1255
|
value: string | number | boolean | string[] | number[] | {
|
|
1256
1256
|
location: string;
|
|
1257
1257
|
distance: number;
|
|
1258
|
-
unit?: "km" | "mi" | "
|
|
1258
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1259
1259
|
};
|
|
1260
|
-
type: "in" | "=" | "
|
|
1260
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1261
1261
|
column: string;
|
|
1262
1262
|
}>;
|
|
1263
1263
|
export declare const PersonDBFilterGroupSchema: z.ZodType<PersonDBFilterGroup>;
|
|
@@ -1271,27 +1271,27 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1271
1271
|
}, "strip", z.ZodTypeAny, {
|
|
1272
1272
|
location: string;
|
|
1273
1273
|
distance: number;
|
|
1274
|
-
unit?: "km" | "mi" | "
|
|
1274
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1275
1275
|
}, {
|
|
1276
1276
|
location: string;
|
|
1277
1277
|
distance: number;
|
|
1278
|
-
unit?: "km" | "mi" | "
|
|
1278
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1279
1279
|
}>]>;
|
|
1280
1280
|
}, "strip", z.ZodTypeAny, {
|
|
1281
1281
|
value: string | number | boolean | string[] | number[] | {
|
|
1282
1282
|
location: string;
|
|
1283
1283
|
distance: number;
|
|
1284
|
-
unit?: "km" | "mi" | "
|
|
1284
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1285
1285
|
};
|
|
1286
|
-
type: "in" | "=" | "
|
|
1286
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1287
1287
|
column: string;
|
|
1288
1288
|
}, {
|
|
1289
1289
|
value: string | number | boolean | string[] | number[] | {
|
|
1290
1290
|
location: string;
|
|
1291
1291
|
distance: number;
|
|
1292
|
-
unit?: "km" | "mi" | "
|
|
1292
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1293
1293
|
};
|
|
1294
|
-
type: "in" | "=" | "
|
|
1294
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1295
1295
|
column: string;
|
|
1296
1296
|
}>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
|
|
1297
1297
|
export declare const PersonDBSortSchema: z.ZodObject<{
|
|
@@ -2254,17 +2254,17 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2254
2254
|
}, "strip", z.ZodTypeAny, {
|
|
2255
2255
|
operation: "identify";
|
|
2256
2256
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2257
|
+
count?: number | undefined;
|
|
2257
2258
|
query_company_name?: string | undefined;
|
|
2258
2259
|
query_company_website?: string | undefined;
|
|
2259
2260
|
query_company_linkedin_url?: string | undefined;
|
|
2260
|
-
count?: number | undefined;
|
|
2261
2261
|
}, {
|
|
2262
2262
|
operation: "identify";
|
|
2263
2263
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2264
|
+
count?: number | undefined;
|
|
2264
2265
|
query_company_name?: string | undefined;
|
|
2265
2266
|
query_company_website?: string | undefined;
|
|
2266
2267
|
query_company_linkedin_url?: string | undefined;
|
|
2267
|
-
count?: number | undefined;
|
|
2268
2268
|
}>, z.ZodObject<{
|
|
2269
2269
|
operation: z.ZodLiteral<"enrich">;
|
|
2270
2270
|
company_domain: z.ZodOptional<z.ZodString>;
|
|
@@ -2276,18 +2276,18 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2276
2276
|
}, "strip", z.ZodTypeAny, {
|
|
2277
2277
|
operation: "enrich";
|
|
2278
2278
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2279
|
+
fields?: string | undefined;
|
|
2279
2280
|
company_linkedin_url?: string | undefined;
|
|
2280
2281
|
company_domain?: string | undefined;
|
|
2281
2282
|
company_id?: number | undefined;
|
|
2282
|
-
fields?: string | undefined;
|
|
2283
2283
|
enrich_realtime?: boolean | undefined;
|
|
2284
2284
|
}, {
|
|
2285
2285
|
operation: "enrich";
|
|
2286
2286
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2287
|
+
fields?: string | undefined;
|
|
2287
2288
|
company_linkedin_url?: string | undefined;
|
|
2288
2289
|
company_domain?: string | undefined;
|
|
2289
2290
|
company_id?: number | undefined;
|
|
2290
|
-
fields?: string | undefined;
|
|
2291
2291
|
enrich_realtime?: boolean | undefined;
|
|
2292
2292
|
}>, z.ZodObject<{
|
|
2293
2293
|
operation: z.ZodLiteral<"person_search_db">;
|
|
@@ -2301,27 +2301,27 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2301
2301
|
}, "strip", z.ZodTypeAny, {
|
|
2302
2302
|
location: string;
|
|
2303
2303
|
distance: number;
|
|
2304
|
-
unit?: "km" | "mi" | "
|
|
2304
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2305
2305
|
}, {
|
|
2306
2306
|
location: string;
|
|
2307
2307
|
distance: number;
|
|
2308
|
-
unit?: "km" | "mi" | "
|
|
2308
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2309
2309
|
}>]>;
|
|
2310
2310
|
}, "strip", z.ZodTypeAny, {
|
|
2311
2311
|
value: string | number | boolean | string[] | number[] | {
|
|
2312
2312
|
location: string;
|
|
2313
2313
|
distance: number;
|
|
2314
|
-
unit?: "km" | "mi" | "
|
|
2314
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2315
2315
|
};
|
|
2316
|
-
type: "in" | "=" | "
|
|
2316
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2317
2317
|
column: string;
|
|
2318
2318
|
}, {
|
|
2319
2319
|
value: string | number | boolean | string[] | number[] | {
|
|
2320
2320
|
location: string;
|
|
2321
2321
|
distance: number;
|
|
2322
|
-
unit?: "km" | "mi" | "
|
|
2322
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2323
2323
|
};
|
|
2324
|
-
type: "in" | "=" | "
|
|
2324
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2325
2325
|
column: string;
|
|
2326
2326
|
}>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
|
|
2327
2327
|
sorts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2354,14 +2354,14 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2354
2354
|
value: string | number | boolean | string[] | number[] | {
|
|
2355
2355
|
location: string;
|
|
2356
2356
|
distance: number;
|
|
2357
|
-
unit?: "km" | "mi" | "
|
|
2357
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2358
2358
|
};
|
|
2359
|
-
type: "in" | "=" | "
|
|
2359
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2360
2360
|
column: string;
|
|
2361
2361
|
} | PersonDBFilterGroup;
|
|
2362
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2362
2363
|
limit?: number | undefined;
|
|
2363
2364
|
cursor?: string | undefined;
|
|
2364
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2365
2365
|
sorts?: {
|
|
2366
2366
|
column: string;
|
|
2367
2367
|
order: "asc" | "desc";
|
|
@@ -2377,14 +2377,14 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2377
2377
|
value: string | number | boolean | string[] | number[] | {
|
|
2378
2378
|
location: string;
|
|
2379
2379
|
distance: number;
|
|
2380
|
-
unit?: "km" | "mi" | "
|
|
2380
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2381
2381
|
};
|
|
2382
|
-
type: "in" | "=" | "
|
|
2382
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2383
2383
|
column: string;
|
|
2384
2384
|
} | PersonDBFilterGroup;
|
|
2385
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2385
2386
|
limit?: number | undefined;
|
|
2386
2387
|
cursor?: string | undefined;
|
|
2387
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2388
2388
|
sorts?: {
|
|
2389
2389
|
column: string;
|
|
2390
2390
|
order: "asc" | "desc";
|
|
@@ -2405,17 +2405,17 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2405
2405
|
}, "strip", z.ZodTypeAny, {
|
|
2406
2406
|
operation: "person_enrich";
|
|
2407
2407
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2408
|
+
fields?: string | undefined;
|
|
2408
2409
|
linkedin_profile_url?: string | undefined;
|
|
2409
2410
|
business_email?: string | undefined;
|
|
2410
|
-
fields?: string | undefined;
|
|
2411
2411
|
enrich_realtime?: boolean | undefined;
|
|
2412
2412
|
preview?: boolean | undefined;
|
|
2413
2413
|
}, {
|
|
2414
2414
|
operation: "person_enrich";
|
|
2415
2415
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2416
|
+
fields?: string | undefined;
|
|
2416
2417
|
linkedin_profile_url?: string | undefined;
|
|
2417
2418
|
business_email?: string | undefined;
|
|
2418
|
-
fields?: string | undefined;
|
|
2419
2419
|
enrich_realtime?: boolean | undefined;
|
|
2420
2420
|
preview?: boolean | undefined;
|
|
2421
2421
|
}>]>;
|
|
@@ -2580,15 +2580,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2580
2580
|
}, "strip", z.ZodTypeAny, {
|
|
2581
2581
|
description?: string | null | undefined;
|
|
2582
2582
|
title?: string | null | undefined;
|
|
2583
|
+
start_date?: string | number | null | undefined;
|
|
2583
2584
|
company_name?: string | null | undefined;
|
|
2584
2585
|
company_linkedin_url?: string | null | undefined;
|
|
2585
|
-
start_date?: string | number | null | undefined;
|
|
2586
2586
|
}, {
|
|
2587
2587
|
description?: string | null | undefined;
|
|
2588
2588
|
title?: string | null | undefined;
|
|
2589
|
+
start_date?: string | number | null | undefined;
|
|
2589
2590
|
company_name?: string | null | undefined;
|
|
2590
2591
|
company_linkedin_url?: string | null | undefined;
|
|
2591
|
-
start_date?: string | number | null | undefined;
|
|
2592
2592
|
}>, "many">>>;
|
|
2593
2593
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2594
2594
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2597,14 +2597,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2597
2597
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2598
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2599
2599
|
title?: string | null | undefined;
|
|
2600
|
-
company_name?: string | null | undefined;
|
|
2601
2600
|
start_date?: string | number | null | undefined;
|
|
2602
2601
|
end_date?: string | number | null | undefined;
|
|
2602
|
+
company_name?: string | null | undefined;
|
|
2603
2603
|
}, {
|
|
2604
2604
|
title?: string | null | undefined;
|
|
2605
|
-
company_name?: string | null | undefined;
|
|
2606
2605
|
start_date?: string | number | null | undefined;
|
|
2607
2606
|
end_date?: string | number | null | undefined;
|
|
2607
|
+
company_name?: string | null | undefined;
|
|
2608
2608
|
}>, "many">>>;
|
|
2609
2609
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2610
2610
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2644,15 +2644,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2644
2644
|
}, "strip", z.ZodTypeAny, {
|
|
2645
2645
|
description?: string | null | undefined;
|
|
2646
2646
|
title?: string | null | undefined;
|
|
2647
|
+
start_date?: string | number | null | undefined;
|
|
2647
2648
|
company_name?: string | null | undefined;
|
|
2648
2649
|
company_linkedin_url?: string | null | undefined;
|
|
2649
|
-
start_date?: string | number | null | undefined;
|
|
2650
2650
|
}, {
|
|
2651
2651
|
description?: string | null | undefined;
|
|
2652
2652
|
title?: string | null | undefined;
|
|
2653
|
+
start_date?: string | number | null | undefined;
|
|
2653
2654
|
company_name?: string | null | undefined;
|
|
2654
2655
|
company_linkedin_url?: string | null | undefined;
|
|
2655
|
-
start_date?: string | number | null | undefined;
|
|
2656
2656
|
}>, "many">>>;
|
|
2657
2657
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2658
2658
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2661,14 +2661,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2661
2661
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2662
2662
|
}, "strip", z.ZodTypeAny, {
|
|
2663
2663
|
title?: string | null | undefined;
|
|
2664
|
-
company_name?: string | null | undefined;
|
|
2665
2664
|
start_date?: string | number | null | undefined;
|
|
2666
2665
|
end_date?: string | number | null | undefined;
|
|
2666
|
+
company_name?: string | null | undefined;
|
|
2667
2667
|
}, {
|
|
2668
2668
|
title?: string | null | undefined;
|
|
2669
|
-
company_name?: string | null | undefined;
|
|
2670
2669
|
start_date?: string | number | null | undefined;
|
|
2671
2670
|
end_date?: string | number | null | undefined;
|
|
2671
|
+
company_name?: string | null | undefined;
|
|
2672
2672
|
}>, "many">>>;
|
|
2673
2673
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2674
2674
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2708,15 +2708,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2708
2708
|
}, "strip", z.ZodTypeAny, {
|
|
2709
2709
|
description?: string | null | undefined;
|
|
2710
2710
|
title?: string | null | undefined;
|
|
2711
|
+
start_date?: string | number | null | undefined;
|
|
2711
2712
|
company_name?: string | null | undefined;
|
|
2712
2713
|
company_linkedin_url?: string | null | undefined;
|
|
2713
|
-
start_date?: string | number | null | undefined;
|
|
2714
2714
|
}, {
|
|
2715
2715
|
description?: string | null | undefined;
|
|
2716
2716
|
title?: string | null | undefined;
|
|
2717
|
+
start_date?: string | number | null | undefined;
|
|
2717
2718
|
company_name?: string | null | undefined;
|
|
2718
2719
|
company_linkedin_url?: string | null | undefined;
|
|
2719
|
-
start_date?: string | number | null | undefined;
|
|
2720
2720
|
}>, "many">>>;
|
|
2721
2721
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2722
2722
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2725,14 +2725,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2725
2725
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2726
2726
|
}, "strip", z.ZodTypeAny, {
|
|
2727
2727
|
title?: string | null | undefined;
|
|
2728
|
-
company_name?: string | null | undefined;
|
|
2729
2728
|
start_date?: string | number | null | undefined;
|
|
2730
2729
|
end_date?: string | number | null | undefined;
|
|
2730
|
+
company_name?: string | null | undefined;
|
|
2731
2731
|
}, {
|
|
2732
2732
|
title?: string | null | undefined;
|
|
2733
|
-
company_name?: string | null | undefined;
|
|
2734
2733
|
start_date?: string | number | null | undefined;
|
|
2735
2734
|
end_date?: string | number | null | undefined;
|
|
2735
|
+
company_name?: string | null | undefined;
|
|
2736
2736
|
}>, "many">>>;
|
|
2737
2737
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2738
2738
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2773,15 +2773,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2773
2773
|
}, "strip", z.ZodTypeAny, {
|
|
2774
2774
|
description?: string | null | undefined;
|
|
2775
2775
|
title?: string | null | undefined;
|
|
2776
|
+
start_date?: string | number | null | undefined;
|
|
2776
2777
|
company_name?: string | null | undefined;
|
|
2777
2778
|
company_linkedin_url?: string | null | undefined;
|
|
2778
|
-
start_date?: string | number | null | undefined;
|
|
2779
2779
|
}, {
|
|
2780
2780
|
description?: string | null | undefined;
|
|
2781
2781
|
title?: string | null | undefined;
|
|
2782
|
+
start_date?: string | number | null | undefined;
|
|
2782
2783
|
company_name?: string | null | undefined;
|
|
2783
2784
|
company_linkedin_url?: string | null | undefined;
|
|
2784
|
-
start_date?: string | number | null | undefined;
|
|
2785
2785
|
}>, "many">>>;
|
|
2786
2786
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2787
2787
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2790,14 +2790,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2790
2790
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2791
2791
|
}, "strip", z.ZodTypeAny, {
|
|
2792
2792
|
title?: string | null | undefined;
|
|
2793
|
-
company_name?: string | null | undefined;
|
|
2794
2793
|
start_date?: string | number | null | undefined;
|
|
2795
2794
|
end_date?: string | number | null | undefined;
|
|
2795
|
+
company_name?: string | null | undefined;
|
|
2796
2796
|
}, {
|
|
2797
2797
|
title?: string | null | undefined;
|
|
2798
|
-
company_name?: string | null | undefined;
|
|
2799
2798
|
start_date?: string | number | null | undefined;
|
|
2800
2799
|
end_date?: string | number | null | undefined;
|
|
2800
|
+
company_name?: string | null | undefined;
|
|
2801
2801
|
}>, "many">>>;
|
|
2802
2802
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2803
2803
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2837,15 +2837,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2837
2837
|
}, "strip", z.ZodTypeAny, {
|
|
2838
2838
|
description?: string | null | undefined;
|
|
2839
2839
|
title?: string | null | undefined;
|
|
2840
|
+
start_date?: string | number | null | undefined;
|
|
2840
2841
|
company_name?: string | null | undefined;
|
|
2841
2842
|
company_linkedin_url?: string | null | undefined;
|
|
2842
|
-
start_date?: string | number | null | undefined;
|
|
2843
2843
|
}, {
|
|
2844
2844
|
description?: string | null | undefined;
|
|
2845
2845
|
title?: string | null | undefined;
|
|
2846
|
+
start_date?: string | number | null | undefined;
|
|
2846
2847
|
company_name?: string | null | undefined;
|
|
2847
2848
|
company_linkedin_url?: string | null | undefined;
|
|
2848
|
-
start_date?: string | number | null | undefined;
|
|
2849
2849
|
}>, "many">>>;
|
|
2850
2850
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2851
2851
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2854,14 +2854,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2854
2854
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2855
2855
|
}, "strip", z.ZodTypeAny, {
|
|
2856
2856
|
title?: string | null | undefined;
|
|
2857
|
-
company_name?: string | null | undefined;
|
|
2858
2857
|
start_date?: string | number | null | undefined;
|
|
2859
2858
|
end_date?: string | number | null | undefined;
|
|
2859
|
+
company_name?: string | null | undefined;
|
|
2860
2860
|
}, {
|
|
2861
2861
|
title?: string | null | undefined;
|
|
2862
|
-
company_name?: string | null | undefined;
|
|
2863
2862
|
start_date?: string | number | null | undefined;
|
|
2864
2863
|
end_date?: string | number | null | undefined;
|
|
2864
|
+
company_name?: string | null | undefined;
|
|
2865
2865
|
}>, "many">>>;
|
|
2866
2866
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2867
2867
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2901,15 +2901,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2901
2901
|
}, "strip", z.ZodTypeAny, {
|
|
2902
2902
|
description?: string | null | undefined;
|
|
2903
2903
|
title?: string | null | undefined;
|
|
2904
|
+
start_date?: string | number | null | undefined;
|
|
2904
2905
|
company_name?: string | null | undefined;
|
|
2905
2906
|
company_linkedin_url?: string | null | undefined;
|
|
2906
|
-
start_date?: string | number | null | undefined;
|
|
2907
2907
|
}, {
|
|
2908
2908
|
description?: string | null | undefined;
|
|
2909
2909
|
title?: string | null | undefined;
|
|
2910
|
+
start_date?: string | number | null | undefined;
|
|
2910
2911
|
company_name?: string | null | undefined;
|
|
2911
2912
|
company_linkedin_url?: string | null | undefined;
|
|
2912
|
-
start_date?: string | number | null | undefined;
|
|
2913
2913
|
}>, "many">>>;
|
|
2914
2914
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2915
2915
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2918,14 +2918,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2918
2918
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2919
2919
|
}, "strip", z.ZodTypeAny, {
|
|
2920
2920
|
title?: string | null | undefined;
|
|
2921
|
-
company_name?: string | null | undefined;
|
|
2922
2921
|
start_date?: string | number | null | undefined;
|
|
2923
2922
|
end_date?: string | number | null | undefined;
|
|
2923
|
+
company_name?: string | null | undefined;
|
|
2924
2924
|
}, {
|
|
2925
2925
|
title?: string | null | undefined;
|
|
2926
|
-
company_name?: string | null | undefined;
|
|
2927
2926
|
start_date?: string | number | null | undefined;
|
|
2928
2927
|
end_date?: string | number | null | undefined;
|
|
2928
|
+
company_name?: string | null | undefined;
|
|
2929
2929
|
}>, "many">>>;
|
|
2930
2930
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2931
2931
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2967,15 +2967,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2967
2967
|
}, "strip", z.ZodTypeAny, {
|
|
2968
2968
|
description?: string | null | undefined;
|
|
2969
2969
|
title?: string | null | undefined;
|
|
2970
|
+
start_date?: string | number | null | undefined;
|
|
2970
2971
|
company_name?: string | null | undefined;
|
|
2971
2972
|
company_linkedin_url?: string | null | undefined;
|
|
2972
|
-
start_date?: string | number | null | undefined;
|
|
2973
2973
|
}, {
|
|
2974
2974
|
description?: string | null | undefined;
|
|
2975
2975
|
title?: string | null | undefined;
|
|
2976
|
+
start_date?: string | number | null | undefined;
|
|
2976
2977
|
company_name?: string | null | undefined;
|
|
2977
2978
|
company_linkedin_url?: string | null | undefined;
|
|
2978
|
-
start_date?: string | number | null | undefined;
|
|
2979
2979
|
}>, "many">>>;
|
|
2980
2980
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2981
2981
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2984,14 +2984,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2984
2984
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2985
2985
|
}, "strip", z.ZodTypeAny, {
|
|
2986
2986
|
title?: string | null | undefined;
|
|
2987
|
-
company_name?: string | null | undefined;
|
|
2988
2987
|
start_date?: string | number | null | undefined;
|
|
2989
2988
|
end_date?: string | number | null | undefined;
|
|
2989
|
+
company_name?: string | null | undefined;
|
|
2990
2990
|
}, {
|
|
2991
2991
|
title?: string | null | undefined;
|
|
2992
|
-
company_name?: string | null | undefined;
|
|
2993
2992
|
start_date?: string | number | null | undefined;
|
|
2994
2993
|
end_date?: string | number | null | undefined;
|
|
2994
|
+
company_name?: string | null | undefined;
|
|
2995
2995
|
}>, "many">>>;
|
|
2996
2996
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2997
2997
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3031,15 +3031,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3031
3031
|
}, "strip", z.ZodTypeAny, {
|
|
3032
3032
|
description?: string | null | undefined;
|
|
3033
3033
|
title?: string | null | undefined;
|
|
3034
|
+
start_date?: string | number | null | undefined;
|
|
3034
3035
|
company_name?: string | null | undefined;
|
|
3035
3036
|
company_linkedin_url?: string | null | undefined;
|
|
3036
|
-
start_date?: string | number | null | undefined;
|
|
3037
3037
|
}, {
|
|
3038
3038
|
description?: string | null | undefined;
|
|
3039
3039
|
title?: string | null | undefined;
|
|
3040
|
+
start_date?: string | number | null | undefined;
|
|
3040
3041
|
company_name?: string | null | undefined;
|
|
3041
3042
|
company_linkedin_url?: string | null | undefined;
|
|
3042
|
-
start_date?: string | number | null | undefined;
|
|
3043
3043
|
}>, "many">>>;
|
|
3044
3044
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3045
3045
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3048,14 +3048,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3048
3048
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
3049
3049
|
}, "strip", z.ZodTypeAny, {
|
|
3050
3050
|
title?: string | null | undefined;
|
|
3051
|
-
company_name?: string | null | undefined;
|
|
3052
3051
|
start_date?: string | number | null | undefined;
|
|
3053
3052
|
end_date?: string | number | null | undefined;
|
|
3053
|
+
company_name?: string | null | undefined;
|
|
3054
3054
|
}, {
|
|
3055
3055
|
title?: string | null | undefined;
|
|
3056
|
-
company_name?: string | null | undefined;
|
|
3057
3056
|
start_date?: string | number | null | undefined;
|
|
3058
3057
|
end_date?: string | number | null | undefined;
|
|
3058
|
+
company_name?: string | null | undefined;
|
|
3059
3059
|
}>, "many">>>;
|
|
3060
3060
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3061
3061
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3095,15 +3095,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3095
3095
|
}, "strip", z.ZodTypeAny, {
|
|
3096
3096
|
description?: string | null | undefined;
|
|
3097
3097
|
title?: string | null | undefined;
|
|
3098
|
+
start_date?: string | number | null | undefined;
|
|
3098
3099
|
company_name?: string | null | undefined;
|
|
3099
3100
|
company_linkedin_url?: string | null | undefined;
|
|
3100
|
-
start_date?: string | number | null | undefined;
|
|
3101
3101
|
}, {
|
|
3102
3102
|
description?: string | null | undefined;
|
|
3103
3103
|
title?: string | null | undefined;
|
|
3104
|
+
start_date?: string | number | null | undefined;
|
|
3104
3105
|
company_name?: string | null | undefined;
|
|
3105
3106
|
company_linkedin_url?: string | null | undefined;
|
|
3106
|
-
start_date?: string | number | null | undefined;
|
|
3107
3107
|
}>, "many">>>;
|
|
3108
3108
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3109
3109
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3112,14 +3112,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3112
3112
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
3113
3113
|
}, "strip", z.ZodTypeAny, {
|
|
3114
3114
|
title?: string | null | undefined;
|
|
3115
|
-
company_name?: string | null | undefined;
|
|
3116
3115
|
start_date?: string | number | null | undefined;
|
|
3117
3116
|
end_date?: string | number | null | undefined;
|
|
3117
|
+
company_name?: string | null | undefined;
|
|
3118
3118
|
}, {
|
|
3119
3119
|
title?: string | null | undefined;
|
|
3120
|
-
company_name?: string | null | undefined;
|
|
3121
3120
|
start_date?: string | number | null | undefined;
|
|
3122
3121
|
end_date?: string | number | null | undefined;
|
|
3122
|
+
company_name?: string | null | undefined;
|
|
3123
3123
|
}>, "many">>>;
|
|
3124
3124
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3125
3125
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3161,15 +3161,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3161
3161
|
}, "strip", z.ZodTypeAny, {
|
|
3162
3162
|
description?: string | null | undefined;
|
|
3163
3163
|
title?: string | null | undefined;
|
|
3164
|
+
start_date?: string | number | null | undefined;
|
|
3164
3165
|
company_name?: string | null | undefined;
|
|
3165
3166
|
company_linkedin_url?: string | null | undefined;
|
|
3166
|
-
start_date?: string | number | null | undefined;
|
|
3167
3167
|
}, {
|
|
3168
3168
|
description?: string | null | undefined;
|
|
3169
3169
|
title?: string | null | undefined;
|
|
3170
|
+
start_date?: string | number | null | undefined;
|
|
3170
3171
|
company_name?: string | null | undefined;
|
|
3171
3172
|
company_linkedin_url?: string | null | undefined;
|
|
3172
|
-
start_date?: string | number | null | undefined;
|
|
3173
3173
|
}>, "many">>>;
|
|
3174
3174
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3175
3175
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3178,14 +3178,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3178
3178
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
3179
3179
|
}, "strip", z.ZodTypeAny, {
|
|
3180
3180
|
title?: string | null | undefined;
|
|
3181
|
-
company_name?: string | null | undefined;
|
|
3182
3181
|
start_date?: string | number | null | undefined;
|
|
3183
3182
|
end_date?: string | number | null | undefined;
|
|
3183
|
+
company_name?: string | null | undefined;
|
|
3184
3184
|
}, {
|
|
3185
3185
|
title?: string | null | undefined;
|
|
3186
|
-
company_name?: string | null | undefined;
|
|
3187
3186
|
start_date?: string | number | null | undefined;
|
|
3188
3187
|
end_date?: string | number | null | undefined;
|
|
3188
|
+
company_name?: string | null | undefined;
|
|
3189
3189
|
}>, "many">>>;
|
|
3190
3190
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3191
3191
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3227,15 +3227,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3227
3227
|
}, "strip", z.ZodTypeAny, {
|
|
3228
3228
|
description?: string | null | undefined;
|
|
3229
3229
|
title?: string | null | undefined;
|
|
3230
|
+
start_date?: string | number | null | undefined;
|
|
3230
3231
|
company_name?: string | null | undefined;
|
|
3231
3232
|
company_linkedin_url?: string | null | undefined;
|
|
3232
|
-
start_date?: string | number | null | undefined;
|
|
3233
3233
|
}, {
|
|
3234
3234
|
description?: string | null | undefined;
|
|
3235
3235
|
title?: string | null | undefined;
|
|
3236
|
+
start_date?: string | number | null | undefined;
|
|
3236
3237
|
company_name?: string | null | undefined;
|
|
3237
3238
|
company_linkedin_url?: string | null | undefined;
|
|
3238
|
-
start_date?: string | number | null | undefined;
|
|
3239
3239
|
}>, "many">>>;
|
|
3240
3240
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3241
3241
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3244,14 +3244,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3244
3244
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
3245
3245
|
}, "strip", z.ZodTypeAny, {
|
|
3246
3246
|
title?: string | null | undefined;
|
|
3247
|
-
company_name?: string | null | undefined;
|
|
3248
3247
|
start_date?: string | number | null | undefined;
|
|
3249
3248
|
end_date?: string | number | null | undefined;
|
|
3249
|
+
company_name?: string | null | undefined;
|
|
3250
3250
|
}, {
|
|
3251
3251
|
title?: string | null | undefined;
|
|
3252
|
-
company_name?: string | null | undefined;
|
|
3253
3252
|
start_date?: string | number | null | undefined;
|
|
3254
3253
|
end_date?: string | number | null | undefined;
|
|
3254
|
+
company_name?: string | null | undefined;
|
|
3255
3255
|
}>, "many">>>;
|
|
3256
3256
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3257
3257
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3319,15 +3319,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3319
3319
|
}, "strip", z.ZodTypeAny, {
|
|
3320
3320
|
description?: string | null | undefined;
|
|
3321
3321
|
title?: string | null | undefined;
|
|
3322
|
+
start_date?: string | number | null | undefined;
|
|
3322
3323
|
company_name?: string | null | undefined;
|
|
3323
3324
|
company_linkedin_url?: string | null | undefined;
|
|
3324
|
-
start_date?: string | number | null | undefined;
|
|
3325
3325
|
}, {
|
|
3326
3326
|
description?: string | null | undefined;
|
|
3327
3327
|
title?: string | null | undefined;
|
|
3328
|
+
start_date?: string | number | null | undefined;
|
|
3328
3329
|
company_name?: string | null | undefined;
|
|
3329
3330
|
company_linkedin_url?: string | null | undefined;
|
|
3330
|
-
start_date?: string | number | null | undefined;
|
|
3331
3331
|
}>, "many">>>;
|
|
3332
3332
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3333
3333
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3336,14 +3336,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3336
3336
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
3337
3337
|
}, "strip", z.ZodTypeAny, {
|
|
3338
3338
|
title?: string | null | undefined;
|
|
3339
|
-
company_name?: string | null | undefined;
|
|
3340
3339
|
start_date?: string | number | null | undefined;
|
|
3341
3340
|
end_date?: string | number | null | undefined;
|
|
3341
|
+
company_name?: string | null | undefined;
|
|
3342
3342
|
}, {
|
|
3343
3343
|
title?: string | null | undefined;
|
|
3344
|
-
company_name?: string | null | undefined;
|
|
3345
3344
|
start_date?: string | number | null | undefined;
|
|
3346
3345
|
end_date?: string | number | null | undefined;
|
|
3346
|
+
company_name?: string | null | undefined;
|
|
3347
3347
|
}>, "many">>>;
|
|
3348
3348
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3349
3349
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3384,15 +3384,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3384
3384
|
}, "strip", z.ZodTypeAny, {
|
|
3385
3385
|
description?: string | null | undefined;
|
|
3386
3386
|
title?: string | null | undefined;
|
|
3387
|
+
start_date?: string | number | null | undefined;
|
|
3387
3388
|
company_name?: string | null | undefined;
|
|
3388
3389
|
company_linkedin_url?: string | null | undefined;
|
|
3389
|
-
start_date?: string | number | null | undefined;
|
|
3390
3390
|
}, {
|
|
3391
3391
|
description?: string | null | undefined;
|
|
3392
3392
|
title?: string | null | undefined;
|
|
3393
|
+
start_date?: string | number | null | undefined;
|
|
3393
3394
|
company_name?: string | null | undefined;
|
|
3394
3395
|
company_linkedin_url?: string | null | undefined;
|
|
3395
|
-
start_date?: string | number | null | undefined;
|
|
3396
3396
|
}>, "many">>>;
|
|
3397
3397
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3398
3398
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3401,14 +3401,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3401
3401
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
3402
3402
|
}, "strip", z.ZodTypeAny, {
|
|
3403
3403
|
title?: string | null | undefined;
|
|
3404
|
-
company_name?: string | null | undefined;
|
|
3405
3404
|
start_date?: string | number | null | undefined;
|
|
3406
3405
|
end_date?: string | number | null | undefined;
|
|
3406
|
+
company_name?: string | null | undefined;
|
|
3407
3407
|
}, {
|
|
3408
3408
|
title?: string | null | undefined;
|
|
3409
|
-
company_name?: string | null | undefined;
|
|
3410
3409
|
start_date?: string | number | null | undefined;
|
|
3411
3410
|
end_date?: string | number | null | undefined;
|
|
3411
|
+
company_name?: string | null | undefined;
|
|
3412
3412
|
}>, "many">>>;
|
|
3413
3413
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3414
3414
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3450,15 +3450,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3450
3450
|
}, "strip", z.ZodTypeAny, {
|
|
3451
3451
|
description?: string | null | undefined;
|
|
3452
3452
|
title?: string | null | undefined;
|
|
3453
|
+
start_date?: string | number | null | undefined;
|
|
3453
3454
|
company_name?: string | null | undefined;
|
|
3454
3455
|
company_linkedin_url?: string | null | undefined;
|
|
3455
|
-
start_date?: string | number | null | undefined;
|
|
3456
3456
|
}, {
|
|
3457
3457
|
description?: string | null | undefined;
|
|
3458
3458
|
title?: string | null | undefined;
|
|
3459
|
+
start_date?: string | number | null | undefined;
|
|
3459
3460
|
company_name?: string | null | undefined;
|
|
3460
3461
|
company_linkedin_url?: string | null | undefined;
|
|
3461
|
-
start_date?: string | number | null | undefined;
|
|
3462
3462
|
}>, "many">>>;
|
|
3463
3463
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3464
3464
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3467,14 +3467,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3467
3467
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
3468
3468
|
}, "strip", z.ZodTypeAny, {
|
|
3469
3469
|
title?: string | null | undefined;
|
|
3470
|
-
company_name?: string | null | undefined;
|
|
3471
3470
|
start_date?: string | number | null | undefined;
|
|
3472
3471
|
end_date?: string | number | null | undefined;
|
|
3472
|
+
company_name?: string | null | undefined;
|
|
3473
3473
|
}, {
|
|
3474
3474
|
title?: string | null | undefined;
|
|
3475
|
-
company_name?: string | null | undefined;
|
|
3476
3475
|
start_date?: string | number | null | undefined;
|
|
3477
3476
|
end_date?: string | number | null | undefined;
|
|
3477
|
+
company_name?: string | null | undefined;
|
|
3478
3478
|
}>, "many">>>;
|
|
3479
3479
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3480
3480
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3541,15 +3541,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3541
3541
|
}, "strip", z.ZodTypeAny, {
|
|
3542
3542
|
description?: string | null | undefined;
|
|
3543
3543
|
title?: string | null | undefined;
|
|
3544
|
+
start_date?: string | number | null | undefined;
|
|
3544
3545
|
company_name?: string | null | undefined;
|
|
3545
3546
|
company_linkedin_url?: string | null | undefined;
|
|
3546
|
-
start_date?: string | number | null | undefined;
|
|
3547
3547
|
}, {
|
|
3548
3548
|
description?: string | null | undefined;
|
|
3549
3549
|
title?: string | null | undefined;
|
|
3550
|
+
start_date?: string | number | null | undefined;
|
|
3550
3551
|
company_name?: string | null | undefined;
|
|
3551
3552
|
company_linkedin_url?: string | null | undefined;
|
|
3552
|
-
start_date?: string | number | null | undefined;
|
|
3553
3553
|
}>, "many">>>;
|
|
3554
3554
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3555
3555
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3558,14 +3558,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3558
3558
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
3559
3559
|
}, "strip", z.ZodTypeAny, {
|
|
3560
3560
|
title?: string | null | undefined;
|
|
3561
|
-
company_name?: string | null | undefined;
|
|
3562
3561
|
start_date?: string | number | null | undefined;
|
|
3563
3562
|
end_date?: string | number | null | undefined;
|
|
3563
|
+
company_name?: string | null | undefined;
|
|
3564
3564
|
}, {
|
|
3565
3565
|
title?: string | null | undefined;
|
|
3566
|
-
company_name?: string | null | undefined;
|
|
3567
3566
|
start_date?: string | number | null | undefined;
|
|
3568
3567
|
end_date?: string | number | null | undefined;
|
|
3568
|
+
company_name?: string | null | undefined;
|
|
3569
3569
|
}>, "many">>>;
|
|
3570
3570
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3571
3571
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3606,15 +3606,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3606
3606
|
}, "strip", z.ZodTypeAny, {
|
|
3607
3607
|
description?: string | null | undefined;
|
|
3608
3608
|
title?: string | null | undefined;
|
|
3609
|
+
start_date?: string | number | null | undefined;
|
|
3609
3610
|
company_name?: string | null | undefined;
|
|
3610
3611
|
company_linkedin_url?: string | null | undefined;
|
|
3611
|
-
start_date?: string | number | null | undefined;
|
|
3612
3612
|
}, {
|
|
3613
3613
|
description?: string | null | undefined;
|
|
3614
3614
|
title?: string | null | undefined;
|
|
3615
|
+
start_date?: string | number | null | undefined;
|
|
3615
3616
|
company_name?: string | null | undefined;
|
|
3616
3617
|
company_linkedin_url?: string | null | undefined;
|
|
3617
|
-
start_date?: string | number | null | undefined;
|
|
3618
3618
|
}>, "many">>>;
|
|
3619
3619
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3620
3620
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3623,14 +3623,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3623
3623
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
3624
3624
|
}, "strip", z.ZodTypeAny, {
|
|
3625
3625
|
title?: string | null | undefined;
|
|
3626
|
-
company_name?: string | null | undefined;
|
|
3627
3626
|
start_date?: string | number | null | undefined;
|
|
3628
3627
|
end_date?: string | number | null | undefined;
|
|
3628
|
+
company_name?: string | null | undefined;
|
|
3629
3629
|
}, {
|
|
3630
3630
|
title?: string | null | undefined;
|
|
3631
|
-
company_name?: string | null | undefined;
|
|
3632
3631
|
start_date?: string | number | null | undefined;
|
|
3633
3632
|
end_date?: string | number | null | undefined;
|
|
3633
|
+
company_name?: string | null | undefined;
|
|
3634
3634
|
}>, "many">>>;
|
|
3635
3635
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3636
3636
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3672,15 +3672,15 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3672
3672
|
}, "strip", z.ZodTypeAny, {
|
|
3673
3673
|
description?: string | null | undefined;
|
|
3674
3674
|
title?: string | null | undefined;
|
|
3675
|
+
start_date?: string | number | null | undefined;
|
|
3675
3676
|
company_name?: string | null | undefined;
|
|
3676
3677
|
company_linkedin_url?: string | null | undefined;
|
|
3677
|
-
start_date?: string | number | null | undefined;
|
|
3678
3678
|
}, {
|
|
3679
3679
|
description?: string | null | undefined;
|
|
3680
3680
|
title?: string | null | undefined;
|
|
3681
|
+
start_date?: string | number | null | undefined;
|
|
3681
3682
|
company_name?: string | null | undefined;
|
|
3682
3683
|
company_linkedin_url?: string | null | undefined;
|
|
3683
|
-
start_date?: string | number | null | undefined;
|
|
3684
3684
|
}>, "many">>>;
|
|
3685
3685
|
past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3686
3686
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3689,14 +3689,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3689
3689
|
end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
3690
3690
|
}, "strip", z.ZodTypeAny, {
|
|
3691
3691
|
title?: string | null | undefined;
|
|
3692
|
-
company_name?: string | null | undefined;
|
|
3693
3692
|
start_date?: string | number | null | undefined;
|
|
3694
3693
|
end_date?: string | number | null | undefined;
|
|
3694
|
+
company_name?: string | null | undefined;
|
|
3695
3695
|
}, {
|
|
3696
3696
|
title?: string | null | undefined;
|
|
3697
|
-
company_name?: string | null | undefined;
|
|
3698
3697
|
start_date?: string | number | null | undefined;
|
|
3699
3698
|
end_date?: string | number | null | undefined;
|
|
3699
|
+
company_name?: string | null | undefined;
|
|
3700
3700
|
}>, "many">>>;
|
|
3701
3701
|
education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3702
3702
|
institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4496,6 +4496,7 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
4496
4496
|
success: boolean;
|
|
4497
4497
|
error: string;
|
|
4498
4498
|
next_cursor?: string | undefined;
|
|
4499
|
+
total_count?: number | undefined;
|
|
4499
4500
|
profiles?: z.objectOutputType<{
|
|
4500
4501
|
person_id: z.ZodOptional<z.ZodNumber>;
|
|
4501
4502
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4754,12 +4755,12 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
4754
4755
|
websites: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
4755
4756
|
twitter_handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4756
4757
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4757
|
-
total_count?: number | undefined;
|
|
4758
4758
|
}, {
|
|
4759
4759
|
operation: "person_search_db";
|
|
4760
4760
|
success: boolean;
|
|
4761
4761
|
error: string;
|
|
4762
4762
|
next_cursor?: string | undefined;
|
|
4763
|
+
total_count?: number | undefined;
|
|
4763
4764
|
profiles?: z.objectInputType<{
|
|
4764
4765
|
person_id: z.ZodOptional<z.ZodNumber>;
|
|
4765
4766
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5018,7 +5019,6 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
5018
5019
|
websites: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
5019
5020
|
twitter_handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5020
5021
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5021
|
-
total_count?: number | undefined;
|
|
5022
5022
|
}>, z.ZodObject<{
|
|
5023
5023
|
operation: z.ZodLiteral<"person_enrich">;
|
|
5024
5024
|
success: z.ZodBoolean;
|
|
@@ -5830,13 +5830,6 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
5830
5830
|
operation: "person_enrich";
|
|
5831
5831
|
success: boolean;
|
|
5832
5832
|
error: string;
|
|
5833
|
-
errors?: z.objectOutputType<{
|
|
5834
|
-
linkedin_profile_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5835
|
-
business_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5836
|
-
error: z.ZodOptional<z.ZodString>;
|
|
5837
|
-
error_code: z.ZodOptional<z.ZodString>;
|
|
5838
|
-
message: z.ZodOptional<z.ZodString>;
|
|
5839
|
-
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5840
5833
|
profiles?: z.objectOutputType<{
|
|
5841
5834
|
linkedin_profile_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5842
5835
|
linkedin_flagship_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6099,17 +6092,17 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
6099
6092
|
query_linkedin_profile_urn_or_slug: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
6100
6093
|
score: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6101
6094
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6102
|
-
|
|
6103
|
-
operation: "person_enrich";
|
|
6104
|
-
success: boolean;
|
|
6105
|
-
error: string;
|
|
6106
|
-
errors?: z.objectInputType<{
|
|
6095
|
+
errors?: z.objectOutputType<{
|
|
6107
6096
|
linkedin_profile_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6108
6097
|
business_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6109
6098
|
error: z.ZodOptional<z.ZodString>;
|
|
6110
6099
|
error_code: z.ZodOptional<z.ZodString>;
|
|
6111
6100
|
message: z.ZodOptional<z.ZodString>;
|
|
6112
6101
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6102
|
+
}, {
|
|
6103
|
+
operation: "person_enrich";
|
|
6104
|
+
success: boolean;
|
|
6105
|
+
error: string;
|
|
6113
6106
|
profiles?: z.objectInputType<{
|
|
6114
6107
|
linkedin_profile_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6115
6108
|
linkedin_flagship_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6372,6 +6365,13 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
6372
6365
|
query_linkedin_profile_urn_or_slug: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
6373
6366
|
score: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6374
6367
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6368
|
+
errors?: z.objectInputType<{
|
|
6369
|
+
linkedin_profile_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6370
|
+
business_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6371
|
+
error: z.ZodOptional<z.ZodString>;
|
|
6372
|
+
error_code: z.ZodOptional<z.ZodString>;
|
|
6373
|
+
message: z.ZodOptional<z.ZodString>;
|
|
6374
|
+
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6375
6375
|
}>]>;
|
|
6376
6376
|
export type CrustdataResult = z.output<typeof CrustdataResultSchema>;
|
|
6377
6377
|
export type CrustdataParams = z.output<typeof CrustdataParamsSchema>;
|