@pipe0/ops 0.0.4 → 0.0.5
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/CHANGELOG.md +8 -0
- package/dist/fields/field-catalog.d.ts +934 -0
- package/dist/fields/json-meta/fields/crustdata-company-match.d.ts +79 -0
- package/dist/fields/json-meta/fields/crustdata-person-match.d.ts +115 -0
- package/dist/fields/json-meta/fields/crustdata-post-list.d.ts +29 -0
- package/dist/form-generation/fields.d.ts +92 -40
- package/dist/index.js +4234 -1938
- package/dist/payload-config/country-codes.d.ts +7 -0
- package/dist/payload-config/linkedin-standard-industries.d.ts +1 -0
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +5 -5
- package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +6 -6
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/email-write-1.d.ts +16 -16
- package/dist/pipes/catalog/entries/message-write-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-name-split-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-posts-crustdata-1.d.ts +225 -0
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/prompt-run-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/sheet-append-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +10 -10
- package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +2 -2
- package/dist/pipes/catalog/pipe.d.ts +433 -3
- package/dist/pipes/catalog/pipes-catalog.d.ts +619 -265
- package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
- package/dist/pipes/catalog/utils/index.d.ts +33 -33
- package/dist/pipes/catalog/utils/partner-logos.d.ts +3 -0
- package/dist/pipes/providers/provider-catalog.d.ts +12 -0
- package/dist/pipes/providers/provider-utils.d.ts +33 -21
- package/dist/pipes/utils/pipes-utils.d.ts +30 -30
- package/dist/pipes/utils/schemas-primitives.d.ts +29 -1
- package/dist/pipes/utils/sheet-schemas-primitives.d.ts +304 -93
- package/dist/searches/catalog/entries/companies-profiles-crustdata-1.d.ts +264 -0
- package/dist/searches/catalog/entries/companies-profiles-exa-1.d.ts +2 -2
- package/dist/searches/catalog/entries/companies-profiles-icypeas-1.d.ts +14 -14
- package/dist/searches/catalog/entries/deprecated/people-profiles-clado-1.d.ts +2 -2
- package/dist/searches/catalog/entries/people-employees-leadmagic-1.d.ts +2 -2
- package/dist/searches/catalog/entries/people-profiles-clado-2.d.ts +5 -5
- package/dist/searches/catalog/entries/people-profiles-crustdata-1.d.ts +261 -0
- package/dist/searches/catalog/entries/people-profiles-exa-1.d.ts +2 -2
- package/dist/searches/catalog/entries/people-profiles-icypeas-1.d.ts +2 -2
- package/dist/searches/catalog/entries/utils/crustdata-options-helpers.d.ts +13 -0
- package/dist/searches/catalog/searches-catalog.d.ts +1210 -266
- package/dist/searches/index.d.ts +270 -16
- package/dist/searches/schemas.d.ts +3 -1
- package/dist/utils/connection-id.d.ts +1 -1
- package/dist/utils/icons.d.ts +1 -1
- package/dist/utils/schemas.d.ts +7 -2
- package/package.json +3 -2
- package/dist/payload-config/provider-info.d.ts +0 -1
|
@@ -2349,6 +2349,464 @@ export declare const fieldCatalog: {
|
|
|
2349
2349
|
};
|
|
2350
2350
|
};
|
|
2351
2351
|
};
|
|
2352
|
+
readonly crustdata_person_match: {
|
|
2353
|
+
readonly label: "Person match";
|
|
2354
|
+
readonly type: "json";
|
|
2355
|
+
readonly format: "json_object";
|
|
2356
|
+
readonly description: "Crustdata company match object";
|
|
2357
|
+
readonly jsonMeta: {
|
|
2358
|
+
readonly zodSchema: z.ZodObject<{
|
|
2359
|
+
person_id: z.ZodNumber;
|
|
2360
|
+
name: z.ZodString;
|
|
2361
|
+
first_name: z.ZodString;
|
|
2362
|
+
last_name: z.ZodString;
|
|
2363
|
+
region: z.ZodOptional<z.ZodString>;
|
|
2364
|
+
headline: z.ZodOptional<z.ZodString>;
|
|
2365
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
2366
|
+
skills: z.ZodArray<z.ZodString>;
|
|
2367
|
+
languages: z.ZodArray<z.ZodString>;
|
|
2368
|
+
emails: z.ZodArray<z.ZodString>;
|
|
2369
|
+
open_to_cards: z.ZodArray<z.ZodString>;
|
|
2370
|
+
profile_language: z.ZodOptional<z.ZodString>;
|
|
2371
|
+
linkedin_profile_url: z.ZodString;
|
|
2372
|
+
flagship_profile_url: z.ZodOptional<z.ZodString>;
|
|
2373
|
+
profile_picture_url: z.ZodOptional<z.ZodString>;
|
|
2374
|
+
profile_picture_permalink: z.ZodOptional<z.ZodString>;
|
|
2375
|
+
twitter_handle: z.ZodOptional<z.ZodString>;
|
|
2376
|
+
num_of_connections: z.ZodNumber;
|
|
2377
|
+
last_updated: z.ZodString;
|
|
2378
|
+
updated_at: z.ZodString;
|
|
2379
|
+
recently_changed_jobs: z.ZodBoolean;
|
|
2380
|
+
years_of_experience: z.ZodString;
|
|
2381
|
+
years_of_experience_raw: z.ZodNumber;
|
|
2382
|
+
education_background: z.ZodArray<z.ZodObject<{
|
|
2383
|
+
degree_name: z.ZodOptional<z.ZodString>;
|
|
2384
|
+
institute_name: z.ZodOptional<z.ZodString>;
|
|
2385
|
+
institute_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2386
|
+
institute_linkedin_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
2387
|
+
institute_logo_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
2388
|
+
field_of_study: z.ZodOptional<z.ZodString>;
|
|
2389
|
+
activities_and_societies: z.ZodOptional<z.ZodString>;
|
|
2390
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
2391
|
+
end_date: z.ZodOptional<z.ZodString>;
|
|
2392
|
+
}, z.core.$strip>>;
|
|
2393
|
+
honors: z.ZodArray<z.ZodAny>;
|
|
2394
|
+
certifications: z.ZodArray<z.ZodAny>;
|
|
2395
|
+
current_employers: z.ZodArray<z.ZodObject<{
|
|
2396
|
+
name: z.ZodString;
|
|
2397
|
+
linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2398
|
+
company_id: z.ZodOptional<z.ZodNumber>;
|
|
2399
|
+
company_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2400
|
+
company_website_domain: z.ZodOptional<z.ZodString>;
|
|
2401
|
+
position_id: z.ZodOptional<z.ZodNumber>;
|
|
2402
|
+
title: z.ZodString;
|
|
2403
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2404
|
+
location: z.ZodOptional<z.ZodString>;
|
|
2405
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
2406
|
+
employer_is_default: z.ZodOptional<z.ZodBoolean>;
|
|
2407
|
+
seniority_level: z.ZodOptional<z.ZodString>;
|
|
2408
|
+
function_category: z.ZodOptional<z.ZodString>;
|
|
2409
|
+
years_at_company: z.ZodOptional<z.ZodString>;
|
|
2410
|
+
years_at_company_raw: z.ZodOptional<z.ZodNumber>;
|
|
2411
|
+
company_headquarters_country: z.ZodOptional<z.ZodString>;
|
|
2412
|
+
company_headcount_range: z.ZodOptional<z.ZodString>;
|
|
2413
|
+
company_industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2414
|
+
company_type: z.ZodOptional<z.ZodString>;
|
|
2415
|
+
company_headcount_latest: z.ZodOptional<z.ZodNumber>;
|
|
2416
|
+
company_website: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
2417
|
+
company_linkedin_profile_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
2418
|
+
}, z.core.$strip>>;
|
|
2419
|
+
past_employers: z.ZodArray<z.ZodObject<{
|
|
2420
|
+
name: z.ZodString;
|
|
2421
|
+
linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2422
|
+
company_id: z.ZodOptional<z.ZodNumber>;
|
|
2423
|
+
company_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2424
|
+
company_website_domain: z.ZodOptional<z.ZodString>;
|
|
2425
|
+
position_id: z.ZodOptional<z.ZodNumber>;
|
|
2426
|
+
title: z.ZodString;
|
|
2427
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2428
|
+
location: z.ZodOptional<z.ZodString>;
|
|
2429
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
2430
|
+
end_date: z.ZodOptional<z.ZodString>;
|
|
2431
|
+
employer_is_default: z.ZodOptional<z.ZodBoolean>;
|
|
2432
|
+
seniority_level: z.ZodOptional<z.ZodString>;
|
|
2433
|
+
function_category: z.ZodOptional<z.ZodString>;
|
|
2434
|
+
years_at_company: z.ZodOptional<z.ZodString>;
|
|
2435
|
+
years_at_company_raw: z.ZodOptional<z.ZodNumber>;
|
|
2436
|
+
company_headquarters_country: z.ZodOptional<z.ZodString>;
|
|
2437
|
+
company_headcount_range: z.ZodOptional<z.ZodString>;
|
|
2438
|
+
company_industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2439
|
+
company_type: z.ZodOptional<z.ZodString>;
|
|
2440
|
+
company_headcount_latest: z.ZodOptional<z.ZodNumber>;
|
|
2441
|
+
company_website: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
2442
|
+
company_linkedin_profile_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
2443
|
+
}, z.core.$strip>>;
|
|
2444
|
+
all_employers: z.ZodArray<z.ZodObject<{
|
|
2445
|
+
name: z.ZodString;
|
|
2446
|
+
linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2447
|
+
company_id: z.ZodOptional<z.ZodNumber>;
|
|
2448
|
+
company_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2449
|
+
company_website_domain: z.ZodOptional<z.ZodString>;
|
|
2450
|
+
position_id: z.ZodOptional<z.ZodNumber>;
|
|
2451
|
+
title: z.ZodString;
|
|
2452
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2453
|
+
location: z.ZodOptional<z.ZodString>;
|
|
2454
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
2455
|
+
end_date: z.ZodOptional<z.ZodString>;
|
|
2456
|
+
employer_is_default: z.ZodOptional<z.ZodBoolean>;
|
|
2457
|
+
seniority_level: z.ZodOptional<z.ZodString>;
|
|
2458
|
+
function_category: z.ZodOptional<z.ZodString>;
|
|
2459
|
+
years_at_company: z.ZodOptional<z.ZodString>;
|
|
2460
|
+
years_at_company_raw: z.ZodOptional<z.ZodNumber>;
|
|
2461
|
+
company_headquarters_country: z.ZodOptional<z.ZodString>;
|
|
2462
|
+
company_headcount_range: z.ZodOptional<z.ZodString>;
|
|
2463
|
+
company_industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2464
|
+
company_type: z.ZodOptional<z.ZodString>;
|
|
2465
|
+
company_headcount_latest: z.ZodOptional<z.ZodNumber>;
|
|
2466
|
+
company_website: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
2467
|
+
company_linkedin_profile_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
2468
|
+
}, z.core.$strip>>;
|
|
2469
|
+
}, z.core.$strip>;
|
|
2470
|
+
readonly exampleValue: {
|
|
2471
|
+
person_id: number;
|
|
2472
|
+
name: string;
|
|
2473
|
+
first_name: string;
|
|
2474
|
+
last_name: string;
|
|
2475
|
+
skills: string[];
|
|
2476
|
+
languages: string[];
|
|
2477
|
+
emails: string[];
|
|
2478
|
+
open_to_cards: string[];
|
|
2479
|
+
linkedin_profile_url: string;
|
|
2480
|
+
num_of_connections: number;
|
|
2481
|
+
last_updated: string;
|
|
2482
|
+
updated_at: string;
|
|
2483
|
+
recently_changed_jobs: boolean;
|
|
2484
|
+
years_of_experience: string;
|
|
2485
|
+
years_of_experience_raw: number;
|
|
2486
|
+
education_background: {
|
|
2487
|
+
degree_name?: string | undefined;
|
|
2488
|
+
institute_name?: string | undefined;
|
|
2489
|
+
institute_linkedin_id?: string | number | undefined;
|
|
2490
|
+
institute_linkedin_url?: string | undefined;
|
|
2491
|
+
institute_logo_url?: string | undefined;
|
|
2492
|
+
field_of_study?: string | undefined;
|
|
2493
|
+
activities_and_societies?: string | undefined;
|
|
2494
|
+
start_date?: string | undefined;
|
|
2495
|
+
end_date?: string | undefined;
|
|
2496
|
+
}[];
|
|
2497
|
+
honors: any[];
|
|
2498
|
+
certifications: any[];
|
|
2499
|
+
current_employers: {
|
|
2500
|
+
name: string;
|
|
2501
|
+
title: string;
|
|
2502
|
+
linkedin_id?: string | number | undefined;
|
|
2503
|
+
company_id?: number | undefined;
|
|
2504
|
+
company_linkedin_id?: string | number | undefined;
|
|
2505
|
+
company_website_domain?: string | undefined;
|
|
2506
|
+
position_id?: number | undefined;
|
|
2507
|
+
description?: string | undefined;
|
|
2508
|
+
location?: string | undefined;
|
|
2509
|
+
start_date?: string | undefined;
|
|
2510
|
+
employer_is_default?: boolean | undefined;
|
|
2511
|
+
seniority_level?: string | undefined;
|
|
2512
|
+
function_category?: string | undefined;
|
|
2513
|
+
years_at_company?: string | undefined;
|
|
2514
|
+
years_at_company_raw?: number | undefined;
|
|
2515
|
+
company_headquarters_country?: string | undefined;
|
|
2516
|
+
company_headcount_range?: string | undefined;
|
|
2517
|
+
company_industries?: string[] | undefined;
|
|
2518
|
+
company_type?: string | undefined;
|
|
2519
|
+
company_headcount_latest?: number | undefined;
|
|
2520
|
+
company_website?: string | undefined;
|
|
2521
|
+
company_linkedin_profile_url?: string | undefined;
|
|
2522
|
+
}[];
|
|
2523
|
+
past_employers: {
|
|
2524
|
+
name: string;
|
|
2525
|
+
title: string;
|
|
2526
|
+
linkedin_id?: string | number | undefined;
|
|
2527
|
+
company_id?: number | undefined;
|
|
2528
|
+
company_linkedin_id?: string | number | undefined;
|
|
2529
|
+
company_website_domain?: string | undefined;
|
|
2530
|
+
position_id?: number | undefined;
|
|
2531
|
+
description?: string | undefined;
|
|
2532
|
+
location?: string | undefined;
|
|
2533
|
+
start_date?: string | undefined;
|
|
2534
|
+
end_date?: string | undefined;
|
|
2535
|
+
employer_is_default?: boolean | undefined;
|
|
2536
|
+
seniority_level?: string | undefined;
|
|
2537
|
+
function_category?: string | undefined;
|
|
2538
|
+
years_at_company?: string | undefined;
|
|
2539
|
+
years_at_company_raw?: number | undefined;
|
|
2540
|
+
company_headquarters_country?: string | undefined;
|
|
2541
|
+
company_headcount_range?: string | undefined;
|
|
2542
|
+
company_industries?: string[] | undefined;
|
|
2543
|
+
company_type?: string | undefined;
|
|
2544
|
+
company_headcount_latest?: number | undefined;
|
|
2545
|
+
company_website?: string | undefined;
|
|
2546
|
+
company_linkedin_profile_url?: string | undefined;
|
|
2547
|
+
}[];
|
|
2548
|
+
all_employers: {
|
|
2549
|
+
name: string;
|
|
2550
|
+
title: string;
|
|
2551
|
+
linkedin_id?: string | number | undefined;
|
|
2552
|
+
company_id?: number | undefined;
|
|
2553
|
+
company_linkedin_id?: string | number | undefined;
|
|
2554
|
+
company_website_domain?: string | undefined;
|
|
2555
|
+
position_id?: number | undefined;
|
|
2556
|
+
description?: string | undefined;
|
|
2557
|
+
location?: string | undefined;
|
|
2558
|
+
start_date?: string | undefined;
|
|
2559
|
+
end_date?: string | undefined;
|
|
2560
|
+
employer_is_default?: boolean | undefined;
|
|
2561
|
+
seniority_level?: string | undefined;
|
|
2562
|
+
function_category?: string | undefined;
|
|
2563
|
+
years_at_company?: string | undefined;
|
|
2564
|
+
years_at_company_raw?: number | undefined;
|
|
2565
|
+
company_headquarters_country?: string | undefined;
|
|
2566
|
+
company_headcount_range?: string | undefined;
|
|
2567
|
+
company_industries?: string[] | undefined;
|
|
2568
|
+
company_type?: string | undefined;
|
|
2569
|
+
company_headcount_latest?: number | undefined;
|
|
2570
|
+
company_website?: string | undefined;
|
|
2571
|
+
company_linkedin_profile_url?: string | undefined;
|
|
2572
|
+
}[];
|
|
2573
|
+
region?: string | undefined;
|
|
2574
|
+
headline?: string | undefined;
|
|
2575
|
+
summary?: string | undefined;
|
|
2576
|
+
profile_language?: string | undefined;
|
|
2577
|
+
flagship_profile_url?: string | undefined;
|
|
2578
|
+
profile_picture_url?: string | undefined;
|
|
2579
|
+
profile_picture_permalink?: string | undefined;
|
|
2580
|
+
twitter_handle?: string | undefined;
|
|
2581
|
+
};
|
|
2582
|
+
};
|
|
2583
|
+
};
|
|
2584
|
+
readonly crustdata_company_match: {
|
|
2585
|
+
readonly label: "Company match";
|
|
2586
|
+
readonly type: "json";
|
|
2587
|
+
readonly format: "json_object";
|
|
2588
|
+
readonly description: "Crustdata company match object";
|
|
2589
|
+
readonly jsonMeta: {
|
|
2590
|
+
readonly zodSchema: z.ZodObject<{
|
|
2591
|
+
company_id: z.ZodNumber;
|
|
2592
|
+
year_founded: z.ZodNumber;
|
|
2593
|
+
crunchbase_valuation_usd: z.ZodNumber;
|
|
2594
|
+
last_funding_round_investment_usd: z.ZodNumber;
|
|
2595
|
+
estimated_revenue_lower_bound_usd: z.ZodNumber;
|
|
2596
|
+
estimated_revenue_higher_bound_usd: z.ZodNumber;
|
|
2597
|
+
crunchbase_total_investment_usd: z.ZodNumber;
|
|
2598
|
+
crunchbase_valuation_lower_bound_usd: z.ZodNumber;
|
|
2599
|
+
company_name: z.ZodString;
|
|
2600
|
+
hq_country: z.ZodString;
|
|
2601
|
+
hq_street_address_and_city: z.ZodString;
|
|
2602
|
+
largest_headcount_country: z.ZodString;
|
|
2603
|
+
crunchbase_uuid: z.ZodString;
|
|
2604
|
+
linkedin_profile_name: z.ZodString;
|
|
2605
|
+
linkedin_profile_url: z.ZodString;
|
|
2606
|
+
linkedin_id: z.ZodString;
|
|
2607
|
+
linkedin_company_description: z.ZodString;
|
|
2608
|
+
last_funding_round_type: z.ZodString;
|
|
2609
|
+
hq_location: z.ZodString;
|
|
2610
|
+
employee_count_range: z.ZodString;
|
|
2611
|
+
company_type: z.ZodString;
|
|
2612
|
+
company_website: z.ZodString;
|
|
2613
|
+
company_website_domain: z.ZodString;
|
|
2614
|
+
crunchbase_profile_url: z.ZodString;
|
|
2615
|
+
acquisition_status: z.ZodString;
|
|
2616
|
+
fiscal_year_end: z.ZodString;
|
|
2617
|
+
twitter_profile_url: z.ZodOptional<z.ZodString>;
|
|
2618
|
+
twitter_handle: z.ZodOptional<z.ZodString>;
|
|
2619
|
+
crunchbase_valuation_date: z.ZodString;
|
|
2620
|
+
ipo_date: z.ZodString;
|
|
2621
|
+
last_funding_date: z.ZodString;
|
|
2622
|
+
growth_calculation_date: z.ZodString;
|
|
2623
|
+
updated_at: z.ZodString;
|
|
2624
|
+
indexed_at: z.ZodString;
|
|
2625
|
+
linkedin_industries: z.ZodArray<z.ZodString>;
|
|
2626
|
+
linkedin_categories: z.ZodArray<z.ZodString>;
|
|
2627
|
+
office_addresses: z.ZodArray<z.ZodString>;
|
|
2628
|
+
crunchbase_investors: z.ZodArray<z.ZodString>;
|
|
2629
|
+
crunchbase_categories: z.ZodArray<z.ZodString>;
|
|
2630
|
+
competitor_ids: z.ZodArray<z.ZodString>;
|
|
2631
|
+
competitor_websites: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
2632
|
+
stock_symbols: z.ZodArray<z.ZodString>;
|
|
2633
|
+
markets: z.ZodArray<z.ZodString>;
|
|
2634
|
+
tracxn_investors: z.ZodArray<z.ZodString>;
|
|
2635
|
+
employee_metrics: z.ZodObject<{
|
|
2636
|
+
latest_count: z.ZodNumber;
|
|
2637
|
+
growth_1m: z.ZodNumber;
|
|
2638
|
+
growth_3m: z.ZodNumber;
|
|
2639
|
+
growth_6m: z.ZodNumber;
|
|
2640
|
+
growth_12m: z.ZodNumber;
|
|
2641
|
+
growth_1m_percent: z.ZodNumber;
|
|
2642
|
+
growth_3m_percent: z.ZodNumber;
|
|
2643
|
+
growth_6m_percent: z.ZodNumber;
|
|
2644
|
+
growth_12m_percent: z.ZodNumber;
|
|
2645
|
+
}, z.core.$strip>;
|
|
2646
|
+
follower_metrics: z.ZodObject<{
|
|
2647
|
+
latest_count: z.ZodNumber;
|
|
2648
|
+
growth_1m: z.ZodNumber;
|
|
2649
|
+
growth_3m: z.ZodNumber;
|
|
2650
|
+
growth_6m: z.ZodNumber;
|
|
2651
|
+
growth_12m: z.ZodNumber;
|
|
2652
|
+
growth_1m_percent: z.ZodNumber;
|
|
2653
|
+
growth_3m_percent: z.ZodNumber;
|
|
2654
|
+
growth_6m_percent: z.ZodNumber;
|
|
2655
|
+
growth_12m_percent: z.ZodNumber;
|
|
2656
|
+
}, z.core.$strip>;
|
|
2657
|
+
skill_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
2658
|
+
skill_distribution_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
2659
|
+
role_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
2660
|
+
role_distribution_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
2661
|
+
role_growth_6m: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
|
|
2662
|
+
role_growth_yoy: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
|
|
2663
|
+
region_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
2664
|
+
}, z.core.$strip>;
|
|
2665
|
+
readonly exampleValue: {
|
|
2666
|
+
company_id: number;
|
|
2667
|
+
year_founded: number;
|
|
2668
|
+
crunchbase_valuation_usd: number;
|
|
2669
|
+
last_funding_round_investment_usd: number;
|
|
2670
|
+
estimated_revenue_lower_bound_usd: number;
|
|
2671
|
+
estimated_revenue_higher_bound_usd: number;
|
|
2672
|
+
crunchbase_total_investment_usd: number;
|
|
2673
|
+
crunchbase_valuation_lower_bound_usd: number;
|
|
2674
|
+
company_name: string;
|
|
2675
|
+
hq_country: string;
|
|
2676
|
+
hq_street_address_and_city: string;
|
|
2677
|
+
largest_headcount_country: string;
|
|
2678
|
+
crunchbase_uuid: string;
|
|
2679
|
+
linkedin_profile_name: string;
|
|
2680
|
+
linkedin_profile_url: string;
|
|
2681
|
+
linkedin_id: string;
|
|
2682
|
+
linkedin_company_description: string;
|
|
2683
|
+
last_funding_round_type: string;
|
|
2684
|
+
hq_location: string;
|
|
2685
|
+
employee_count_range: string;
|
|
2686
|
+
company_type: string;
|
|
2687
|
+
company_website: string;
|
|
2688
|
+
company_website_domain: string;
|
|
2689
|
+
crunchbase_profile_url: string;
|
|
2690
|
+
acquisition_status: string;
|
|
2691
|
+
fiscal_year_end: string;
|
|
2692
|
+
crunchbase_valuation_date: string;
|
|
2693
|
+
ipo_date: string;
|
|
2694
|
+
last_funding_date: string;
|
|
2695
|
+
growth_calculation_date: string;
|
|
2696
|
+
updated_at: string;
|
|
2697
|
+
indexed_at: string;
|
|
2698
|
+
linkedin_industries: string[];
|
|
2699
|
+
linkedin_categories: string[];
|
|
2700
|
+
office_addresses: string[];
|
|
2701
|
+
crunchbase_investors: string[];
|
|
2702
|
+
crunchbase_categories: string[];
|
|
2703
|
+
competitor_ids: string[];
|
|
2704
|
+
competitor_websites: string[];
|
|
2705
|
+
stock_symbols: string[];
|
|
2706
|
+
markets: string[];
|
|
2707
|
+
tracxn_investors: string[];
|
|
2708
|
+
employee_metrics: {
|
|
2709
|
+
latest_count: number;
|
|
2710
|
+
growth_1m: number;
|
|
2711
|
+
growth_3m: number;
|
|
2712
|
+
growth_6m: number;
|
|
2713
|
+
growth_12m: number;
|
|
2714
|
+
growth_1m_percent: number;
|
|
2715
|
+
growth_3m_percent: number;
|
|
2716
|
+
growth_6m_percent: number;
|
|
2717
|
+
growth_12m_percent: number;
|
|
2718
|
+
};
|
|
2719
|
+
follower_metrics: {
|
|
2720
|
+
latest_count: number;
|
|
2721
|
+
growth_1m: number;
|
|
2722
|
+
growth_3m: number;
|
|
2723
|
+
growth_6m: number;
|
|
2724
|
+
growth_12m: number;
|
|
2725
|
+
growth_1m_percent: number;
|
|
2726
|
+
growth_3m_percent: number;
|
|
2727
|
+
growth_6m_percent: number;
|
|
2728
|
+
growth_12m_percent: number;
|
|
2729
|
+
};
|
|
2730
|
+
skill_distribution: Record<string, number>;
|
|
2731
|
+
skill_distribution_percent: Record<string, number>;
|
|
2732
|
+
role_distribution: Record<string, number>;
|
|
2733
|
+
role_distribution_percent: Record<string, number>;
|
|
2734
|
+
role_growth_6m: Record<string, number | null>;
|
|
2735
|
+
role_growth_yoy: Record<string, number | null>;
|
|
2736
|
+
region_distribution: Record<string, number>;
|
|
2737
|
+
twitter_profile_url?: string | undefined;
|
|
2738
|
+
twitter_handle?: string | undefined;
|
|
2739
|
+
};
|
|
2740
|
+
};
|
|
2741
|
+
};
|
|
2742
|
+
readonly post_list_string: {
|
|
2743
|
+
readonly label: "Post list";
|
|
2744
|
+
readonly type: "json";
|
|
2745
|
+
readonly format: "json_list_string";
|
|
2746
|
+
readonly description: "LinkedIn post list";
|
|
2747
|
+
readonly jsonMeta: {
|
|
2748
|
+
readonly zodSchema: z.ZodArray<z.ZodString>;
|
|
2749
|
+
readonly exampleValue: readonly ["Y Combinator's most popular startups.\nFrom the current S24 batch.\n\nHow do you...", "Y Combinator's most popular startups.\nFrom the current S24 batch.\n\nHow do you..."];
|
|
2750
|
+
};
|
|
2751
|
+
};
|
|
2752
|
+
readonly crustdata_post_list: {
|
|
2753
|
+
readonly label: "Crustdata Post list";
|
|
2754
|
+
readonly type: "json";
|
|
2755
|
+
readonly format: "json_list_string";
|
|
2756
|
+
readonly description: "Rich JSON post list";
|
|
2757
|
+
readonly jsonMeta: {
|
|
2758
|
+
readonly zodSchema: z.ZodArray<z.ZodObject<{
|
|
2759
|
+
backend_urn: z.ZodString;
|
|
2760
|
+
actor_backend_urn: z.ZodNullable<z.ZodString>;
|
|
2761
|
+
share_urn: z.ZodString;
|
|
2762
|
+
share_url: z.ZodString;
|
|
2763
|
+
text: z.ZodString;
|
|
2764
|
+
actor_name: z.ZodString;
|
|
2765
|
+
hyperlinks: z.ZodObject<{
|
|
2766
|
+
company_linkedin_urls: z.ZodArray<z.ZodString>;
|
|
2767
|
+
person_linkedin_urls: z.ZodArray<z.ZodString>;
|
|
2768
|
+
other_urls: z.ZodArray<z.ZodString>;
|
|
2769
|
+
}, z.core.$strip>;
|
|
2770
|
+
date_posted: z.ZodString;
|
|
2771
|
+
total_reactions: z.ZodNumber;
|
|
2772
|
+
total_comments: z.ZodNumber;
|
|
2773
|
+
reactions_by_type: z.ZodObject<{
|
|
2774
|
+
LIKE: z.ZodOptional<z.ZodNumber>;
|
|
2775
|
+
EMPATHY: z.ZodOptional<z.ZodNumber>;
|
|
2776
|
+
PRAISE: z.ZodOptional<z.ZodNumber>;
|
|
2777
|
+
INTEREST: z.ZodOptional<z.ZodNumber>;
|
|
2778
|
+
}, z.core.$strip>;
|
|
2779
|
+
num_shares: z.ZodNumber;
|
|
2780
|
+
is_repost_without_thoughts: z.ZodBoolean;
|
|
2781
|
+
reactors: z.ZodArray<z.ZodUnknown>;
|
|
2782
|
+
}, z.core.$strip>>;
|
|
2783
|
+
readonly exampleValue: {
|
|
2784
|
+
backend_urn: string;
|
|
2785
|
+
actor_backend_urn: string | null;
|
|
2786
|
+
share_urn: string;
|
|
2787
|
+
share_url: string;
|
|
2788
|
+
text: string;
|
|
2789
|
+
actor_name: string;
|
|
2790
|
+
hyperlinks: {
|
|
2791
|
+
company_linkedin_urls: string[];
|
|
2792
|
+
person_linkedin_urls: string[];
|
|
2793
|
+
other_urls: string[];
|
|
2794
|
+
};
|
|
2795
|
+
date_posted: string;
|
|
2796
|
+
total_reactions: number;
|
|
2797
|
+
total_comments: number;
|
|
2798
|
+
reactions_by_type: {
|
|
2799
|
+
LIKE?: number | undefined;
|
|
2800
|
+
EMPATHY?: number | undefined;
|
|
2801
|
+
PRAISE?: number | undefined;
|
|
2802
|
+
INTEREST?: number | undefined;
|
|
2803
|
+
};
|
|
2804
|
+
num_shares: number;
|
|
2805
|
+
is_repost_without_thoughts: boolean;
|
|
2806
|
+
reactors: unknown[];
|
|
2807
|
+
}[];
|
|
2808
|
+
};
|
|
2809
|
+
};
|
|
2352
2810
|
readonly role_finder_match: {
|
|
2353
2811
|
readonly label: "Role finder match";
|
|
2354
2812
|
readonly type: "json";
|
|
@@ -3008,6 +3466,24 @@ export declare const fieldBehaviorCatalog: {
|
|
|
3008
3466
|
};
|
|
3009
3467
|
};
|
|
3010
3468
|
};
|
|
3469
|
+
post_list_string: {
|
|
3470
|
+
getStaticWidgets(_fieldValue: string | number | boolean | Record<string, unknown> | unknown[] | null): {
|
|
3471
|
+
entity_logo: {
|
|
3472
|
+
entity: string;
|
|
3473
|
+
image_url: string;
|
|
3474
|
+
};
|
|
3475
|
+
};
|
|
3476
|
+
};
|
|
3477
|
+
crustdata_post_list: {
|
|
3478
|
+
getStaticWidgets(_fieldValue: string | number | boolean | Record<string, unknown> | unknown[] | null): {
|
|
3479
|
+
entity_logo: {
|
|
3480
|
+
entity: string;
|
|
3481
|
+
image_url: string;
|
|
3482
|
+
};
|
|
3483
|
+
};
|
|
3484
|
+
};
|
|
3485
|
+
crustdata_company_match: {};
|
|
3486
|
+
crustdata_person_match: {};
|
|
3011
3487
|
resend_contact_id: {};
|
|
3012
3488
|
sheet_record_id: {};
|
|
3013
3489
|
sheet_record_ids: {};
|
|
@@ -5387,6 +5863,464 @@ export declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
5387
5863
|
};
|
|
5388
5864
|
};
|
|
5389
5865
|
};
|
|
5866
|
+
readonly crustdata_person_match: {
|
|
5867
|
+
readonly label: "Person match";
|
|
5868
|
+
readonly type: "json";
|
|
5869
|
+
readonly format: "json_object";
|
|
5870
|
+
readonly description: "Crustdata company match object";
|
|
5871
|
+
readonly jsonMeta: {
|
|
5872
|
+
readonly zodSchema: z.ZodObject<{
|
|
5873
|
+
person_id: z.ZodNumber;
|
|
5874
|
+
name: z.ZodString;
|
|
5875
|
+
first_name: z.ZodString;
|
|
5876
|
+
last_name: z.ZodString;
|
|
5877
|
+
region: z.ZodOptional<z.ZodString>;
|
|
5878
|
+
headline: z.ZodOptional<z.ZodString>;
|
|
5879
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
5880
|
+
skills: z.ZodArray<z.ZodString>;
|
|
5881
|
+
languages: z.ZodArray<z.ZodString>;
|
|
5882
|
+
emails: z.ZodArray<z.ZodString>;
|
|
5883
|
+
open_to_cards: z.ZodArray<z.ZodString>;
|
|
5884
|
+
profile_language: z.ZodOptional<z.ZodString>;
|
|
5885
|
+
linkedin_profile_url: z.ZodString;
|
|
5886
|
+
flagship_profile_url: z.ZodOptional<z.ZodString>;
|
|
5887
|
+
profile_picture_url: z.ZodOptional<z.ZodString>;
|
|
5888
|
+
profile_picture_permalink: z.ZodOptional<z.ZodString>;
|
|
5889
|
+
twitter_handle: z.ZodOptional<z.ZodString>;
|
|
5890
|
+
num_of_connections: z.ZodNumber;
|
|
5891
|
+
last_updated: z.ZodString;
|
|
5892
|
+
updated_at: z.ZodString;
|
|
5893
|
+
recently_changed_jobs: z.ZodBoolean;
|
|
5894
|
+
years_of_experience: z.ZodString;
|
|
5895
|
+
years_of_experience_raw: z.ZodNumber;
|
|
5896
|
+
education_background: z.ZodArray<z.ZodObject<{
|
|
5897
|
+
degree_name: z.ZodOptional<z.ZodString>;
|
|
5898
|
+
institute_name: z.ZodOptional<z.ZodString>;
|
|
5899
|
+
institute_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5900
|
+
institute_linkedin_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
5901
|
+
institute_logo_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
5902
|
+
field_of_study: z.ZodOptional<z.ZodString>;
|
|
5903
|
+
activities_and_societies: z.ZodOptional<z.ZodString>;
|
|
5904
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
5905
|
+
end_date: z.ZodOptional<z.ZodString>;
|
|
5906
|
+
}, z.core.$strip>>;
|
|
5907
|
+
honors: z.ZodArray<z.ZodAny>;
|
|
5908
|
+
certifications: z.ZodArray<z.ZodAny>;
|
|
5909
|
+
current_employers: z.ZodArray<z.ZodObject<{
|
|
5910
|
+
name: z.ZodString;
|
|
5911
|
+
linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5912
|
+
company_id: z.ZodOptional<z.ZodNumber>;
|
|
5913
|
+
company_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5914
|
+
company_website_domain: z.ZodOptional<z.ZodString>;
|
|
5915
|
+
position_id: z.ZodOptional<z.ZodNumber>;
|
|
5916
|
+
title: z.ZodString;
|
|
5917
|
+
description: z.ZodOptional<z.ZodString>;
|
|
5918
|
+
location: z.ZodOptional<z.ZodString>;
|
|
5919
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
5920
|
+
employer_is_default: z.ZodOptional<z.ZodBoolean>;
|
|
5921
|
+
seniority_level: z.ZodOptional<z.ZodString>;
|
|
5922
|
+
function_category: z.ZodOptional<z.ZodString>;
|
|
5923
|
+
years_at_company: z.ZodOptional<z.ZodString>;
|
|
5924
|
+
years_at_company_raw: z.ZodOptional<z.ZodNumber>;
|
|
5925
|
+
company_headquarters_country: z.ZodOptional<z.ZodString>;
|
|
5926
|
+
company_headcount_range: z.ZodOptional<z.ZodString>;
|
|
5927
|
+
company_industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5928
|
+
company_type: z.ZodOptional<z.ZodString>;
|
|
5929
|
+
company_headcount_latest: z.ZodOptional<z.ZodNumber>;
|
|
5930
|
+
company_website: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
5931
|
+
company_linkedin_profile_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
5932
|
+
}, z.core.$strip>>;
|
|
5933
|
+
past_employers: z.ZodArray<z.ZodObject<{
|
|
5934
|
+
name: z.ZodString;
|
|
5935
|
+
linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5936
|
+
company_id: z.ZodOptional<z.ZodNumber>;
|
|
5937
|
+
company_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5938
|
+
company_website_domain: z.ZodOptional<z.ZodString>;
|
|
5939
|
+
position_id: z.ZodOptional<z.ZodNumber>;
|
|
5940
|
+
title: z.ZodString;
|
|
5941
|
+
description: z.ZodOptional<z.ZodString>;
|
|
5942
|
+
location: z.ZodOptional<z.ZodString>;
|
|
5943
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
5944
|
+
end_date: z.ZodOptional<z.ZodString>;
|
|
5945
|
+
employer_is_default: z.ZodOptional<z.ZodBoolean>;
|
|
5946
|
+
seniority_level: z.ZodOptional<z.ZodString>;
|
|
5947
|
+
function_category: z.ZodOptional<z.ZodString>;
|
|
5948
|
+
years_at_company: z.ZodOptional<z.ZodString>;
|
|
5949
|
+
years_at_company_raw: z.ZodOptional<z.ZodNumber>;
|
|
5950
|
+
company_headquarters_country: z.ZodOptional<z.ZodString>;
|
|
5951
|
+
company_headcount_range: z.ZodOptional<z.ZodString>;
|
|
5952
|
+
company_industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5953
|
+
company_type: z.ZodOptional<z.ZodString>;
|
|
5954
|
+
company_headcount_latest: z.ZodOptional<z.ZodNumber>;
|
|
5955
|
+
company_website: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
5956
|
+
company_linkedin_profile_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
5957
|
+
}, z.core.$strip>>;
|
|
5958
|
+
all_employers: z.ZodArray<z.ZodObject<{
|
|
5959
|
+
name: z.ZodString;
|
|
5960
|
+
linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5961
|
+
company_id: z.ZodOptional<z.ZodNumber>;
|
|
5962
|
+
company_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5963
|
+
company_website_domain: z.ZodOptional<z.ZodString>;
|
|
5964
|
+
position_id: z.ZodOptional<z.ZodNumber>;
|
|
5965
|
+
title: z.ZodString;
|
|
5966
|
+
description: z.ZodOptional<z.ZodString>;
|
|
5967
|
+
location: z.ZodOptional<z.ZodString>;
|
|
5968
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
5969
|
+
end_date: z.ZodOptional<z.ZodString>;
|
|
5970
|
+
employer_is_default: z.ZodOptional<z.ZodBoolean>;
|
|
5971
|
+
seniority_level: z.ZodOptional<z.ZodString>;
|
|
5972
|
+
function_category: z.ZodOptional<z.ZodString>;
|
|
5973
|
+
years_at_company: z.ZodOptional<z.ZodString>;
|
|
5974
|
+
years_at_company_raw: z.ZodOptional<z.ZodNumber>;
|
|
5975
|
+
company_headquarters_country: z.ZodOptional<z.ZodString>;
|
|
5976
|
+
company_headcount_range: z.ZodOptional<z.ZodString>;
|
|
5977
|
+
company_industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5978
|
+
company_type: z.ZodOptional<z.ZodString>;
|
|
5979
|
+
company_headcount_latest: z.ZodOptional<z.ZodNumber>;
|
|
5980
|
+
company_website: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
5981
|
+
company_linkedin_profile_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
5982
|
+
}, z.core.$strip>>;
|
|
5983
|
+
}, z.core.$strip>;
|
|
5984
|
+
readonly exampleValue: {
|
|
5985
|
+
person_id: number;
|
|
5986
|
+
name: string;
|
|
5987
|
+
first_name: string;
|
|
5988
|
+
last_name: string;
|
|
5989
|
+
skills: string[];
|
|
5990
|
+
languages: string[];
|
|
5991
|
+
emails: string[];
|
|
5992
|
+
open_to_cards: string[];
|
|
5993
|
+
linkedin_profile_url: string;
|
|
5994
|
+
num_of_connections: number;
|
|
5995
|
+
last_updated: string;
|
|
5996
|
+
updated_at: string;
|
|
5997
|
+
recently_changed_jobs: boolean;
|
|
5998
|
+
years_of_experience: string;
|
|
5999
|
+
years_of_experience_raw: number;
|
|
6000
|
+
education_background: {
|
|
6001
|
+
degree_name?: string | undefined;
|
|
6002
|
+
institute_name?: string | undefined;
|
|
6003
|
+
institute_linkedin_id?: string | number | undefined;
|
|
6004
|
+
institute_linkedin_url?: string | undefined;
|
|
6005
|
+
institute_logo_url?: string | undefined;
|
|
6006
|
+
field_of_study?: string | undefined;
|
|
6007
|
+
activities_and_societies?: string | undefined;
|
|
6008
|
+
start_date?: string | undefined;
|
|
6009
|
+
end_date?: string | undefined;
|
|
6010
|
+
}[];
|
|
6011
|
+
honors: any[];
|
|
6012
|
+
certifications: any[];
|
|
6013
|
+
current_employers: {
|
|
6014
|
+
name: string;
|
|
6015
|
+
title: string;
|
|
6016
|
+
linkedin_id?: string | number | undefined;
|
|
6017
|
+
company_id?: number | undefined;
|
|
6018
|
+
company_linkedin_id?: string | number | undefined;
|
|
6019
|
+
company_website_domain?: string | undefined;
|
|
6020
|
+
position_id?: number | undefined;
|
|
6021
|
+
description?: string | undefined;
|
|
6022
|
+
location?: string | undefined;
|
|
6023
|
+
start_date?: string | undefined;
|
|
6024
|
+
employer_is_default?: boolean | undefined;
|
|
6025
|
+
seniority_level?: string | undefined;
|
|
6026
|
+
function_category?: string | undefined;
|
|
6027
|
+
years_at_company?: string | undefined;
|
|
6028
|
+
years_at_company_raw?: number | undefined;
|
|
6029
|
+
company_headquarters_country?: string | undefined;
|
|
6030
|
+
company_headcount_range?: string | undefined;
|
|
6031
|
+
company_industries?: string[] | undefined;
|
|
6032
|
+
company_type?: string | undefined;
|
|
6033
|
+
company_headcount_latest?: number | undefined;
|
|
6034
|
+
company_website?: string | undefined;
|
|
6035
|
+
company_linkedin_profile_url?: string | undefined;
|
|
6036
|
+
}[];
|
|
6037
|
+
past_employers: {
|
|
6038
|
+
name: string;
|
|
6039
|
+
title: string;
|
|
6040
|
+
linkedin_id?: string | number | undefined;
|
|
6041
|
+
company_id?: number | undefined;
|
|
6042
|
+
company_linkedin_id?: string | number | undefined;
|
|
6043
|
+
company_website_domain?: string | undefined;
|
|
6044
|
+
position_id?: number | undefined;
|
|
6045
|
+
description?: string | undefined;
|
|
6046
|
+
location?: string | undefined;
|
|
6047
|
+
start_date?: string | undefined;
|
|
6048
|
+
end_date?: string | undefined;
|
|
6049
|
+
employer_is_default?: boolean | undefined;
|
|
6050
|
+
seniority_level?: string | undefined;
|
|
6051
|
+
function_category?: string | undefined;
|
|
6052
|
+
years_at_company?: string | undefined;
|
|
6053
|
+
years_at_company_raw?: number | undefined;
|
|
6054
|
+
company_headquarters_country?: string | undefined;
|
|
6055
|
+
company_headcount_range?: string | undefined;
|
|
6056
|
+
company_industries?: string[] | undefined;
|
|
6057
|
+
company_type?: string | undefined;
|
|
6058
|
+
company_headcount_latest?: number | undefined;
|
|
6059
|
+
company_website?: string | undefined;
|
|
6060
|
+
company_linkedin_profile_url?: string | undefined;
|
|
6061
|
+
}[];
|
|
6062
|
+
all_employers: {
|
|
6063
|
+
name: string;
|
|
6064
|
+
title: string;
|
|
6065
|
+
linkedin_id?: string | number | undefined;
|
|
6066
|
+
company_id?: number | undefined;
|
|
6067
|
+
company_linkedin_id?: string | number | undefined;
|
|
6068
|
+
company_website_domain?: string | undefined;
|
|
6069
|
+
position_id?: number | undefined;
|
|
6070
|
+
description?: string | undefined;
|
|
6071
|
+
location?: string | undefined;
|
|
6072
|
+
start_date?: string | undefined;
|
|
6073
|
+
end_date?: string | undefined;
|
|
6074
|
+
employer_is_default?: boolean | undefined;
|
|
6075
|
+
seniority_level?: string | undefined;
|
|
6076
|
+
function_category?: string | undefined;
|
|
6077
|
+
years_at_company?: string | undefined;
|
|
6078
|
+
years_at_company_raw?: number | undefined;
|
|
6079
|
+
company_headquarters_country?: string | undefined;
|
|
6080
|
+
company_headcount_range?: string | undefined;
|
|
6081
|
+
company_industries?: string[] | undefined;
|
|
6082
|
+
company_type?: string | undefined;
|
|
6083
|
+
company_headcount_latest?: number | undefined;
|
|
6084
|
+
company_website?: string | undefined;
|
|
6085
|
+
company_linkedin_profile_url?: string | undefined;
|
|
6086
|
+
}[];
|
|
6087
|
+
region?: string | undefined;
|
|
6088
|
+
headline?: string | undefined;
|
|
6089
|
+
summary?: string | undefined;
|
|
6090
|
+
profile_language?: string | undefined;
|
|
6091
|
+
flagship_profile_url?: string | undefined;
|
|
6092
|
+
profile_picture_url?: string | undefined;
|
|
6093
|
+
profile_picture_permalink?: string | undefined;
|
|
6094
|
+
twitter_handle?: string | undefined;
|
|
6095
|
+
};
|
|
6096
|
+
};
|
|
6097
|
+
};
|
|
6098
|
+
readonly crustdata_company_match: {
|
|
6099
|
+
readonly label: "Company match";
|
|
6100
|
+
readonly type: "json";
|
|
6101
|
+
readonly format: "json_object";
|
|
6102
|
+
readonly description: "Crustdata company match object";
|
|
6103
|
+
readonly jsonMeta: {
|
|
6104
|
+
readonly zodSchema: z.ZodObject<{
|
|
6105
|
+
company_id: z.ZodNumber;
|
|
6106
|
+
year_founded: z.ZodNumber;
|
|
6107
|
+
crunchbase_valuation_usd: z.ZodNumber;
|
|
6108
|
+
last_funding_round_investment_usd: z.ZodNumber;
|
|
6109
|
+
estimated_revenue_lower_bound_usd: z.ZodNumber;
|
|
6110
|
+
estimated_revenue_higher_bound_usd: z.ZodNumber;
|
|
6111
|
+
crunchbase_total_investment_usd: z.ZodNumber;
|
|
6112
|
+
crunchbase_valuation_lower_bound_usd: z.ZodNumber;
|
|
6113
|
+
company_name: z.ZodString;
|
|
6114
|
+
hq_country: z.ZodString;
|
|
6115
|
+
hq_street_address_and_city: z.ZodString;
|
|
6116
|
+
largest_headcount_country: z.ZodString;
|
|
6117
|
+
crunchbase_uuid: z.ZodString;
|
|
6118
|
+
linkedin_profile_name: z.ZodString;
|
|
6119
|
+
linkedin_profile_url: z.ZodString;
|
|
6120
|
+
linkedin_id: z.ZodString;
|
|
6121
|
+
linkedin_company_description: z.ZodString;
|
|
6122
|
+
last_funding_round_type: z.ZodString;
|
|
6123
|
+
hq_location: z.ZodString;
|
|
6124
|
+
employee_count_range: z.ZodString;
|
|
6125
|
+
company_type: z.ZodString;
|
|
6126
|
+
company_website: z.ZodString;
|
|
6127
|
+
company_website_domain: z.ZodString;
|
|
6128
|
+
crunchbase_profile_url: z.ZodString;
|
|
6129
|
+
acquisition_status: z.ZodString;
|
|
6130
|
+
fiscal_year_end: z.ZodString;
|
|
6131
|
+
twitter_profile_url: z.ZodOptional<z.ZodString>;
|
|
6132
|
+
twitter_handle: z.ZodOptional<z.ZodString>;
|
|
6133
|
+
crunchbase_valuation_date: z.ZodString;
|
|
6134
|
+
ipo_date: z.ZodString;
|
|
6135
|
+
last_funding_date: z.ZodString;
|
|
6136
|
+
growth_calculation_date: z.ZodString;
|
|
6137
|
+
updated_at: z.ZodString;
|
|
6138
|
+
indexed_at: z.ZodString;
|
|
6139
|
+
linkedin_industries: z.ZodArray<z.ZodString>;
|
|
6140
|
+
linkedin_categories: z.ZodArray<z.ZodString>;
|
|
6141
|
+
office_addresses: z.ZodArray<z.ZodString>;
|
|
6142
|
+
crunchbase_investors: z.ZodArray<z.ZodString>;
|
|
6143
|
+
crunchbase_categories: z.ZodArray<z.ZodString>;
|
|
6144
|
+
competitor_ids: z.ZodArray<z.ZodString>;
|
|
6145
|
+
competitor_websites: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
6146
|
+
stock_symbols: z.ZodArray<z.ZodString>;
|
|
6147
|
+
markets: z.ZodArray<z.ZodString>;
|
|
6148
|
+
tracxn_investors: z.ZodArray<z.ZodString>;
|
|
6149
|
+
employee_metrics: z.ZodObject<{
|
|
6150
|
+
latest_count: z.ZodNumber;
|
|
6151
|
+
growth_1m: z.ZodNumber;
|
|
6152
|
+
growth_3m: z.ZodNumber;
|
|
6153
|
+
growth_6m: z.ZodNumber;
|
|
6154
|
+
growth_12m: z.ZodNumber;
|
|
6155
|
+
growth_1m_percent: z.ZodNumber;
|
|
6156
|
+
growth_3m_percent: z.ZodNumber;
|
|
6157
|
+
growth_6m_percent: z.ZodNumber;
|
|
6158
|
+
growth_12m_percent: z.ZodNumber;
|
|
6159
|
+
}, z.core.$strip>;
|
|
6160
|
+
follower_metrics: z.ZodObject<{
|
|
6161
|
+
latest_count: z.ZodNumber;
|
|
6162
|
+
growth_1m: z.ZodNumber;
|
|
6163
|
+
growth_3m: z.ZodNumber;
|
|
6164
|
+
growth_6m: z.ZodNumber;
|
|
6165
|
+
growth_12m: z.ZodNumber;
|
|
6166
|
+
growth_1m_percent: z.ZodNumber;
|
|
6167
|
+
growth_3m_percent: z.ZodNumber;
|
|
6168
|
+
growth_6m_percent: z.ZodNumber;
|
|
6169
|
+
growth_12m_percent: z.ZodNumber;
|
|
6170
|
+
}, z.core.$strip>;
|
|
6171
|
+
skill_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
6172
|
+
skill_distribution_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
6173
|
+
role_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
6174
|
+
role_distribution_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
6175
|
+
role_growth_6m: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
|
|
6176
|
+
role_growth_yoy: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
|
|
6177
|
+
region_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
6178
|
+
}, z.core.$strip>;
|
|
6179
|
+
readonly exampleValue: {
|
|
6180
|
+
company_id: number;
|
|
6181
|
+
year_founded: number;
|
|
6182
|
+
crunchbase_valuation_usd: number;
|
|
6183
|
+
last_funding_round_investment_usd: number;
|
|
6184
|
+
estimated_revenue_lower_bound_usd: number;
|
|
6185
|
+
estimated_revenue_higher_bound_usd: number;
|
|
6186
|
+
crunchbase_total_investment_usd: number;
|
|
6187
|
+
crunchbase_valuation_lower_bound_usd: number;
|
|
6188
|
+
company_name: string;
|
|
6189
|
+
hq_country: string;
|
|
6190
|
+
hq_street_address_and_city: string;
|
|
6191
|
+
largest_headcount_country: string;
|
|
6192
|
+
crunchbase_uuid: string;
|
|
6193
|
+
linkedin_profile_name: string;
|
|
6194
|
+
linkedin_profile_url: string;
|
|
6195
|
+
linkedin_id: string;
|
|
6196
|
+
linkedin_company_description: string;
|
|
6197
|
+
last_funding_round_type: string;
|
|
6198
|
+
hq_location: string;
|
|
6199
|
+
employee_count_range: string;
|
|
6200
|
+
company_type: string;
|
|
6201
|
+
company_website: string;
|
|
6202
|
+
company_website_domain: string;
|
|
6203
|
+
crunchbase_profile_url: string;
|
|
6204
|
+
acquisition_status: string;
|
|
6205
|
+
fiscal_year_end: string;
|
|
6206
|
+
crunchbase_valuation_date: string;
|
|
6207
|
+
ipo_date: string;
|
|
6208
|
+
last_funding_date: string;
|
|
6209
|
+
growth_calculation_date: string;
|
|
6210
|
+
updated_at: string;
|
|
6211
|
+
indexed_at: string;
|
|
6212
|
+
linkedin_industries: string[];
|
|
6213
|
+
linkedin_categories: string[];
|
|
6214
|
+
office_addresses: string[];
|
|
6215
|
+
crunchbase_investors: string[];
|
|
6216
|
+
crunchbase_categories: string[];
|
|
6217
|
+
competitor_ids: string[];
|
|
6218
|
+
competitor_websites: string[];
|
|
6219
|
+
stock_symbols: string[];
|
|
6220
|
+
markets: string[];
|
|
6221
|
+
tracxn_investors: string[];
|
|
6222
|
+
employee_metrics: {
|
|
6223
|
+
latest_count: number;
|
|
6224
|
+
growth_1m: number;
|
|
6225
|
+
growth_3m: number;
|
|
6226
|
+
growth_6m: number;
|
|
6227
|
+
growth_12m: number;
|
|
6228
|
+
growth_1m_percent: number;
|
|
6229
|
+
growth_3m_percent: number;
|
|
6230
|
+
growth_6m_percent: number;
|
|
6231
|
+
growth_12m_percent: number;
|
|
6232
|
+
};
|
|
6233
|
+
follower_metrics: {
|
|
6234
|
+
latest_count: number;
|
|
6235
|
+
growth_1m: number;
|
|
6236
|
+
growth_3m: number;
|
|
6237
|
+
growth_6m: number;
|
|
6238
|
+
growth_12m: number;
|
|
6239
|
+
growth_1m_percent: number;
|
|
6240
|
+
growth_3m_percent: number;
|
|
6241
|
+
growth_6m_percent: number;
|
|
6242
|
+
growth_12m_percent: number;
|
|
6243
|
+
};
|
|
6244
|
+
skill_distribution: Record<string, number>;
|
|
6245
|
+
skill_distribution_percent: Record<string, number>;
|
|
6246
|
+
role_distribution: Record<string, number>;
|
|
6247
|
+
role_distribution_percent: Record<string, number>;
|
|
6248
|
+
role_growth_6m: Record<string, number | null>;
|
|
6249
|
+
role_growth_yoy: Record<string, number | null>;
|
|
6250
|
+
region_distribution: Record<string, number>;
|
|
6251
|
+
twitter_profile_url?: string | undefined;
|
|
6252
|
+
twitter_handle?: string | undefined;
|
|
6253
|
+
};
|
|
6254
|
+
};
|
|
6255
|
+
};
|
|
6256
|
+
readonly post_list_string: {
|
|
6257
|
+
readonly label: "Post list";
|
|
6258
|
+
readonly type: "json";
|
|
6259
|
+
readonly format: "json_list_string";
|
|
6260
|
+
readonly description: "LinkedIn post list";
|
|
6261
|
+
readonly jsonMeta: {
|
|
6262
|
+
readonly zodSchema: z.ZodArray<z.ZodString>;
|
|
6263
|
+
readonly exampleValue: readonly ["Y Combinator's most popular startups.\nFrom the current S24 batch.\n\nHow do you...", "Y Combinator's most popular startups.\nFrom the current S24 batch.\n\nHow do you..."];
|
|
6264
|
+
};
|
|
6265
|
+
};
|
|
6266
|
+
readonly crustdata_post_list: {
|
|
6267
|
+
readonly label: "Crustdata Post list";
|
|
6268
|
+
readonly type: "json";
|
|
6269
|
+
readonly format: "json_list_string";
|
|
6270
|
+
readonly description: "Rich JSON post list";
|
|
6271
|
+
readonly jsonMeta: {
|
|
6272
|
+
readonly zodSchema: z.ZodArray<z.ZodObject<{
|
|
6273
|
+
backend_urn: z.ZodString;
|
|
6274
|
+
actor_backend_urn: z.ZodNullable<z.ZodString>;
|
|
6275
|
+
share_urn: z.ZodString;
|
|
6276
|
+
share_url: z.ZodString;
|
|
6277
|
+
text: z.ZodString;
|
|
6278
|
+
actor_name: z.ZodString;
|
|
6279
|
+
hyperlinks: z.ZodObject<{
|
|
6280
|
+
company_linkedin_urls: z.ZodArray<z.ZodString>;
|
|
6281
|
+
person_linkedin_urls: z.ZodArray<z.ZodString>;
|
|
6282
|
+
other_urls: z.ZodArray<z.ZodString>;
|
|
6283
|
+
}, z.core.$strip>;
|
|
6284
|
+
date_posted: z.ZodString;
|
|
6285
|
+
total_reactions: z.ZodNumber;
|
|
6286
|
+
total_comments: z.ZodNumber;
|
|
6287
|
+
reactions_by_type: z.ZodObject<{
|
|
6288
|
+
LIKE: z.ZodOptional<z.ZodNumber>;
|
|
6289
|
+
EMPATHY: z.ZodOptional<z.ZodNumber>;
|
|
6290
|
+
PRAISE: z.ZodOptional<z.ZodNumber>;
|
|
6291
|
+
INTEREST: z.ZodOptional<z.ZodNumber>;
|
|
6292
|
+
}, z.core.$strip>;
|
|
6293
|
+
num_shares: z.ZodNumber;
|
|
6294
|
+
is_repost_without_thoughts: z.ZodBoolean;
|
|
6295
|
+
reactors: z.ZodArray<z.ZodUnknown>;
|
|
6296
|
+
}, z.core.$strip>>;
|
|
6297
|
+
readonly exampleValue: {
|
|
6298
|
+
backend_urn: string;
|
|
6299
|
+
actor_backend_urn: string | null;
|
|
6300
|
+
share_urn: string;
|
|
6301
|
+
share_url: string;
|
|
6302
|
+
text: string;
|
|
6303
|
+
actor_name: string;
|
|
6304
|
+
hyperlinks: {
|
|
6305
|
+
company_linkedin_urls: string[];
|
|
6306
|
+
person_linkedin_urls: string[];
|
|
6307
|
+
other_urls: string[];
|
|
6308
|
+
};
|
|
6309
|
+
date_posted: string;
|
|
6310
|
+
total_reactions: number;
|
|
6311
|
+
total_comments: number;
|
|
6312
|
+
reactions_by_type: {
|
|
6313
|
+
LIKE?: number | undefined;
|
|
6314
|
+
EMPATHY?: number | undefined;
|
|
6315
|
+
PRAISE?: number | undefined;
|
|
6316
|
+
INTEREST?: number | undefined;
|
|
6317
|
+
};
|
|
6318
|
+
num_shares: number;
|
|
6319
|
+
is_repost_without_thoughts: boolean;
|
|
6320
|
+
reactors: unknown[];
|
|
6321
|
+
}[];
|
|
6322
|
+
};
|
|
6323
|
+
};
|
|
5390
6324
|
readonly role_finder_match: {
|
|
5391
6325
|
readonly label: "Role finder match";
|
|
5392
6326
|
readonly type: "json";
|