@bubblelab/bubble-core 0.1.25 → 0.1.26
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 +82 -66
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +18 -18
- package/dist/bubbles/service-bubble/airtable.d.ts +116 -116
- package/dist/bubbles/service-bubble/apify/apify.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +30 -30
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +64 -64
- package/dist/bubbles/service-bubble/followupboss.d.ts +176 -176
- package/dist/bubbles/service-bubble/github.d.ts +80 -80
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +874 -874
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +144 -144
- package/dist/bubbles/service-bubble/storage.d.ts +30 -30
- package/dist/bubbles/service-bubble/telegram.d.ts +208 -208
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +173 -173
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +22 -6
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +22 -22
- 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 +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +52 -52
- package/dist/bubbles.json +52054 -6
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +1 -0
- package/dist/types/available-tools.js.map +1 -1
- package/package.json +3 -3
|
@@ -23,14 +23,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
|
|
|
23
23
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
24
24
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
title?: string | null | undefined;
|
|
27
26
|
description?: string | null | undefined;
|
|
27
|
+
title?: string | null | undefined;
|
|
28
28
|
company_name?: string | null | undefined;
|
|
29
29
|
company_linkedin_url?: string | null | undefined;
|
|
30
30
|
start_date?: string | number | null | undefined;
|
|
31
31
|
}, {
|
|
32
|
-
title?: string | null | undefined;
|
|
33
32
|
description?: string | null | undefined;
|
|
33
|
+
title?: string | null | undefined;
|
|
34
34
|
company_name?: string | null | undefined;
|
|
35
35
|
company_linkedin_url?: string | null | undefined;
|
|
36
36
|
start_date?: string | number | null | undefined;
|
|
@@ -87,14 +87,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
|
|
|
87
87
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
88
88
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
title?: string | null | undefined;
|
|
91
90
|
description?: string | null | undefined;
|
|
91
|
+
title?: string | null | undefined;
|
|
92
92
|
company_name?: string | null | undefined;
|
|
93
93
|
company_linkedin_url?: string | null | undefined;
|
|
94
94
|
start_date?: string | number | null | undefined;
|
|
95
95
|
}, {
|
|
96
|
-
title?: string | null | undefined;
|
|
97
96
|
description?: string | null | undefined;
|
|
97
|
+
title?: string | null | undefined;
|
|
98
98
|
company_name?: string | null | undefined;
|
|
99
99
|
company_linkedin_url?: string | null | undefined;
|
|
100
100
|
start_date?: string | number | null | undefined;
|
|
@@ -151,14 +151,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
|
|
|
151
151
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
152
152
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
153
153
|
}, "strip", z.ZodTypeAny, {
|
|
154
|
-
title?: string | null | undefined;
|
|
155
154
|
description?: string | null | undefined;
|
|
155
|
+
title?: string | null | undefined;
|
|
156
156
|
company_name?: string | null | undefined;
|
|
157
157
|
company_linkedin_url?: string | null | undefined;
|
|
158
158
|
start_date?: string | number | null | undefined;
|
|
159
159
|
}, {
|
|
160
|
-
title?: string | null | undefined;
|
|
161
160
|
description?: string | null | undefined;
|
|
161
|
+
title?: string | null | undefined;
|
|
162
162
|
company_name?: string | null | undefined;
|
|
163
163
|
company_linkedin_url?: string | null | undefined;
|
|
164
164
|
start_date?: string | number | null | undefined;
|
|
@@ -201,11 +201,11 @@ export declare const GeoDistanceValueSchema: z.ZodObject<{
|
|
|
201
201
|
}, "strip", z.ZodTypeAny, {
|
|
202
202
|
location: string;
|
|
203
203
|
distance: number;
|
|
204
|
-
unit?: "km" | "mi" | "
|
|
204
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
205
205
|
}, {
|
|
206
206
|
location: string;
|
|
207
207
|
distance: number;
|
|
208
|
-
unit?: "km" | "mi" | "
|
|
208
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
209
209
|
}>;
|
|
210
210
|
export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
211
211
|
column: z.ZodString;
|
|
@@ -217,27 +217,27 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
|
217
217
|
}, "strip", z.ZodTypeAny, {
|
|
218
218
|
location: string;
|
|
219
219
|
distance: number;
|
|
220
|
-
unit?: "km" | "mi" | "
|
|
220
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
221
221
|
}, {
|
|
222
222
|
location: string;
|
|
223
223
|
distance: number;
|
|
224
|
-
unit?: "km" | "mi" | "
|
|
224
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
225
225
|
}>]>;
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
227
|
-
value: string | number | boolean | string[] | {
|
|
227
|
+
value: string | number | boolean | string[] | number[] | {
|
|
228
228
|
location: string;
|
|
229
229
|
distance: number;
|
|
230
|
-
unit?: "km" | "mi" | "
|
|
231
|
-
}
|
|
232
|
-
type: "in" | "=" | "
|
|
230
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
231
|
+
};
|
|
232
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
233
233
|
column: string;
|
|
234
234
|
}, {
|
|
235
|
-
value: string | number | boolean | string[] | {
|
|
235
|
+
value: string | number | boolean | string[] | number[] | {
|
|
236
236
|
location: string;
|
|
237
237
|
distance: number;
|
|
238
|
-
unit?: "km" | "mi" | "
|
|
239
|
-
}
|
|
240
|
-
type: "in" | "=" | "
|
|
238
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
239
|
+
};
|
|
240
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
241
241
|
column: string;
|
|
242
242
|
}>;
|
|
243
243
|
export declare const PersonDBFilterGroupSchema: z.ZodType<PersonDBFilterGroup>;
|
|
@@ -251,27 +251,27 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
|
252
252
|
location: string;
|
|
253
253
|
distance: number;
|
|
254
|
-
unit?: "km" | "mi" | "
|
|
254
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
255
255
|
}, {
|
|
256
256
|
location: string;
|
|
257
257
|
distance: number;
|
|
258
|
-
unit?: "km" | "mi" | "
|
|
258
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
259
259
|
}>]>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
-
value: string | number | boolean | string[] | {
|
|
261
|
+
value: string | number | boolean | string[] | number[] | {
|
|
262
262
|
location: string;
|
|
263
263
|
distance: number;
|
|
264
|
-
unit?: "km" | "mi" | "
|
|
265
|
-
}
|
|
266
|
-
type: "in" | "=" | "
|
|
264
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
265
|
+
};
|
|
266
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
267
267
|
column: string;
|
|
268
268
|
}, {
|
|
269
|
-
value: string | number | boolean | string[] | {
|
|
269
|
+
value: string | number | boolean | string[] | number[] | {
|
|
270
270
|
location: string;
|
|
271
271
|
distance: number;
|
|
272
|
-
unit?: "km" | "mi" | "
|
|
273
|
-
}
|
|
274
|
-
type: "in" | "=" | "
|
|
272
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
273
|
+
};
|
|
274
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
275
275
|
column: string;
|
|
276
276
|
}>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
|
|
277
277
|
export declare const PersonDBSortSchema: z.ZodObject<{
|
|
@@ -1233,18 +1233,18 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1233
1233
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1234
1234
|
}, "strip", z.ZodTypeAny, {
|
|
1235
1235
|
operation: "identify";
|
|
1236
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1237
|
+
count?: number | undefined;
|
|
1236
1238
|
query_company_name?: string | undefined;
|
|
1237
1239
|
query_company_website?: string | undefined;
|
|
1238
1240
|
query_company_linkedin_url?: string | undefined;
|
|
1239
|
-
count?: number | undefined;
|
|
1240
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1241
1241
|
}, {
|
|
1242
1242
|
operation: "identify";
|
|
1243
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1244
|
+
count?: number | undefined;
|
|
1243
1245
|
query_company_name?: string | undefined;
|
|
1244
1246
|
query_company_website?: string | undefined;
|
|
1245
1247
|
query_company_linkedin_url?: string | undefined;
|
|
1246
|
-
count?: number | undefined;
|
|
1247
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1248
1248
|
}>, z.ZodObject<{
|
|
1249
1249
|
operation: z.ZodLiteral<"enrich">;
|
|
1250
1250
|
company_domain: z.ZodOptional<z.ZodString>;
|
|
@@ -1255,19 +1255,19 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1255
1255
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1256
1256
|
}, "strip", z.ZodTypeAny, {
|
|
1257
1257
|
operation: "enrich";
|
|
1258
|
-
company_linkedin_url?: string | undefined;
|
|
1259
1258
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1259
|
+
fields?: string | undefined;
|
|
1260
|
+
company_linkedin_url?: string | undefined;
|
|
1260
1261
|
company_domain?: string | undefined;
|
|
1261
1262
|
company_id?: number | undefined;
|
|
1262
|
-
fields?: string | undefined;
|
|
1263
1263
|
enrich_realtime?: boolean | undefined;
|
|
1264
1264
|
}, {
|
|
1265
1265
|
operation: "enrich";
|
|
1266
|
-
company_linkedin_url?: string | undefined;
|
|
1267
1266
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1267
|
+
fields?: string | undefined;
|
|
1268
|
+
company_linkedin_url?: string | undefined;
|
|
1268
1269
|
company_domain?: string | undefined;
|
|
1269
1270
|
company_id?: number | undefined;
|
|
1270
|
-
fields?: string | undefined;
|
|
1271
1271
|
enrich_realtime?: boolean | undefined;
|
|
1272
1272
|
}>, z.ZodObject<{
|
|
1273
1273
|
operation: z.ZodLiteral<"person_search_db">;
|
|
@@ -1281,27 +1281,27 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1281
1281
|
}, "strip", z.ZodTypeAny, {
|
|
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
1286
|
location: string;
|
|
1287
1287
|
distance: number;
|
|
1288
|
-
unit?: "km" | "mi" | "
|
|
1288
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1289
1289
|
}>]>;
|
|
1290
1290
|
}, "strip", z.ZodTypeAny, {
|
|
1291
|
-
value: string | number | boolean | string[] | {
|
|
1291
|
+
value: string | number | boolean | string[] | number[] | {
|
|
1292
1292
|
location: string;
|
|
1293
1293
|
distance: number;
|
|
1294
|
-
unit?: "km" | "mi" | "
|
|
1295
|
-
}
|
|
1296
|
-
type: "in" | "=" | "
|
|
1294
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1295
|
+
};
|
|
1296
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1297
1297
|
column: string;
|
|
1298
1298
|
}, {
|
|
1299
|
-
value: string | number | boolean | string[] | {
|
|
1299
|
+
value: string | number | boolean | string[] | number[] | {
|
|
1300
1300
|
location: string;
|
|
1301
1301
|
distance: number;
|
|
1302
|
-
unit?: "km" | "mi" | "
|
|
1303
|
-
}
|
|
1304
|
-
type: "in" | "=" | "
|
|
1302
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1303
|
+
};
|
|
1304
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1305
1305
|
column: string;
|
|
1306
1306
|
}>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
|
|
1307
1307
|
sorts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1331,21 +1331,21 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1331
1331
|
}, "strip", z.ZodTypeAny, {
|
|
1332
1332
|
operation: "person_search_db";
|
|
1333
1333
|
filters: {
|
|
1334
|
-
value: string | number | boolean | string[] | {
|
|
1334
|
+
value: string | number | boolean | string[] | number[] | {
|
|
1335
1335
|
location: string;
|
|
1336
1336
|
distance: number;
|
|
1337
|
-
unit?: "km" | "mi" | "
|
|
1338
|
-
}
|
|
1339
|
-
type: "in" | "=" | "
|
|
1337
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1338
|
+
};
|
|
1339
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1340
1340
|
column: string;
|
|
1341
1341
|
} | PersonDBFilterGroup;
|
|
1342
1342
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1343
|
+
limit?: number | undefined;
|
|
1344
|
+
cursor?: string | undefined;
|
|
1343
1345
|
sorts?: {
|
|
1344
1346
|
column: string;
|
|
1345
1347
|
order: "asc" | "desc";
|
|
1346
1348
|
}[] | undefined;
|
|
1347
|
-
cursor?: string | undefined;
|
|
1348
|
-
limit?: number | undefined;
|
|
1349
1349
|
preview?: boolean | undefined;
|
|
1350
1350
|
post_processing?: {
|
|
1351
1351
|
exclude_profiles?: string[] | undefined;
|
|
@@ -1354,21 +1354,21 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1354
1354
|
}, {
|
|
1355
1355
|
operation: "person_search_db";
|
|
1356
1356
|
filters: {
|
|
1357
|
-
value: string | number | boolean | string[] | {
|
|
1357
|
+
value: string | number | boolean | string[] | number[] | {
|
|
1358
1358
|
location: string;
|
|
1359
1359
|
distance: number;
|
|
1360
|
-
unit?: "km" | "mi" | "
|
|
1361
|
-
}
|
|
1362
|
-
type: "in" | "=" | "
|
|
1360
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1361
|
+
};
|
|
1362
|
+
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1363
1363
|
column: string;
|
|
1364
1364
|
} | PersonDBFilterGroup;
|
|
1365
1365
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1366
|
+
limit?: number | undefined;
|
|
1367
|
+
cursor?: string | undefined;
|
|
1366
1368
|
sorts?: {
|
|
1367
1369
|
column: string;
|
|
1368
1370
|
order: "asc" | "desc";
|
|
1369
1371
|
}[] | undefined;
|
|
1370
|
-
cursor?: string | undefined;
|
|
1371
|
-
limit?: number | undefined;
|
|
1372
1372
|
preview?: boolean | undefined;
|
|
1373
1373
|
post_processing?: {
|
|
1374
1374
|
exclude_profiles?: string[] | undefined;
|
|
@@ -1424,9 +1424,9 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1424
1424
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
1425
1425
|
error: z.ZodString;
|
|
1426
1426
|
}, "strip", z.ZodTypeAny, {
|
|
1427
|
-
operation: "identify";
|
|
1428
|
-
success: boolean;
|
|
1429
1427
|
error: string;
|
|
1428
|
+
success: boolean;
|
|
1429
|
+
operation: "identify";
|
|
1430
1430
|
results?: z.objectOutputType<{
|
|
1431
1431
|
company_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1432
1432
|
company_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1436,9 +1436,9 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1436
1436
|
score: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1437
1437
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1438
1438
|
}, {
|
|
1439
|
-
operation: "identify";
|
|
1440
|
-
success: boolean;
|
|
1441
1439
|
error: string;
|
|
1440
|
+
success: boolean;
|
|
1441
|
+
operation: "identify";
|
|
1442
1442
|
results?: z.objectInputType<{
|
|
1443
1443
|
company_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1444
1444
|
company_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1534,14 +1534,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1534
1534
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
1535
1535
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1536
1536
|
}, "strip", z.ZodTypeAny, {
|
|
1537
|
-
title?: string | null | undefined;
|
|
1538
1537
|
description?: string | null | undefined;
|
|
1538
|
+
title?: string | null | undefined;
|
|
1539
1539
|
company_name?: string | null | undefined;
|
|
1540
1540
|
company_linkedin_url?: string | null | undefined;
|
|
1541
1541
|
start_date?: string | number | null | undefined;
|
|
1542
1542
|
}, {
|
|
1543
|
-
title?: string | null | undefined;
|
|
1544
1543
|
description?: string | null | undefined;
|
|
1544
|
+
title?: string | null | undefined;
|
|
1545
1545
|
company_name?: string | null | undefined;
|
|
1546
1546
|
company_linkedin_url?: string | null | undefined;
|
|
1547
1547
|
start_date?: string | number | null | undefined;
|
|
@@ -1598,14 +1598,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1598
1598
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
1599
1599
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1600
1600
|
}, "strip", z.ZodTypeAny, {
|
|
1601
|
-
title?: string | null | undefined;
|
|
1602
1601
|
description?: string | null | undefined;
|
|
1602
|
+
title?: string | null | undefined;
|
|
1603
1603
|
company_name?: string | null | undefined;
|
|
1604
1604
|
company_linkedin_url?: string | null | undefined;
|
|
1605
1605
|
start_date?: string | number | null | undefined;
|
|
1606
1606
|
}, {
|
|
1607
|
-
title?: string | null | undefined;
|
|
1608
1607
|
description?: string | null | undefined;
|
|
1608
|
+
title?: string | null | undefined;
|
|
1609
1609
|
company_name?: string | null | undefined;
|
|
1610
1610
|
company_linkedin_url?: string | null | undefined;
|
|
1611
1611
|
start_date?: string | number | null | undefined;
|
|
@@ -1662,14 +1662,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1662
1662
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
1663
1663
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1664
1664
|
}, "strip", z.ZodTypeAny, {
|
|
1665
|
-
title?: string | null | undefined;
|
|
1666
1665
|
description?: string | null | undefined;
|
|
1666
|
+
title?: string | null | undefined;
|
|
1667
1667
|
company_name?: string | null | undefined;
|
|
1668
1668
|
company_linkedin_url?: string | null | undefined;
|
|
1669
1669
|
start_date?: string | number | null | undefined;
|
|
1670
1670
|
}, {
|
|
1671
|
-
title?: string | null | undefined;
|
|
1672
1671
|
description?: string | null | undefined;
|
|
1672
|
+
title?: string | null | undefined;
|
|
1673
1673
|
company_name?: string | null | undefined;
|
|
1674
1674
|
company_linkedin_url?: string | null | undefined;
|
|
1675
1675
|
start_date?: string | number | null | undefined;
|
|
@@ -1727,14 +1727,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1727
1727
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
1728
1728
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1729
1729
|
}, "strip", z.ZodTypeAny, {
|
|
1730
|
-
title?: string | null | undefined;
|
|
1731
1730
|
description?: string | null | undefined;
|
|
1731
|
+
title?: string | null | undefined;
|
|
1732
1732
|
company_name?: string | null | undefined;
|
|
1733
1733
|
company_linkedin_url?: string | null | undefined;
|
|
1734
1734
|
start_date?: string | number | null | undefined;
|
|
1735
1735
|
}, {
|
|
1736
|
-
title?: string | null | undefined;
|
|
1737
1736
|
description?: string | null | undefined;
|
|
1737
|
+
title?: string | null | undefined;
|
|
1738
1738
|
company_name?: string | null | undefined;
|
|
1739
1739
|
company_linkedin_url?: string | null | undefined;
|
|
1740
1740
|
start_date?: string | number | null | undefined;
|
|
@@ -1791,14 +1791,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1791
1791
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
1792
1792
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1793
1793
|
}, "strip", z.ZodTypeAny, {
|
|
1794
|
-
title?: string | null | undefined;
|
|
1795
1794
|
description?: string | null | undefined;
|
|
1795
|
+
title?: string | null | undefined;
|
|
1796
1796
|
company_name?: string | null | undefined;
|
|
1797
1797
|
company_linkedin_url?: string | null | undefined;
|
|
1798
1798
|
start_date?: string | number | null | undefined;
|
|
1799
1799
|
}, {
|
|
1800
|
-
title?: string | null | undefined;
|
|
1801
1800
|
description?: string | null | undefined;
|
|
1801
|
+
title?: string | null | undefined;
|
|
1802
1802
|
company_name?: string | null | undefined;
|
|
1803
1803
|
company_linkedin_url?: string | null | undefined;
|
|
1804
1804
|
start_date?: string | number | null | undefined;
|
|
@@ -1855,14 +1855,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1855
1855
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
1856
1856
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1857
1857
|
}, "strip", z.ZodTypeAny, {
|
|
1858
|
-
title?: string | null | undefined;
|
|
1859
1858
|
description?: string | null | undefined;
|
|
1859
|
+
title?: string | null | undefined;
|
|
1860
1860
|
company_name?: string | null | undefined;
|
|
1861
1861
|
company_linkedin_url?: string | null | undefined;
|
|
1862
1862
|
start_date?: string | number | null | undefined;
|
|
1863
1863
|
}, {
|
|
1864
|
-
title?: string | null | undefined;
|
|
1865
1864
|
description?: string | null | undefined;
|
|
1865
|
+
title?: string | null | undefined;
|
|
1866
1866
|
company_name?: string | null | undefined;
|
|
1867
1867
|
company_linkedin_url?: string | null | undefined;
|
|
1868
1868
|
start_date?: string | number | null | undefined;
|
|
@@ -1921,14 +1921,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1921
1921
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
1922
1922
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1923
1923
|
}, "strip", z.ZodTypeAny, {
|
|
1924
|
-
title?: string | null | undefined;
|
|
1925
1924
|
description?: string | null | undefined;
|
|
1925
|
+
title?: string | null | undefined;
|
|
1926
1926
|
company_name?: string | null | undefined;
|
|
1927
1927
|
company_linkedin_url?: string | null | undefined;
|
|
1928
1928
|
start_date?: string | number | null | undefined;
|
|
1929
1929
|
}, {
|
|
1930
|
-
title?: string | null | undefined;
|
|
1931
1930
|
description?: string | null | undefined;
|
|
1931
|
+
title?: string | null | undefined;
|
|
1932
1932
|
company_name?: string | null | undefined;
|
|
1933
1933
|
company_linkedin_url?: string | null | undefined;
|
|
1934
1934
|
start_date?: string | number | null | undefined;
|
|
@@ -1985,14 +1985,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1985
1985
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
1986
1986
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1987
1987
|
}, "strip", z.ZodTypeAny, {
|
|
1988
|
-
title?: string | null | undefined;
|
|
1989
1988
|
description?: string | null | undefined;
|
|
1989
|
+
title?: string | null | undefined;
|
|
1990
1990
|
company_name?: string | null | undefined;
|
|
1991
1991
|
company_linkedin_url?: string | null | undefined;
|
|
1992
1992
|
start_date?: string | number | null | undefined;
|
|
1993
1993
|
}, {
|
|
1994
|
-
title?: string | null | undefined;
|
|
1995
1994
|
description?: string | null | undefined;
|
|
1995
|
+
title?: string | null | undefined;
|
|
1996
1996
|
company_name?: string | null | undefined;
|
|
1997
1997
|
company_linkedin_url?: string | null | undefined;
|
|
1998
1998
|
start_date?: string | number | null | undefined;
|
|
@@ -2049,14 +2049,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2049
2049
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2050
2050
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2051
2051
|
}, "strip", z.ZodTypeAny, {
|
|
2052
|
-
title?: string | null | undefined;
|
|
2053
2052
|
description?: string | null | undefined;
|
|
2053
|
+
title?: string | null | undefined;
|
|
2054
2054
|
company_name?: string | null | undefined;
|
|
2055
2055
|
company_linkedin_url?: string | null | undefined;
|
|
2056
2056
|
start_date?: string | number | null | undefined;
|
|
2057
2057
|
}, {
|
|
2058
|
-
title?: string | null | undefined;
|
|
2059
2058
|
description?: string | null | undefined;
|
|
2059
|
+
title?: string | null | undefined;
|
|
2060
2060
|
company_name?: string | null | undefined;
|
|
2061
2061
|
company_linkedin_url?: string | null | undefined;
|
|
2062
2062
|
start_date?: string | number | null | undefined;
|
|
@@ -2115,14 +2115,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2115
2115
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2116
2116
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2117
2117
|
}, "strip", z.ZodTypeAny, {
|
|
2118
|
-
title?: string | null | undefined;
|
|
2119
2118
|
description?: string | null | undefined;
|
|
2119
|
+
title?: string | null | undefined;
|
|
2120
2120
|
company_name?: string | null | undefined;
|
|
2121
2121
|
company_linkedin_url?: string | null | undefined;
|
|
2122
2122
|
start_date?: string | number | null | undefined;
|
|
2123
2123
|
}, {
|
|
2124
|
-
title?: string | null | undefined;
|
|
2125
2124
|
description?: string | null | undefined;
|
|
2125
|
+
title?: string | null | undefined;
|
|
2126
2126
|
company_name?: string | null | undefined;
|
|
2127
2127
|
company_linkedin_url?: string | null | undefined;
|
|
2128
2128
|
start_date?: string | number | null | undefined;
|
|
@@ -2181,14 +2181,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2181
2181
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2182
2182
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2183
2183
|
}, "strip", z.ZodTypeAny, {
|
|
2184
|
-
title?: string | null | undefined;
|
|
2185
2184
|
description?: string | null | undefined;
|
|
2185
|
+
title?: string | null | undefined;
|
|
2186
2186
|
company_name?: string | null | undefined;
|
|
2187
2187
|
company_linkedin_url?: string | null | undefined;
|
|
2188
2188
|
start_date?: string | number | null | undefined;
|
|
2189
2189
|
}, {
|
|
2190
|
-
title?: string | null | undefined;
|
|
2191
2190
|
description?: string | null | undefined;
|
|
2191
|
+
title?: string | null | undefined;
|
|
2192
2192
|
company_name?: string | null | undefined;
|
|
2193
2193
|
company_linkedin_url?: string | null | undefined;
|
|
2194
2194
|
start_date?: string | number | null | undefined;
|
|
@@ -2226,9 +2226,9 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2226
2226
|
}>>>;
|
|
2227
2227
|
error: z.ZodString;
|
|
2228
2228
|
}, "strip", z.ZodTypeAny, {
|
|
2229
|
-
operation: "enrich";
|
|
2230
|
-
success: boolean;
|
|
2231
2229
|
error: string;
|
|
2230
|
+
success: boolean;
|
|
2231
|
+
operation: "enrich";
|
|
2232
2232
|
company?: z.objectOutputType<{
|
|
2233
2233
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2234
2234
|
linkedin_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2273,14 +2273,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2273
2273
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2274
2274
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2275
2275
|
}, "strip", z.ZodTypeAny, {
|
|
2276
|
-
title?: string | null | undefined;
|
|
2277
2276
|
description?: string | null | undefined;
|
|
2277
|
+
title?: string | null | undefined;
|
|
2278
2278
|
company_name?: string | null | undefined;
|
|
2279
2279
|
company_linkedin_url?: string | null | undefined;
|
|
2280
2280
|
start_date?: string | number | null | undefined;
|
|
2281
2281
|
}, {
|
|
2282
|
-
title?: string | null | undefined;
|
|
2283
2282
|
description?: string | null | undefined;
|
|
2283
|
+
title?: string | null | undefined;
|
|
2284
2284
|
company_name?: string | null | undefined;
|
|
2285
2285
|
company_linkedin_url?: string | null | undefined;
|
|
2286
2286
|
start_date?: string | number | null | undefined;
|
|
@@ -2338,14 +2338,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2338
2338
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2339
2339
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2340
2340
|
}, "strip", z.ZodTypeAny, {
|
|
2341
|
-
title?: string | null | undefined;
|
|
2342
2341
|
description?: string | null | undefined;
|
|
2342
|
+
title?: string | null | undefined;
|
|
2343
2343
|
company_name?: string | null | undefined;
|
|
2344
2344
|
company_linkedin_url?: string | null | undefined;
|
|
2345
2345
|
start_date?: string | number | null | undefined;
|
|
2346
2346
|
}, {
|
|
2347
|
-
title?: string | null | undefined;
|
|
2348
2347
|
description?: string | null | undefined;
|
|
2348
|
+
title?: string | null | undefined;
|
|
2349
2349
|
company_name?: string | null | undefined;
|
|
2350
2350
|
company_linkedin_url?: string | null | undefined;
|
|
2351
2351
|
start_date?: string | number | null | undefined;
|
|
@@ -2404,14 +2404,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2404
2404
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2405
2405
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2406
2406
|
}, "strip", z.ZodTypeAny, {
|
|
2407
|
-
title?: string | null | undefined;
|
|
2408
2407
|
description?: string | null | undefined;
|
|
2408
|
+
title?: string | null | undefined;
|
|
2409
2409
|
company_name?: string | null | undefined;
|
|
2410
2410
|
company_linkedin_url?: string | null | undefined;
|
|
2411
2411
|
start_date?: string | number | null | undefined;
|
|
2412
2412
|
}, {
|
|
2413
|
-
title?: string | null | undefined;
|
|
2414
2413
|
description?: string | null | undefined;
|
|
2414
|
+
title?: string | null | undefined;
|
|
2415
2415
|
company_name?: string | null | undefined;
|
|
2416
2416
|
company_linkedin_url?: string | null | undefined;
|
|
2417
2417
|
start_date?: string | number | null | undefined;
|
|
@@ -2448,9 +2448,9 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2448
2448
|
}, z.ZodTypeAny, "passthrough">[] | null | undefined;
|
|
2449
2449
|
} | null | undefined;
|
|
2450
2450
|
}, {
|
|
2451
|
-
operation: "enrich";
|
|
2452
|
-
success: boolean;
|
|
2453
2451
|
error: string;
|
|
2452
|
+
success: boolean;
|
|
2453
|
+
operation: "enrich";
|
|
2454
2454
|
company?: z.objectInputType<{
|
|
2455
2455
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2456
2456
|
linkedin_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2495,14 +2495,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2495
2495
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2496
2496
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2497
2497
|
}, "strip", z.ZodTypeAny, {
|
|
2498
|
-
title?: string | null | undefined;
|
|
2499
2498
|
description?: string | null | undefined;
|
|
2499
|
+
title?: string | null | undefined;
|
|
2500
2500
|
company_name?: string | null | undefined;
|
|
2501
2501
|
company_linkedin_url?: string | null | undefined;
|
|
2502
2502
|
start_date?: string | number | null | undefined;
|
|
2503
2503
|
}, {
|
|
2504
|
-
title?: string | null | undefined;
|
|
2505
2504
|
description?: string | null | undefined;
|
|
2505
|
+
title?: string | null | undefined;
|
|
2506
2506
|
company_name?: string | null | undefined;
|
|
2507
2507
|
company_linkedin_url?: string | null | undefined;
|
|
2508
2508
|
start_date?: string | number | null | undefined;
|
|
@@ -2560,14 +2560,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2560
2560
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2561
2561
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2562
2562
|
}, "strip", z.ZodTypeAny, {
|
|
2563
|
-
title?: string | null | undefined;
|
|
2564
2563
|
description?: string | null | undefined;
|
|
2564
|
+
title?: string | null | undefined;
|
|
2565
2565
|
company_name?: string | null | undefined;
|
|
2566
2566
|
company_linkedin_url?: string | null | undefined;
|
|
2567
2567
|
start_date?: string | number | null | undefined;
|
|
2568
2568
|
}, {
|
|
2569
|
-
title?: string | null | undefined;
|
|
2570
2569
|
description?: string | null | undefined;
|
|
2570
|
+
title?: string | null | undefined;
|
|
2571
2571
|
company_name?: string | null | undefined;
|
|
2572
2572
|
company_linkedin_url?: string | null | undefined;
|
|
2573
2573
|
start_date?: string | number | null | undefined;
|
|
@@ -2626,14 +2626,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2626
2626
|
start_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
2627
2627
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2628
2628
|
}, "strip", z.ZodTypeAny, {
|
|
2629
|
-
title?: string | null | undefined;
|
|
2630
2629
|
description?: string | null | undefined;
|
|
2630
|
+
title?: string | null | undefined;
|
|
2631
2631
|
company_name?: string | null | undefined;
|
|
2632
2632
|
company_linkedin_url?: string | null | undefined;
|
|
2633
2633
|
start_date?: string | number | null | undefined;
|
|
2634
2634
|
}, {
|
|
2635
|
-
title?: string | null | undefined;
|
|
2636
2635
|
description?: string | null | undefined;
|
|
2636
|
+
title?: string | null | undefined;
|
|
2637
2637
|
company_name?: string | null | undefined;
|
|
2638
2638
|
company_linkedin_url?: string | null | undefined;
|
|
2639
2639
|
start_date?: string | number | null | undefined;
|
|
@@ -3448,9 +3448,11 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3448
3448
|
next_cursor: z.ZodOptional<z.ZodString>;
|
|
3449
3449
|
error: z.ZodString;
|
|
3450
3450
|
}, "strip", z.ZodTypeAny, {
|
|
3451
|
-
operation: "person_search_db";
|
|
3452
|
-
success: boolean;
|
|
3453
3451
|
error: string;
|
|
3452
|
+
success: boolean;
|
|
3453
|
+
operation: "person_search_db";
|
|
3454
|
+
next_cursor?: string | undefined;
|
|
3455
|
+
total_count?: number | undefined;
|
|
3454
3456
|
profiles?: z.objectOutputType<{
|
|
3455
3457
|
person_id: z.ZodOptional<z.ZodNumber>;
|
|
3456
3458
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3709,12 +3711,12 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3709
3711
|
websites: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3710
3712
|
twitter_handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3711
3713
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3712
|
-
total_count?: number | undefined;
|
|
3713
|
-
next_cursor?: string | undefined;
|
|
3714
3714
|
}, {
|
|
3715
|
-
operation: "person_search_db";
|
|
3716
|
-
success: boolean;
|
|
3717
3715
|
error: string;
|
|
3716
|
+
success: boolean;
|
|
3717
|
+
operation: "person_search_db";
|
|
3718
|
+
next_cursor?: string | undefined;
|
|
3719
|
+
total_count?: number | undefined;
|
|
3718
3720
|
profiles?: z.objectInputType<{
|
|
3719
3721
|
person_id: z.ZodOptional<z.ZodNumber>;
|
|
3720
3722
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3973,8 +3975,6 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3973
3975
|
websites: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3974
3976
|
twitter_handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3975
3977
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3976
|
-
total_count?: number | undefined;
|
|
3977
|
-
next_cursor?: string | undefined;
|
|
3978
3978
|
}>]>;
|
|
3979
3979
|
export type CrustdataResult = z.output<typeof CrustdataResultSchema>;
|
|
3980
3980
|
export type CrustdataParams = z.output<typeof CrustdataParamsSchema>;
|