@pipe0/ops 0.0.4 → 0.0.6

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.
Files changed (79) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +47 -34
  3. package/dist/fields/field-catalog.d.ts +949 -0
  4. package/dist/fields/json-meta/fields/crustdata-company-match.d.ts +79 -0
  5. package/dist/fields/json-meta/fields/crustdata-person-match.d.ts +115 -0
  6. package/dist/fields/json-meta/fields/crustdata-post-list.d.ts +29 -0
  7. package/dist/fields/json-meta/fields/person-reverse-match.d.ts +1 -0
  8. package/dist/fields/types.d.ts +1 -0
  9. package/dist/form-generation/fields.d.ts +92 -40
  10. package/dist/index.d.ts +2 -0
  11. package/dist/index.js +4295 -1524
  12. package/dist/payload-config/country-codes.d.ts +7 -0
  13. package/dist/payload-config/linkedin-standard-industries.d.ts +1 -0
  14. package/dist/pipes/catalog/entries/company-identity-2.d.ts +4 -4
  15. package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +6 -6
  16. package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +5 -5
  17. package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +4 -4
  18. package/dist/pipes/catalog/entries/company-overview-2.d.ts +8 -8
  19. package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +8 -8
  20. package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +4 -4
  21. package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +2 -2
  22. package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +4 -4
  23. package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +8 -8
  24. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +8 -8
  25. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +9 -9
  26. package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +5 -5
  27. package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +8 -8
  28. package/dist/pipes/catalog/entries/email-write-1.d.ts +16 -16
  29. package/dist/pipes/catalog/entries/message-write-1.d.ts +8 -8
  30. package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +4 -4
  31. package/dist/pipes/catalog/entries/people-identity-email-waterfall-1.d.ts +305 -0
  32. package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +4 -4
  33. package/dist/pipes/catalog/entries/people-name-join-1.d.ts +8 -8
  34. package/dist/pipes/catalog/entries/people-name-split-1.d.ts +4 -4
  35. package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +8 -8
  36. package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +27 -11
  37. package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +9 -9
  38. package/dist/pipes/catalog/entries/people-posts-crustdata-1.d.ts +225 -0
  39. package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +5 -5
  40. package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +220 -0
  41. package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +8 -8
  42. package/dist/pipes/catalog/entries/people-workemail-profileurl-waterfall-1.d.ts +295 -0
  43. package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +41 -7
  44. package/dist/pipes/catalog/entries/prompt-run-1.d.ts +8 -8
  45. package/dist/pipes/catalog/entries/sheet-append-1.d.ts +4 -4
  46. package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +4 -4
  47. package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +4 -4
  48. package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +10 -10
  49. package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +2 -2
  50. package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +2 -2
  51. package/dist/pipes/catalog/pipe.d.ts +434 -4
  52. package/dist/pipes/catalog/pipes-catalog.d.ts +2740 -1048
  53. package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
  54. package/dist/pipes/catalog/utils/index.d.ts +34 -34
  55. package/dist/pipes/catalog/utils/partner-logos.d.ts +3 -0
  56. package/dist/pipes/providers/provider-catalog.d.ts +24 -0
  57. package/dist/pipes/providers/provider-utils.d.ts +45 -21
  58. package/dist/pipes/utils/pipes-utils.d.ts +30 -30
  59. package/dist/pipes/utils/schemas-primitives.d.ts +83 -1
  60. package/dist/pipes/utils/sheet-schemas-primitives.d.ts +2078 -1129
  61. package/dist/searches/catalog/entries/companies-profiles-crustdata-1.d.ts +264 -0
  62. package/dist/searches/catalog/entries/companies-profiles-exa-1.d.ts +2 -2
  63. package/dist/searches/catalog/entries/companies-profiles-icypeas-1.d.ts +14 -14
  64. package/dist/searches/catalog/entries/deprecated/people-profiles-clado-1.d.ts +2 -2
  65. package/dist/searches/catalog/entries/people-employees-leadmagic-1.d.ts +2 -2
  66. package/dist/searches/catalog/entries/people-profiles-clado-2.d.ts +4 -4
  67. package/dist/searches/catalog/entries/people-profiles-crustdata-1.d.ts +261 -0
  68. package/dist/searches/catalog/entries/people-profiles-exa-1.d.ts +2 -2
  69. package/dist/searches/catalog/entries/people-profiles-icypeas-1.d.ts +2 -2
  70. package/dist/searches/catalog/entries/utils/crustdata-options-helpers.d.ts +13 -0
  71. package/dist/searches/catalog/searches-catalog.d.ts +1226 -264
  72. package/dist/searches/index.d.ts +270 -16
  73. package/dist/searches/schemas.d.ts +3 -1
  74. package/dist/utils/connection-id.d.ts +1 -1
  75. package/dist/utils/get-domain.d.ts +1 -0
  76. package/dist/utils/icons.d.ts +1 -1
  77. package/dist/utils/schemas.d.ts +9 -2
  78. package/package.json +3 -2
  79. package/dist/payload-config/provider-info.d.ts +0 -1
@@ -2349,6 +2349,471 @@ 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_profile_match_score: {
2585
+ readonly label: "Match score";
2586
+ readonly type: "number";
2587
+ readonly format: "decimal";
2588
+ readonly description: "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address.";
2589
+ readonly jsonMeta: null;
2590
+ };
2591
+ readonly crustdata_company_match: {
2592
+ readonly label: "Company match";
2593
+ readonly type: "json";
2594
+ readonly format: "json_object";
2595
+ readonly description: "Crustdata company match object";
2596
+ readonly jsonMeta: {
2597
+ readonly zodSchema: z.ZodObject<{
2598
+ company_id: z.ZodNumber;
2599
+ year_founded: z.ZodNumber;
2600
+ crunchbase_valuation_usd: z.ZodNumber;
2601
+ last_funding_round_investment_usd: z.ZodNumber;
2602
+ estimated_revenue_lower_bound_usd: z.ZodNumber;
2603
+ estimated_revenue_higher_bound_usd: z.ZodNumber;
2604
+ crunchbase_total_investment_usd: z.ZodNumber;
2605
+ crunchbase_valuation_lower_bound_usd: z.ZodNumber;
2606
+ company_name: z.ZodString;
2607
+ hq_country: z.ZodString;
2608
+ hq_street_address_and_city: z.ZodString;
2609
+ largest_headcount_country: z.ZodString;
2610
+ crunchbase_uuid: z.ZodString;
2611
+ linkedin_profile_name: z.ZodString;
2612
+ linkedin_profile_url: z.ZodString;
2613
+ linkedin_id: z.ZodString;
2614
+ linkedin_company_description: z.ZodString;
2615
+ last_funding_round_type: z.ZodString;
2616
+ hq_location: z.ZodString;
2617
+ employee_count_range: z.ZodString;
2618
+ company_type: z.ZodString;
2619
+ company_website: z.ZodString;
2620
+ company_website_domain: z.ZodString;
2621
+ crunchbase_profile_url: z.ZodString;
2622
+ acquisition_status: z.ZodString;
2623
+ fiscal_year_end: z.ZodString;
2624
+ twitter_profile_url: z.ZodOptional<z.ZodString>;
2625
+ twitter_handle: z.ZodOptional<z.ZodString>;
2626
+ crunchbase_valuation_date: z.ZodString;
2627
+ ipo_date: z.ZodString;
2628
+ last_funding_date: z.ZodString;
2629
+ growth_calculation_date: z.ZodString;
2630
+ updated_at: z.ZodString;
2631
+ indexed_at: z.ZodString;
2632
+ linkedin_industries: z.ZodArray<z.ZodString>;
2633
+ linkedin_categories: z.ZodArray<z.ZodString>;
2634
+ office_addresses: z.ZodArray<z.ZodString>;
2635
+ crunchbase_investors: z.ZodArray<z.ZodString>;
2636
+ crunchbase_categories: z.ZodArray<z.ZodString>;
2637
+ competitor_ids: z.ZodArray<z.ZodString>;
2638
+ competitor_websites: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodString]>>;
2639
+ stock_symbols: z.ZodArray<z.ZodString>;
2640
+ markets: z.ZodArray<z.ZodString>;
2641
+ tracxn_investors: z.ZodArray<z.ZodString>;
2642
+ employee_metrics: z.ZodObject<{
2643
+ latest_count: z.ZodNumber;
2644
+ growth_1m: z.ZodNumber;
2645
+ growth_3m: z.ZodNumber;
2646
+ growth_6m: z.ZodNumber;
2647
+ growth_12m: z.ZodNumber;
2648
+ growth_1m_percent: z.ZodNumber;
2649
+ growth_3m_percent: z.ZodNumber;
2650
+ growth_6m_percent: z.ZodNumber;
2651
+ growth_12m_percent: z.ZodNumber;
2652
+ }, z.core.$strip>;
2653
+ follower_metrics: z.ZodObject<{
2654
+ latest_count: z.ZodNumber;
2655
+ growth_1m: z.ZodNumber;
2656
+ growth_3m: z.ZodNumber;
2657
+ growth_6m: z.ZodNumber;
2658
+ growth_12m: z.ZodNumber;
2659
+ growth_1m_percent: z.ZodNumber;
2660
+ growth_3m_percent: z.ZodNumber;
2661
+ growth_6m_percent: z.ZodNumber;
2662
+ growth_12m_percent: z.ZodNumber;
2663
+ }, z.core.$strip>;
2664
+ skill_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
2665
+ skill_distribution_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
2666
+ role_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
2667
+ role_distribution_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
2668
+ role_growth_6m: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
2669
+ role_growth_yoy: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
2670
+ region_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
2671
+ }, z.core.$strip>;
2672
+ readonly exampleValue: {
2673
+ company_id: number;
2674
+ year_founded: number;
2675
+ crunchbase_valuation_usd: number;
2676
+ last_funding_round_investment_usd: number;
2677
+ estimated_revenue_lower_bound_usd: number;
2678
+ estimated_revenue_higher_bound_usd: number;
2679
+ crunchbase_total_investment_usd: number;
2680
+ crunchbase_valuation_lower_bound_usd: number;
2681
+ company_name: string;
2682
+ hq_country: string;
2683
+ hq_street_address_and_city: string;
2684
+ largest_headcount_country: string;
2685
+ crunchbase_uuid: string;
2686
+ linkedin_profile_name: string;
2687
+ linkedin_profile_url: string;
2688
+ linkedin_id: string;
2689
+ linkedin_company_description: string;
2690
+ last_funding_round_type: string;
2691
+ hq_location: string;
2692
+ employee_count_range: string;
2693
+ company_type: string;
2694
+ company_website: string;
2695
+ company_website_domain: string;
2696
+ crunchbase_profile_url: string;
2697
+ acquisition_status: string;
2698
+ fiscal_year_end: string;
2699
+ crunchbase_valuation_date: string;
2700
+ ipo_date: string;
2701
+ last_funding_date: string;
2702
+ growth_calculation_date: string;
2703
+ updated_at: string;
2704
+ indexed_at: string;
2705
+ linkedin_industries: string[];
2706
+ linkedin_categories: string[];
2707
+ office_addresses: string[];
2708
+ crunchbase_investors: string[];
2709
+ crunchbase_categories: string[];
2710
+ competitor_ids: string[];
2711
+ competitor_websites: string[];
2712
+ stock_symbols: string[];
2713
+ markets: string[];
2714
+ tracxn_investors: string[];
2715
+ employee_metrics: {
2716
+ latest_count: number;
2717
+ growth_1m: number;
2718
+ growth_3m: number;
2719
+ growth_6m: number;
2720
+ growth_12m: number;
2721
+ growth_1m_percent: number;
2722
+ growth_3m_percent: number;
2723
+ growth_6m_percent: number;
2724
+ growth_12m_percent: number;
2725
+ };
2726
+ follower_metrics: {
2727
+ latest_count: number;
2728
+ growth_1m: number;
2729
+ growth_3m: number;
2730
+ growth_6m: number;
2731
+ growth_12m: number;
2732
+ growth_1m_percent: number;
2733
+ growth_3m_percent: number;
2734
+ growth_6m_percent: number;
2735
+ growth_12m_percent: number;
2736
+ };
2737
+ skill_distribution: Record<string, number>;
2738
+ skill_distribution_percent: Record<string, number>;
2739
+ role_distribution: Record<string, number>;
2740
+ role_distribution_percent: Record<string, number>;
2741
+ role_growth_6m: Record<string, number | null>;
2742
+ role_growth_yoy: Record<string, number | null>;
2743
+ region_distribution: Record<string, number>;
2744
+ twitter_profile_url?: string | undefined;
2745
+ twitter_handle?: string | undefined;
2746
+ };
2747
+ };
2748
+ };
2749
+ readonly post_list_string: {
2750
+ readonly label: "Post list";
2751
+ readonly type: "json";
2752
+ readonly format: "json_list_string";
2753
+ readonly description: "LinkedIn post list";
2754
+ readonly jsonMeta: {
2755
+ readonly zodSchema: z.ZodArray<z.ZodString>;
2756
+ 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..."];
2757
+ };
2758
+ };
2759
+ readonly crustdata_post_list: {
2760
+ readonly label: "Crustdata Post list";
2761
+ readonly type: "json";
2762
+ readonly format: "json_list_string";
2763
+ readonly description: "Rich JSON post list";
2764
+ readonly jsonMeta: {
2765
+ readonly zodSchema: z.ZodArray<z.ZodObject<{
2766
+ backend_urn: z.ZodString;
2767
+ actor_backend_urn: z.ZodNullable<z.ZodString>;
2768
+ share_urn: z.ZodString;
2769
+ share_url: z.ZodString;
2770
+ text: z.ZodString;
2771
+ actor_name: z.ZodString;
2772
+ hyperlinks: z.ZodObject<{
2773
+ company_linkedin_urls: z.ZodArray<z.ZodString>;
2774
+ person_linkedin_urls: z.ZodArray<z.ZodString>;
2775
+ other_urls: z.ZodArray<z.ZodString>;
2776
+ }, z.core.$strip>;
2777
+ date_posted: z.ZodString;
2778
+ total_reactions: z.ZodNumber;
2779
+ total_comments: z.ZodNumber;
2780
+ reactions_by_type: z.ZodObject<{
2781
+ LIKE: z.ZodOptional<z.ZodNumber>;
2782
+ EMPATHY: z.ZodOptional<z.ZodNumber>;
2783
+ PRAISE: z.ZodOptional<z.ZodNumber>;
2784
+ INTEREST: z.ZodOptional<z.ZodNumber>;
2785
+ }, z.core.$strip>;
2786
+ num_shares: z.ZodNumber;
2787
+ is_repost_without_thoughts: z.ZodBoolean;
2788
+ reactors: z.ZodArray<z.ZodUnknown>;
2789
+ }, z.core.$strip>>;
2790
+ readonly exampleValue: {
2791
+ backend_urn: string;
2792
+ actor_backend_urn: string | null;
2793
+ share_urn: string;
2794
+ share_url: string;
2795
+ text: string;
2796
+ actor_name: string;
2797
+ hyperlinks: {
2798
+ company_linkedin_urls: string[];
2799
+ person_linkedin_urls: string[];
2800
+ other_urls: string[];
2801
+ };
2802
+ date_posted: string;
2803
+ total_reactions: number;
2804
+ total_comments: number;
2805
+ reactions_by_type: {
2806
+ LIKE?: number | undefined;
2807
+ EMPATHY?: number | undefined;
2808
+ PRAISE?: number | undefined;
2809
+ INTEREST?: number | undefined;
2810
+ };
2811
+ num_shares: number;
2812
+ is_repost_without_thoughts: boolean;
2813
+ reactors: unknown[];
2814
+ }[];
2815
+ };
2816
+ };
2352
2817
  readonly role_finder_match: {
2353
2818
  readonly label: "Role finder match";
2354
2819
  readonly type: "json";
@@ -2876,6 +3341,7 @@ export declare const fieldBehaviorCatalog: {
2876
3341
  } | undefined;
2877
3342
  };
2878
3343
  };
3344
+ crustdata_profile_match_score: {};
2879
3345
  is_email_valid: {};
2880
3346
  profile_url: {
2881
3347
  getStaticWidgets(v: string | number | boolean | Record<string, unknown> | unknown[] | null): {
@@ -3008,6 +3474,24 @@ export declare const fieldBehaviorCatalog: {
3008
3474
  };
3009
3475
  };
3010
3476
  };
3477
+ post_list_string: {
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_post_list: {
3486
+ getStaticWidgets(_fieldValue: string | number | boolean | Record<string, unknown> | unknown[] | null): {
3487
+ entity_logo: {
3488
+ entity: string;
3489
+ image_url: string;
3490
+ };
3491
+ };
3492
+ };
3493
+ crustdata_company_match: {};
3494
+ crustdata_person_match: {};
3011
3495
  resend_contact_id: {};
3012
3496
  sheet_record_id: {};
3013
3497
  sheet_record_ids: {};
@@ -5387,6 +5871,471 @@ export declare function getField<T extends FieldName>(fieldName: T): {
5387
5871
  };
5388
5872
  };
5389
5873
  };
5874
+ readonly crustdata_person_match: {
5875
+ readonly label: "Person match";
5876
+ readonly type: "json";
5877
+ readonly format: "json_object";
5878
+ readonly description: "Crustdata company match object";
5879
+ readonly jsonMeta: {
5880
+ readonly zodSchema: z.ZodObject<{
5881
+ person_id: z.ZodNumber;
5882
+ name: z.ZodString;
5883
+ first_name: z.ZodString;
5884
+ last_name: z.ZodString;
5885
+ region: z.ZodOptional<z.ZodString>;
5886
+ headline: z.ZodOptional<z.ZodString>;
5887
+ summary: z.ZodOptional<z.ZodString>;
5888
+ skills: z.ZodArray<z.ZodString>;
5889
+ languages: z.ZodArray<z.ZodString>;
5890
+ emails: z.ZodArray<z.ZodString>;
5891
+ open_to_cards: z.ZodArray<z.ZodString>;
5892
+ profile_language: z.ZodOptional<z.ZodString>;
5893
+ linkedin_profile_url: z.ZodString;
5894
+ flagship_profile_url: z.ZodOptional<z.ZodString>;
5895
+ profile_picture_url: z.ZodOptional<z.ZodString>;
5896
+ profile_picture_permalink: z.ZodOptional<z.ZodString>;
5897
+ twitter_handle: z.ZodOptional<z.ZodString>;
5898
+ num_of_connections: z.ZodNumber;
5899
+ last_updated: z.ZodString;
5900
+ updated_at: z.ZodString;
5901
+ recently_changed_jobs: z.ZodBoolean;
5902
+ years_of_experience: z.ZodString;
5903
+ years_of_experience_raw: z.ZodNumber;
5904
+ education_background: z.ZodArray<z.ZodObject<{
5905
+ degree_name: z.ZodOptional<z.ZodString>;
5906
+ institute_name: z.ZodOptional<z.ZodString>;
5907
+ institute_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5908
+ institute_linkedin_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
5909
+ institute_logo_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
5910
+ field_of_study: z.ZodOptional<z.ZodString>;
5911
+ activities_and_societies: z.ZodOptional<z.ZodString>;
5912
+ start_date: z.ZodOptional<z.ZodString>;
5913
+ end_date: z.ZodOptional<z.ZodString>;
5914
+ }, z.core.$strip>>;
5915
+ honors: z.ZodArray<z.ZodAny>;
5916
+ certifications: z.ZodArray<z.ZodAny>;
5917
+ current_employers: z.ZodArray<z.ZodObject<{
5918
+ name: z.ZodString;
5919
+ linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5920
+ company_id: z.ZodOptional<z.ZodNumber>;
5921
+ company_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5922
+ company_website_domain: z.ZodOptional<z.ZodString>;
5923
+ position_id: z.ZodOptional<z.ZodNumber>;
5924
+ title: z.ZodString;
5925
+ description: z.ZodOptional<z.ZodString>;
5926
+ location: z.ZodOptional<z.ZodString>;
5927
+ start_date: z.ZodOptional<z.ZodString>;
5928
+ employer_is_default: z.ZodOptional<z.ZodBoolean>;
5929
+ seniority_level: z.ZodOptional<z.ZodString>;
5930
+ function_category: z.ZodOptional<z.ZodString>;
5931
+ years_at_company: z.ZodOptional<z.ZodString>;
5932
+ years_at_company_raw: z.ZodOptional<z.ZodNumber>;
5933
+ company_headquarters_country: z.ZodOptional<z.ZodString>;
5934
+ company_headcount_range: z.ZodOptional<z.ZodString>;
5935
+ company_industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
5936
+ company_type: z.ZodOptional<z.ZodString>;
5937
+ company_headcount_latest: z.ZodOptional<z.ZodNumber>;
5938
+ company_website: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
5939
+ company_linkedin_profile_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
5940
+ }, z.core.$strip>>;
5941
+ past_employers: z.ZodArray<z.ZodObject<{
5942
+ name: z.ZodString;
5943
+ linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5944
+ company_id: z.ZodOptional<z.ZodNumber>;
5945
+ company_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5946
+ company_website_domain: z.ZodOptional<z.ZodString>;
5947
+ position_id: z.ZodOptional<z.ZodNumber>;
5948
+ title: z.ZodString;
5949
+ description: z.ZodOptional<z.ZodString>;
5950
+ location: z.ZodOptional<z.ZodString>;
5951
+ start_date: z.ZodOptional<z.ZodString>;
5952
+ end_date: z.ZodOptional<z.ZodString>;
5953
+ employer_is_default: z.ZodOptional<z.ZodBoolean>;
5954
+ seniority_level: z.ZodOptional<z.ZodString>;
5955
+ function_category: z.ZodOptional<z.ZodString>;
5956
+ years_at_company: z.ZodOptional<z.ZodString>;
5957
+ years_at_company_raw: z.ZodOptional<z.ZodNumber>;
5958
+ company_headquarters_country: z.ZodOptional<z.ZodString>;
5959
+ company_headcount_range: z.ZodOptional<z.ZodString>;
5960
+ company_industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
5961
+ company_type: z.ZodOptional<z.ZodString>;
5962
+ company_headcount_latest: z.ZodOptional<z.ZodNumber>;
5963
+ company_website: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
5964
+ company_linkedin_profile_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
5965
+ }, z.core.$strip>>;
5966
+ all_employers: z.ZodArray<z.ZodObject<{
5967
+ name: z.ZodString;
5968
+ linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5969
+ company_id: z.ZodOptional<z.ZodNumber>;
5970
+ company_linkedin_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
5971
+ company_website_domain: z.ZodOptional<z.ZodString>;
5972
+ position_id: z.ZodOptional<z.ZodNumber>;
5973
+ title: z.ZodString;
5974
+ description: z.ZodOptional<z.ZodString>;
5975
+ location: z.ZodOptional<z.ZodString>;
5976
+ start_date: z.ZodOptional<z.ZodString>;
5977
+ end_date: z.ZodOptional<z.ZodString>;
5978
+ employer_is_default: z.ZodOptional<z.ZodBoolean>;
5979
+ seniority_level: z.ZodOptional<z.ZodString>;
5980
+ function_category: z.ZodOptional<z.ZodString>;
5981
+ years_at_company: z.ZodOptional<z.ZodString>;
5982
+ years_at_company_raw: z.ZodOptional<z.ZodNumber>;
5983
+ company_headquarters_country: z.ZodOptional<z.ZodString>;
5984
+ company_headcount_range: z.ZodOptional<z.ZodString>;
5985
+ company_industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
5986
+ company_type: z.ZodOptional<z.ZodString>;
5987
+ company_headcount_latest: z.ZodOptional<z.ZodNumber>;
5988
+ company_website: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
5989
+ company_linkedin_profile_url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
5990
+ }, z.core.$strip>>;
5991
+ }, z.core.$strip>;
5992
+ readonly exampleValue: {
5993
+ person_id: number;
5994
+ name: string;
5995
+ first_name: string;
5996
+ last_name: string;
5997
+ skills: string[];
5998
+ languages: string[];
5999
+ emails: string[];
6000
+ open_to_cards: string[];
6001
+ linkedin_profile_url: string;
6002
+ num_of_connections: number;
6003
+ last_updated: string;
6004
+ updated_at: string;
6005
+ recently_changed_jobs: boolean;
6006
+ years_of_experience: string;
6007
+ years_of_experience_raw: number;
6008
+ education_background: {
6009
+ degree_name?: string | undefined;
6010
+ institute_name?: string | undefined;
6011
+ institute_linkedin_id?: string | number | undefined;
6012
+ institute_linkedin_url?: string | undefined;
6013
+ institute_logo_url?: string | undefined;
6014
+ field_of_study?: string | undefined;
6015
+ activities_and_societies?: string | undefined;
6016
+ start_date?: string | undefined;
6017
+ end_date?: string | undefined;
6018
+ }[];
6019
+ honors: any[];
6020
+ certifications: any[];
6021
+ current_employers: {
6022
+ name: string;
6023
+ title: string;
6024
+ linkedin_id?: string | number | undefined;
6025
+ company_id?: number | undefined;
6026
+ company_linkedin_id?: string | number | undefined;
6027
+ company_website_domain?: string | undefined;
6028
+ position_id?: number | undefined;
6029
+ description?: string | undefined;
6030
+ location?: string | undefined;
6031
+ start_date?: string | undefined;
6032
+ employer_is_default?: boolean | undefined;
6033
+ seniority_level?: string | undefined;
6034
+ function_category?: string | undefined;
6035
+ years_at_company?: string | undefined;
6036
+ years_at_company_raw?: number | undefined;
6037
+ company_headquarters_country?: string | undefined;
6038
+ company_headcount_range?: string | undefined;
6039
+ company_industries?: string[] | undefined;
6040
+ company_type?: string | undefined;
6041
+ company_headcount_latest?: number | undefined;
6042
+ company_website?: string | undefined;
6043
+ company_linkedin_profile_url?: string | undefined;
6044
+ }[];
6045
+ past_employers: {
6046
+ name: string;
6047
+ title: string;
6048
+ linkedin_id?: string | number | undefined;
6049
+ company_id?: number | undefined;
6050
+ company_linkedin_id?: string | number | undefined;
6051
+ company_website_domain?: string | undefined;
6052
+ position_id?: number | undefined;
6053
+ description?: string | undefined;
6054
+ location?: string | undefined;
6055
+ start_date?: string | undefined;
6056
+ end_date?: string | undefined;
6057
+ employer_is_default?: boolean | undefined;
6058
+ seniority_level?: string | undefined;
6059
+ function_category?: string | undefined;
6060
+ years_at_company?: string | undefined;
6061
+ years_at_company_raw?: number | undefined;
6062
+ company_headquarters_country?: string | undefined;
6063
+ company_headcount_range?: string | undefined;
6064
+ company_industries?: string[] | undefined;
6065
+ company_type?: string | undefined;
6066
+ company_headcount_latest?: number | undefined;
6067
+ company_website?: string | undefined;
6068
+ company_linkedin_profile_url?: string | undefined;
6069
+ }[];
6070
+ all_employers: {
6071
+ name: string;
6072
+ title: string;
6073
+ linkedin_id?: string | number | undefined;
6074
+ company_id?: number | undefined;
6075
+ company_linkedin_id?: string | number | undefined;
6076
+ company_website_domain?: string | undefined;
6077
+ position_id?: number | undefined;
6078
+ description?: string | undefined;
6079
+ location?: string | undefined;
6080
+ start_date?: string | undefined;
6081
+ end_date?: string | undefined;
6082
+ employer_is_default?: boolean | undefined;
6083
+ seniority_level?: string | undefined;
6084
+ function_category?: string | undefined;
6085
+ years_at_company?: string | undefined;
6086
+ years_at_company_raw?: number | undefined;
6087
+ company_headquarters_country?: string | undefined;
6088
+ company_headcount_range?: string | undefined;
6089
+ company_industries?: string[] | undefined;
6090
+ company_type?: string | undefined;
6091
+ company_headcount_latest?: number | undefined;
6092
+ company_website?: string | undefined;
6093
+ company_linkedin_profile_url?: string | undefined;
6094
+ }[];
6095
+ region?: string | undefined;
6096
+ headline?: string | undefined;
6097
+ summary?: string | undefined;
6098
+ profile_language?: string | undefined;
6099
+ flagship_profile_url?: string | undefined;
6100
+ profile_picture_url?: string | undefined;
6101
+ profile_picture_permalink?: string | undefined;
6102
+ twitter_handle?: string | undefined;
6103
+ };
6104
+ };
6105
+ };
6106
+ readonly crustdata_profile_match_score: {
6107
+ readonly label: "Match score";
6108
+ readonly type: "number";
6109
+ readonly format: "decimal";
6110
+ readonly description: "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address.";
6111
+ readonly jsonMeta: null;
6112
+ };
6113
+ readonly crustdata_company_match: {
6114
+ readonly label: "Company match";
6115
+ readonly type: "json";
6116
+ readonly format: "json_object";
6117
+ readonly description: "Crustdata company match object";
6118
+ readonly jsonMeta: {
6119
+ readonly zodSchema: z.ZodObject<{
6120
+ company_id: z.ZodNumber;
6121
+ year_founded: z.ZodNumber;
6122
+ crunchbase_valuation_usd: z.ZodNumber;
6123
+ last_funding_round_investment_usd: z.ZodNumber;
6124
+ estimated_revenue_lower_bound_usd: z.ZodNumber;
6125
+ estimated_revenue_higher_bound_usd: z.ZodNumber;
6126
+ crunchbase_total_investment_usd: z.ZodNumber;
6127
+ crunchbase_valuation_lower_bound_usd: z.ZodNumber;
6128
+ company_name: z.ZodString;
6129
+ hq_country: z.ZodString;
6130
+ hq_street_address_and_city: z.ZodString;
6131
+ largest_headcount_country: z.ZodString;
6132
+ crunchbase_uuid: z.ZodString;
6133
+ linkedin_profile_name: z.ZodString;
6134
+ linkedin_profile_url: z.ZodString;
6135
+ linkedin_id: z.ZodString;
6136
+ linkedin_company_description: z.ZodString;
6137
+ last_funding_round_type: z.ZodString;
6138
+ hq_location: z.ZodString;
6139
+ employee_count_range: z.ZodString;
6140
+ company_type: z.ZodString;
6141
+ company_website: z.ZodString;
6142
+ company_website_domain: z.ZodString;
6143
+ crunchbase_profile_url: z.ZodString;
6144
+ acquisition_status: z.ZodString;
6145
+ fiscal_year_end: z.ZodString;
6146
+ twitter_profile_url: z.ZodOptional<z.ZodString>;
6147
+ twitter_handle: z.ZodOptional<z.ZodString>;
6148
+ crunchbase_valuation_date: z.ZodString;
6149
+ ipo_date: z.ZodString;
6150
+ last_funding_date: z.ZodString;
6151
+ growth_calculation_date: z.ZodString;
6152
+ updated_at: z.ZodString;
6153
+ indexed_at: z.ZodString;
6154
+ linkedin_industries: z.ZodArray<z.ZodString>;
6155
+ linkedin_categories: z.ZodArray<z.ZodString>;
6156
+ office_addresses: z.ZodArray<z.ZodString>;
6157
+ crunchbase_investors: z.ZodArray<z.ZodString>;
6158
+ crunchbase_categories: z.ZodArray<z.ZodString>;
6159
+ competitor_ids: z.ZodArray<z.ZodString>;
6160
+ competitor_websites: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodString]>>;
6161
+ stock_symbols: z.ZodArray<z.ZodString>;
6162
+ markets: z.ZodArray<z.ZodString>;
6163
+ tracxn_investors: z.ZodArray<z.ZodString>;
6164
+ employee_metrics: z.ZodObject<{
6165
+ latest_count: z.ZodNumber;
6166
+ growth_1m: z.ZodNumber;
6167
+ growth_3m: z.ZodNumber;
6168
+ growth_6m: z.ZodNumber;
6169
+ growth_12m: z.ZodNumber;
6170
+ growth_1m_percent: z.ZodNumber;
6171
+ growth_3m_percent: z.ZodNumber;
6172
+ growth_6m_percent: z.ZodNumber;
6173
+ growth_12m_percent: z.ZodNumber;
6174
+ }, z.core.$strip>;
6175
+ follower_metrics: z.ZodObject<{
6176
+ latest_count: z.ZodNumber;
6177
+ growth_1m: z.ZodNumber;
6178
+ growth_3m: z.ZodNumber;
6179
+ growth_6m: z.ZodNumber;
6180
+ growth_12m: z.ZodNumber;
6181
+ growth_1m_percent: z.ZodNumber;
6182
+ growth_3m_percent: z.ZodNumber;
6183
+ growth_6m_percent: z.ZodNumber;
6184
+ growth_12m_percent: z.ZodNumber;
6185
+ }, z.core.$strip>;
6186
+ skill_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
6187
+ skill_distribution_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
6188
+ role_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
6189
+ role_distribution_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
6190
+ role_growth_6m: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
6191
+ role_growth_yoy: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
6192
+ region_distribution: z.ZodRecord<z.ZodString, z.ZodNumber>;
6193
+ }, z.core.$strip>;
6194
+ readonly exampleValue: {
6195
+ company_id: number;
6196
+ year_founded: number;
6197
+ crunchbase_valuation_usd: number;
6198
+ last_funding_round_investment_usd: number;
6199
+ estimated_revenue_lower_bound_usd: number;
6200
+ estimated_revenue_higher_bound_usd: number;
6201
+ crunchbase_total_investment_usd: number;
6202
+ crunchbase_valuation_lower_bound_usd: number;
6203
+ company_name: string;
6204
+ hq_country: string;
6205
+ hq_street_address_and_city: string;
6206
+ largest_headcount_country: string;
6207
+ crunchbase_uuid: string;
6208
+ linkedin_profile_name: string;
6209
+ linkedin_profile_url: string;
6210
+ linkedin_id: string;
6211
+ linkedin_company_description: string;
6212
+ last_funding_round_type: string;
6213
+ hq_location: string;
6214
+ employee_count_range: string;
6215
+ company_type: string;
6216
+ company_website: string;
6217
+ company_website_domain: string;
6218
+ crunchbase_profile_url: string;
6219
+ acquisition_status: string;
6220
+ fiscal_year_end: string;
6221
+ crunchbase_valuation_date: string;
6222
+ ipo_date: string;
6223
+ last_funding_date: string;
6224
+ growth_calculation_date: string;
6225
+ updated_at: string;
6226
+ indexed_at: string;
6227
+ linkedin_industries: string[];
6228
+ linkedin_categories: string[];
6229
+ office_addresses: string[];
6230
+ crunchbase_investors: string[];
6231
+ crunchbase_categories: string[];
6232
+ competitor_ids: string[];
6233
+ competitor_websites: string[];
6234
+ stock_symbols: string[];
6235
+ markets: string[];
6236
+ tracxn_investors: string[];
6237
+ employee_metrics: {
6238
+ latest_count: number;
6239
+ growth_1m: number;
6240
+ growth_3m: number;
6241
+ growth_6m: number;
6242
+ growth_12m: number;
6243
+ growth_1m_percent: number;
6244
+ growth_3m_percent: number;
6245
+ growth_6m_percent: number;
6246
+ growth_12m_percent: number;
6247
+ };
6248
+ follower_metrics: {
6249
+ latest_count: number;
6250
+ growth_1m: number;
6251
+ growth_3m: number;
6252
+ growth_6m: number;
6253
+ growth_12m: number;
6254
+ growth_1m_percent: number;
6255
+ growth_3m_percent: number;
6256
+ growth_6m_percent: number;
6257
+ growth_12m_percent: number;
6258
+ };
6259
+ skill_distribution: Record<string, number>;
6260
+ skill_distribution_percent: Record<string, number>;
6261
+ role_distribution: Record<string, number>;
6262
+ role_distribution_percent: Record<string, number>;
6263
+ role_growth_6m: Record<string, number | null>;
6264
+ role_growth_yoy: Record<string, number | null>;
6265
+ region_distribution: Record<string, number>;
6266
+ twitter_profile_url?: string | undefined;
6267
+ twitter_handle?: string | undefined;
6268
+ };
6269
+ };
6270
+ };
6271
+ readonly post_list_string: {
6272
+ readonly label: "Post list";
6273
+ readonly type: "json";
6274
+ readonly format: "json_list_string";
6275
+ readonly description: "LinkedIn post list";
6276
+ readonly jsonMeta: {
6277
+ readonly zodSchema: z.ZodArray<z.ZodString>;
6278
+ 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..."];
6279
+ };
6280
+ };
6281
+ readonly crustdata_post_list: {
6282
+ readonly label: "Crustdata Post list";
6283
+ readonly type: "json";
6284
+ readonly format: "json_list_string";
6285
+ readonly description: "Rich JSON post list";
6286
+ readonly jsonMeta: {
6287
+ readonly zodSchema: z.ZodArray<z.ZodObject<{
6288
+ backend_urn: z.ZodString;
6289
+ actor_backend_urn: z.ZodNullable<z.ZodString>;
6290
+ share_urn: z.ZodString;
6291
+ share_url: z.ZodString;
6292
+ text: z.ZodString;
6293
+ actor_name: z.ZodString;
6294
+ hyperlinks: z.ZodObject<{
6295
+ company_linkedin_urls: z.ZodArray<z.ZodString>;
6296
+ person_linkedin_urls: z.ZodArray<z.ZodString>;
6297
+ other_urls: z.ZodArray<z.ZodString>;
6298
+ }, z.core.$strip>;
6299
+ date_posted: z.ZodString;
6300
+ total_reactions: z.ZodNumber;
6301
+ total_comments: z.ZodNumber;
6302
+ reactions_by_type: z.ZodObject<{
6303
+ LIKE: z.ZodOptional<z.ZodNumber>;
6304
+ EMPATHY: z.ZodOptional<z.ZodNumber>;
6305
+ PRAISE: z.ZodOptional<z.ZodNumber>;
6306
+ INTEREST: z.ZodOptional<z.ZodNumber>;
6307
+ }, z.core.$strip>;
6308
+ num_shares: z.ZodNumber;
6309
+ is_repost_without_thoughts: z.ZodBoolean;
6310
+ reactors: z.ZodArray<z.ZodUnknown>;
6311
+ }, z.core.$strip>>;
6312
+ readonly exampleValue: {
6313
+ backend_urn: string;
6314
+ actor_backend_urn: string | null;
6315
+ share_urn: string;
6316
+ share_url: string;
6317
+ text: string;
6318
+ actor_name: string;
6319
+ hyperlinks: {
6320
+ company_linkedin_urls: string[];
6321
+ person_linkedin_urls: string[];
6322
+ other_urls: string[];
6323
+ };
6324
+ date_posted: string;
6325
+ total_reactions: number;
6326
+ total_comments: number;
6327
+ reactions_by_type: {
6328
+ LIKE?: number | undefined;
6329
+ EMPATHY?: number | undefined;
6330
+ PRAISE?: number | undefined;
6331
+ INTEREST?: number | undefined;
6332
+ };
6333
+ num_shares: number;
6334
+ is_repost_without_thoughts: boolean;
6335
+ reactors: unknown[];
6336
+ }[];
6337
+ };
6338
+ };
5390
6339
  readonly role_finder_match: {
5391
6340
  readonly label: "Role finder match";
5392
6341
  readonly type: "json";