@pipe0/ops 0.0.8 → 0.0.9

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 (39) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/fields/field-catalog.d.ts +561 -0
  3. package/dist/fields/json-meta/fields/crustdata-companyenrich-match.d.ts +139 -0
  4. package/dist/index.js +1244 -704
  5. package/dist/pipes/catalog/entries/company-identity-2.d.ts +3 -3
  6. package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +3 -3
  7. package/dist/pipes/catalog/entries/company-match-crustdata-1.d.ts +208 -0
  8. package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +3 -3
  9. package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +3 -3
  10. package/dist/pipes/catalog/entries/company-overview-2.d.ts +6 -6
  11. package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +6 -6
  12. package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +3 -3
  13. package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +3 -3
  14. package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +6 -6
  15. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +6 -6
  16. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +6 -6
  17. package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +3 -3
  18. package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +6 -6
  19. package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +3 -3
  20. package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +3 -3
  21. package/dist/pipes/catalog/entries/people-name-join-1.d.ts +6 -6
  22. package/dist/pipes/catalog/entries/people-name-split-1.d.ts +3 -3
  23. package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +6 -6
  24. package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +6 -6
  25. package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +6 -6
  26. package/dist/pipes/catalog/entries/people-posts-crustdata-1.d.ts +3 -3
  27. package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +3 -3
  28. package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +3 -3
  29. package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +6 -6
  30. package/dist/pipes/catalog/pipe.d.ts +276 -3
  31. package/dist/pipes/catalog/pipes-catalog.d.ts +498 -182
  32. package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
  33. package/dist/pipes/catalog/utils/index.d.ts +15 -15
  34. package/dist/pipes/utils/pipes-utils.d.ts +12 -12
  35. package/dist/pipes/utils/schemas-primitives.d.ts +14 -1
  36. package/dist/pipes/utils/sheet-schemas-primitives.d.ts +190 -0
  37. package/dist/searches/catalog/searches-catalog.d.ts +3 -0
  38. package/dist/utils/schemas.d.ts +3 -2
  39. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @pipe0/ops
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 27042ae: Add new company enrich pipe
8
+ - Updated dependencies [27042ae]
9
+ - @pipe0/client@0.0.12
10
+
3
11
  ## 0.0.8
4
12
 
5
13
  ### Patch Changes
@@ -2746,6 +2746,286 @@ export declare const fieldCatalog: {
2746
2746
  };
2747
2747
  };
2748
2748
  };
2749
+ readonly crustdata_companyenrich_match: {
2750
+ readonly label: "Company enrichment match";
2751
+ readonly type: "json";
2752
+ readonly format: "json_object";
2753
+ readonly description: "Crustdata company enrichment match.";
2754
+ readonly jsonMeta: {
2755
+ readonly zodSchema: z.ZodObject<{
2756
+ company_id: z.ZodNumber;
2757
+ company_name: z.ZodString;
2758
+ linkedin_profile_name: z.ZodString;
2759
+ linkedin_profile_url: z.ZodString;
2760
+ crunchbase_profile_url: z.ZodString;
2761
+ crunchbase_profile_uuid: z.ZodString;
2762
+ linkedin_id: z.ZodString;
2763
+ linkedin_logo_url: z.ZodString;
2764
+ linkedin_logo_permalink: z.ZodString;
2765
+ company_twitter_url: z.ZodString;
2766
+ company_website_domain: z.ZodString;
2767
+ domains: z.ZodArray<z.ZodString>;
2768
+ hq_country: z.ZodString;
2769
+ hq_state: z.ZodString;
2770
+ headquarters: z.ZodString;
2771
+ largest_headcount_country: z.ZodString;
2772
+ hq_street_address: z.ZodString;
2773
+ company_website: z.ZodString;
2774
+ year_founded: z.ZodString;
2775
+ fiscal_year_end: z.ZodString;
2776
+ employee_count_range: z.ZodString;
2777
+ company_type: z.ZodString;
2778
+ linkedin_company_description: z.ZodString;
2779
+ acquisition_status: z.ZodString;
2780
+ ipo_date: z.ZodNullable<z.ZodString>;
2781
+ markets: z.ZodArray<z.ZodString>;
2782
+ stock_symbols: z.ZodArray<z.ZodString>;
2783
+ all_office_addresses: z.ZodArray<z.ZodString>;
2784
+ estimated_revenue_lower_bound_usd: z.ZodNumber;
2785
+ estimated_revenue_higher_bound_usd: z.ZodNumber;
2786
+ taxonomy: z.ZodObject<{
2787
+ linkedin_specialities: z.ZodArray<z.ZodString>;
2788
+ linkedin_industry: z.ZodString;
2789
+ linkedin_industries: z.ZodArray<z.ZodString>;
2790
+ crunchbase_categories: z.ZodArray<z.ZodString>;
2791
+ primary_naics_detail: z.ZodObject<{
2792
+ naics_code: z.ZodString;
2793
+ year: z.ZodNumber;
2794
+ sector: z.ZodString;
2795
+ sub_sector: z.ZodString;
2796
+ industry_group: z.ZodString;
2797
+ industry: z.ZodString;
2798
+ }, z.core.$strip>;
2799
+ sic_detail_list: z.ZodArray<z.ZodObject<{
2800
+ sic_code: z.ZodString;
2801
+ year: z.ZodNumber;
2802
+ industry: z.ZodString;
2803
+ }, z.core.$strip>>;
2804
+ }, z.core.$strip>;
2805
+ headcount: z.ZodObject<{
2806
+ linkedin_headcount: z.ZodNumber;
2807
+ linkedin_headcount_total_growth_percent: z.ZodObject<{
2808
+ mom: z.ZodNumber;
2809
+ qoq: z.ZodNumber;
2810
+ six_months: z.ZodNumber;
2811
+ yoy: z.ZodNumber;
2812
+ two_years: z.ZodNumber;
2813
+ }, z.core.$strip>;
2814
+ linkedin_headcount_total_growth_absolute: z.ZodObject<{
2815
+ mom: z.ZodNumber;
2816
+ qoq: z.ZodNumber;
2817
+ six_months: z.ZodNumber;
2818
+ yoy: z.ZodNumber;
2819
+ two_years: z.ZodNumber;
2820
+ }, z.core.$strip>;
2821
+ linkedin_headcount_by_role_absolute: z.ZodRecord<z.ZodString, z.ZodNumber>;
2822
+ linkedin_headcount_by_role_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
2823
+ linkedin_headcount_by_role_six_months_growth_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
2824
+ linkedin_headcount_by_role_yoy_growth_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
2825
+ linkedin_headcount_by_region_absolute: z.ZodRecord<z.ZodString, z.ZodNumber>;
2826
+ linkedin_headcount_by_region_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
2827
+ linkedin_headcount_by_skill_absolute: z.ZodRecord<z.ZodString, z.ZodNumber>;
2828
+ linkedin_headcount_by_skill_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
2829
+ }, z.core.$strip>;
2830
+ web_traffic: z.ZodObject<{
2831
+ monthly_visitors: z.ZodNumber;
2832
+ monthly_visitor_mom_pct: z.ZodNumber;
2833
+ monthly_visitor_qoq_pct: z.ZodNumber;
2834
+ traffic_source_social_pct: z.ZodNumber;
2835
+ traffic_source_search_pct: z.ZodNumber;
2836
+ traffic_source_direct_pct: z.ZodNumber;
2837
+ traffic_source_paid_referral_pct: z.ZodNumber;
2838
+ traffic_source_referral_pct: z.ZodNumber;
2839
+ }, z.core.$strip>;
2840
+ glassdoor: z.ZodObject<{
2841
+ glassdoor_overall_rating: z.ZodNullable<z.ZodNumber>;
2842
+ glassdoor_ceo_approval_pct: z.ZodNullable<z.ZodNumber>;
2843
+ glassdoor_business_outlook_pct: z.ZodNullable<z.ZodNumber>;
2844
+ glassdoor_review_count: z.ZodNullable<z.ZodNumber>;
2845
+ glassdoor_senior_management_rating: z.ZodNullable<z.ZodNumber>;
2846
+ glassdoor_compensation_rating: z.ZodNullable<z.ZodNumber>;
2847
+ glassdoor_career_opportunities_rating: z.ZodNullable<z.ZodNumber>;
2848
+ glassdoor_culture_rating: z.ZodNullable<z.ZodNumber>;
2849
+ glassdoor_diversity_rating: z.ZodNullable<z.ZodNumber>;
2850
+ glassdoor_work_life_balance_rating: z.ZodNullable<z.ZodNumber>;
2851
+ glassdoor_recommend_to_friend_pct: z.ZodNullable<z.ZodNumber>;
2852
+ glassdoor_ceo_approval_growth_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
2853
+ glassdoor_review_count_growth_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
2854
+ }, z.core.$strip>;
2855
+ g2: z.ZodObject<{
2856
+ g2_review_count: z.ZodNumber;
2857
+ g2_average_rating: z.ZodNumber;
2858
+ g2_review_count_mom_pct: z.ZodNullable<z.ZodNumber>;
2859
+ g2_review_count_qoq_pct: z.ZodNullable<z.ZodNumber>;
2860
+ g2_review_count_yoy_pct: z.ZodNullable<z.ZodNumber>;
2861
+ }, z.core.$strip>;
2862
+ linkedin_followers: z.ZodObject<{
2863
+ linkedin_followers: z.ZodNumber;
2864
+ linkedin_followers_mom_percent: z.ZodNumber;
2865
+ linkedin_followers_qoq_percent: z.ZodNumber;
2866
+ linkedin_followers_six_months_growth_percent: z.ZodNumber;
2867
+ linkedin_followers_yoy_percent: z.ZodNumber;
2868
+ }, z.core.$strip>;
2869
+ funding_and_investment: z.ZodObject<{
2870
+ crunchbase_total_investment_usd: z.ZodNumber;
2871
+ days_since_last_fundraise: z.ZodNumber;
2872
+ last_funding_round_type: z.ZodString;
2873
+ crunchbase_investors: z.ZodArray<z.ZodString>;
2874
+ last_funding_round_investment_usd: z.ZodNumber;
2875
+ acquired_by: z.ZodArray<z.ZodString>;
2876
+ }, z.core.$strip>;
2877
+ job_openings: z.ZodObject<{
2878
+ recent_job_openings_title: z.ZodString;
2879
+ job_openings_count: z.ZodNumber;
2880
+ job_openings_count_growth_percent: z.ZodObject<{
2881
+ mom: z.ZodNumber;
2882
+ qoq: z.ZodNumber;
2883
+ yoy: z.ZodNumber;
2884
+ }, z.core.$strip>;
2885
+ job_openings_by_function_qoq_pct: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
2886
+ job_openings_by_function_six_months_growth_pct: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
2887
+ }, z.core.$strip>;
2888
+ is_full_domain_match: z.ZodBoolean;
2889
+ query_identifier: z.ZodString;
2890
+ }, z.core.$strip>;
2891
+ readonly exampleValue: {
2892
+ company_id: number;
2893
+ company_name: string;
2894
+ linkedin_profile_name: string;
2895
+ linkedin_profile_url: string;
2896
+ crunchbase_profile_url: string;
2897
+ crunchbase_profile_uuid: string;
2898
+ linkedin_id: string;
2899
+ linkedin_logo_url: string;
2900
+ linkedin_logo_permalink: string;
2901
+ company_twitter_url: string;
2902
+ company_website_domain: string;
2903
+ domains: string[];
2904
+ hq_country: string;
2905
+ hq_state: string;
2906
+ headquarters: string;
2907
+ largest_headcount_country: string;
2908
+ hq_street_address: string;
2909
+ company_website: string;
2910
+ year_founded: string;
2911
+ fiscal_year_end: string;
2912
+ employee_count_range: string;
2913
+ company_type: string;
2914
+ linkedin_company_description: string;
2915
+ acquisition_status: string;
2916
+ ipo_date: string | null;
2917
+ markets: string[];
2918
+ stock_symbols: string[];
2919
+ all_office_addresses: string[];
2920
+ estimated_revenue_lower_bound_usd: number;
2921
+ estimated_revenue_higher_bound_usd: number;
2922
+ taxonomy: {
2923
+ linkedin_specialities: string[];
2924
+ linkedin_industry: string;
2925
+ linkedin_industries: string[];
2926
+ crunchbase_categories: string[];
2927
+ primary_naics_detail: {
2928
+ naics_code: string;
2929
+ year: number;
2930
+ sector: string;
2931
+ sub_sector: string;
2932
+ industry_group: string;
2933
+ industry: string;
2934
+ };
2935
+ sic_detail_list: {
2936
+ sic_code: string;
2937
+ year: number;
2938
+ industry: string;
2939
+ }[];
2940
+ };
2941
+ headcount: {
2942
+ linkedin_headcount: number;
2943
+ linkedin_headcount_total_growth_percent: {
2944
+ mom: number;
2945
+ qoq: number;
2946
+ six_months: number;
2947
+ yoy: number;
2948
+ two_years: number;
2949
+ };
2950
+ linkedin_headcount_total_growth_absolute: {
2951
+ mom: number;
2952
+ qoq: number;
2953
+ six_months: number;
2954
+ yoy: number;
2955
+ two_years: number;
2956
+ };
2957
+ linkedin_headcount_by_role_absolute: Record<string, number>;
2958
+ linkedin_headcount_by_role_percent: Record<string, number>;
2959
+ linkedin_headcount_by_role_six_months_growth_percent: Record<string, number>;
2960
+ linkedin_headcount_by_role_yoy_growth_percent: Record<string, number>;
2961
+ linkedin_headcount_by_region_absolute: Record<string, number>;
2962
+ linkedin_headcount_by_region_percent: Record<string, number>;
2963
+ linkedin_headcount_by_skill_absolute: Record<string, number>;
2964
+ linkedin_headcount_by_skill_percent: Record<string, number>;
2965
+ };
2966
+ web_traffic: {
2967
+ monthly_visitors: number;
2968
+ monthly_visitor_mom_pct: number;
2969
+ monthly_visitor_qoq_pct: number;
2970
+ traffic_source_social_pct: number;
2971
+ traffic_source_search_pct: number;
2972
+ traffic_source_direct_pct: number;
2973
+ traffic_source_paid_referral_pct: number;
2974
+ traffic_source_referral_pct: number;
2975
+ };
2976
+ glassdoor: {
2977
+ glassdoor_overall_rating: number | null;
2978
+ glassdoor_ceo_approval_pct: number | null;
2979
+ glassdoor_business_outlook_pct: number | null;
2980
+ glassdoor_review_count: number | null;
2981
+ glassdoor_senior_management_rating: number | null;
2982
+ glassdoor_compensation_rating: number | null;
2983
+ glassdoor_career_opportunities_rating: number | null;
2984
+ glassdoor_culture_rating: number | null;
2985
+ glassdoor_diversity_rating: number | null;
2986
+ glassdoor_work_life_balance_rating: number | null;
2987
+ glassdoor_recommend_to_friend_pct: number | null;
2988
+ glassdoor_ceo_approval_growth_percent: Record<string, number>;
2989
+ glassdoor_review_count_growth_percent: Record<string, number>;
2990
+ };
2991
+ g2: {
2992
+ g2_review_count: number;
2993
+ g2_average_rating: number;
2994
+ g2_review_count_mom_pct: number | null;
2995
+ g2_review_count_qoq_pct: number | null;
2996
+ g2_review_count_yoy_pct: number | null;
2997
+ };
2998
+ linkedin_followers: {
2999
+ linkedin_followers: number;
3000
+ linkedin_followers_mom_percent: number;
3001
+ linkedin_followers_qoq_percent: number;
3002
+ linkedin_followers_six_months_growth_percent: number;
3003
+ linkedin_followers_yoy_percent: number;
3004
+ };
3005
+ funding_and_investment: {
3006
+ crunchbase_total_investment_usd: number;
3007
+ days_since_last_fundraise: number;
3008
+ last_funding_round_type: string;
3009
+ crunchbase_investors: string[];
3010
+ last_funding_round_investment_usd: number;
3011
+ acquired_by: string[];
3012
+ };
3013
+ job_openings: {
3014
+ recent_job_openings_title: string;
3015
+ job_openings_count: number;
3016
+ job_openings_count_growth_percent: {
3017
+ mom: number;
3018
+ qoq: number;
3019
+ yoy: number;
3020
+ };
3021
+ job_openings_by_function_qoq_pct: Record<string, number | null>;
3022
+ job_openings_by_function_six_months_growth_pct: Record<string, number | null>;
3023
+ };
3024
+ is_full_domain_match: boolean;
3025
+ query_identifier: string;
3026
+ };
3027
+ };
3028
+ };
2749
3029
  readonly post_list_string: {
2750
3030
  readonly label: "Post list";
2751
3031
  readonly type: "json";
@@ -3516,6 +3796,7 @@ export declare const fieldBehaviorCatalog: {
3516
3796
  mobile_number: {};
3517
3797
  professional_profile: {};
3518
3798
  professional_profile_url: {};
3799
+ crustdata_companyenrich_match: {};
3519
3800
  template_output: {};
3520
3801
  zerobounce_validation_match: {};
3521
3802
  zerobounce_validation_status: {
@@ -6268,6 +6549,286 @@ export declare function getField<T extends FieldName>(fieldName: T): {
6268
6549
  };
6269
6550
  };
6270
6551
  };
6552
+ readonly crustdata_companyenrich_match: {
6553
+ readonly label: "Company enrichment match";
6554
+ readonly type: "json";
6555
+ readonly format: "json_object";
6556
+ readonly description: "Crustdata company enrichment match.";
6557
+ readonly jsonMeta: {
6558
+ readonly zodSchema: z.ZodObject<{
6559
+ company_id: z.ZodNumber;
6560
+ company_name: z.ZodString;
6561
+ linkedin_profile_name: z.ZodString;
6562
+ linkedin_profile_url: z.ZodString;
6563
+ crunchbase_profile_url: z.ZodString;
6564
+ crunchbase_profile_uuid: z.ZodString;
6565
+ linkedin_id: z.ZodString;
6566
+ linkedin_logo_url: z.ZodString;
6567
+ linkedin_logo_permalink: z.ZodString;
6568
+ company_twitter_url: z.ZodString;
6569
+ company_website_domain: z.ZodString;
6570
+ domains: z.ZodArray<z.ZodString>;
6571
+ hq_country: z.ZodString;
6572
+ hq_state: z.ZodString;
6573
+ headquarters: z.ZodString;
6574
+ largest_headcount_country: z.ZodString;
6575
+ hq_street_address: z.ZodString;
6576
+ company_website: z.ZodString;
6577
+ year_founded: z.ZodString;
6578
+ fiscal_year_end: z.ZodString;
6579
+ employee_count_range: z.ZodString;
6580
+ company_type: z.ZodString;
6581
+ linkedin_company_description: z.ZodString;
6582
+ acquisition_status: z.ZodString;
6583
+ ipo_date: z.ZodNullable<z.ZodString>;
6584
+ markets: z.ZodArray<z.ZodString>;
6585
+ stock_symbols: z.ZodArray<z.ZodString>;
6586
+ all_office_addresses: z.ZodArray<z.ZodString>;
6587
+ estimated_revenue_lower_bound_usd: z.ZodNumber;
6588
+ estimated_revenue_higher_bound_usd: z.ZodNumber;
6589
+ taxonomy: z.ZodObject<{
6590
+ linkedin_specialities: z.ZodArray<z.ZodString>;
6591
+ linkedin_industry: z.ZodString;
6592
+ linkedin_industries: z.ZodArray<z.ZodString>;
6593
+ crunchbase_categories: z.ZodArray<z.ZodString>;
6594
+ primary_naics_detail: z.ZodObject<{
6595
+ naics_code: z.ZodString;
6596
+ year: z.ZodNumber;
6597
+ sector: z.ZodString;
6598
+ sub_sector: z.ZodString;
6599
+ industry_group: z.ZodString;
6600
+ industry: z.ZodString;
6601
+ }, z.core.$strip>;
6602
+ sic_detail_list: z.ZodArray<z.ZodObject<{
6603
+ sic_code: z.ZodString;
6604
+ year: z.ZodNumber;
6605
+ industry: z.ZodString;
6606
+ }, z.core.$strip>>;
6607
+ }, z.core.$strip>;
6608
+ headcount: z.ZodObject<{
6609
+ linkedin_headcount: z.ZodNumber;
6610
+ linkedin_headcount_total_growth_percent: z.ZodObject<{
6611
+ mom: z.ZodNumber;
6612
+ qoq: z.ZodNumber;
6613
+ six_months: z.ZodNumber;
6614
+ yoy: z.ZodNumber;
6615
+ two_years: z.ZodNumber;
6616
+ }, z.core.$strip>;
6617
+ linkedin_headcount_total_growth_absolute: z.ZodObject<{
6618
+ mom: z.ZodNumber;
6619
+ qoq: z.ZodNumber;
6620
+ six_months: z.ZodNumber;
6621
+ yoy: z.ZodNumber;
6622
+ two_years: z.ZodNumber;
6623
+ }, z.core.$strip>;
6624
+ linkedin_headcount_by_role_absolute: z.ZodRecord<z.ZodString, z.ZodNumber>;
6625
+ linkedin_headcount_by_role_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
6626
+ linkedin_headcount_by_role_six_months_growth_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
6627
+ linkedin_headcount_by_role_yoy_growth_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
6628
+ linkedin_headcount_by_region_absolute: z.ZodRecord<z.ZodString, z.ZodNumber>;
6629
+ linkedin_headcount_by_region_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
6630
+ linkedin_headcount_by_skill_absolute: z.ZodRecord<z.ZodString, z.ZodNumber>;
6631
+ linkedin_headcount_by_skill_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
6632
+ }, z.core.$strip>;
6633
+ web_traffic: z.ZodObject<{
6634
+ monthly_visitors: z.ZodNumber;
6635
+ monthly_visitor_mom_pct: z.ZodNumber;
6636
+ monthly_visitor_qoq_pct: z.ZodNumber;
6637
+ traffic_source_social_pct: z.ZodNumber;
6638
+ traffic_source_search_pct: z.ZodNumber;
6639
+ traffic_source_direct_pct: z.ZodNumber;
6640
+ traffic_source_paid_referral_pct: z.ZodNumber;
6641
+ traffic_source_referral_pct: z.ZodNumber;
6642
+ }, z.core.$strip>;
6643
+ glassdoor: z.ZodObject<{
6644
+ glassdoor_overall_rating: z.ZodNullable<z.ZodNumber>;
6645
+ glassdoor_ceo_approval_pct: z.ZodNullable<z.ZodNumber>;
6646
+ glassdoor_business_outlook_pct: z.ZodNullable<z.ZodNumber>;
6647
+ glassdoor_review_count: z.ZodNullable<z.ZodNumber>;
6648
+ glassdoor_senior_management_rating: z.ZodNullable<z.ZodNumber>;
6649
+ glassdoor_compensation_rating: z.ZodNullable<z.ZodNumber>;
6650
+ glassdoor_career_opportunities_rating: z.ZodNullable<z.ZodNumber>;
6651
+ glassdoor_culture_rating: z.ZodNullable<z.ZodNumber>;
6652
+ glassdoor_diversity_rating: z.ZodNullable<z.ZodNumber>;
6653
+ glassdoor_work_life_balance_rating: z.ZodNullable<z.ZodNumber>;
6654
+ glassdoor_recommend_to_friend_pct: z.ZodNullable<z.ZodNumber>;
6655
+ glassdoor_ceo_approval_growth_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
6656
+ glassdoor_review_count_growth_percent: z.ZodRecord<z.ZodString, z.ZodNumber>;
6657
+ }, z.core.$strip>;
6658
+ g2: z.ZodObject<{
6659
+ g2_review_count: z.ZodNumber;
6660
+ g2_average_rating: z.ZodNumber;
6661
+ g2_review_count_mom_pct: z.ZodNullable<z.ZodNumber>;
6662
+ g2_review_count_qoq_pct: z.ZodNullable<z.ZodNumber>;
6663
+ g2_review_count_yoy_pct: z.ZodNullable<z.ZodNumber>;
6664
+ }, z.core.$strip>;
6665
+ linkedin_followers: z.ZodObject<{
6666
+ linkedin_followers: z.ZodNumber;
6667
+ linkedin_followers_mom_percent: z.ZodNumber;
6668
+ linkedin_followers_qoq_percent: z.ZodNumber;
6669
+ linkedin_followers_six_months_growth_percent: z.ZodNumber;
6670
+ linkedin_followers_yoy_percent: z.ZodNumber;
6671
+ }, z.core.$strip>;
6672
+ funding_and_investment: z.ZodObject<{
6673
+ crunchbase_total_investment_usd: z.ZodNumber;
6674
+ days_since_last_fundraise: z.ZodNumber;
6675
+ last_funding_round_type: z.ZodString;
6676
+ crunchbase_investors: z.ZodArray<z.ZodString>;
6677
+ last_funding_round_investment_usd: z.ZodNumber;
6678
+ acquired_by: z.ZodArray<z.ZodString>;
6679
+ }, z.core.$strip>;
6680
+ job_openings: z.ZodObject<{
6681
+ recent_job_openings_title: z.ZodString;
6682
+ job_openings_count: z.ZodNumber;
6683
+ job_openings_count_growth_percent: z.ZodObject<{
6684
+ mom: z.ZodNumber;
6685
+ qoq: z.ZodNumber;
6686
+ yoy: z.ZodNumber;
6687
+ }, z.core.$strip>;
6688
+ job_openings_by_function_qoq_pct: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
6689
+ job_openings_by_function_six_months_growth_pct: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodNumber>>;
6690
+ }, z.core.$strip>;
6691
+ is_full_domain_match: z.ZodBoolean;
6692
+ query_identifier: z.ZodString;
6693
+ }, z.core.$strip>;
6694
+ readonly exampleValue: {
6695
+ company_id: number;
6696
+ company_name: string;
6697
+ linkedin_profile_name: string;
6698
+ linkedin_profile_url: string;
6699
+ crunchbase_profile_url: string;
6700
+ crunchbase_profile_uuid: string;
6701
+ linkedin_id: string;
6702
+ linkedin_logo_url: string;
6703
+ linkedin_logo_permalink: string;
6704
+ company_twitter_url: string;
6705
+ company_website_domain: string;
6706
+ domains: string[];
6707
+ hq_country: string;
6708
+ hq_state: string;
6709
+ headquarters: string;
6710
+ largest_headcount_country: string;
6711
+ hq_street_address: string;
6712
+ company_website: string;
6713
+ year_founded: string;
6714
+ fiscal_year_end: string;
6715
+ employee_count_range: string;
6716
+ company_type: string;
6717
+ linkedin_company_description: string;
6718
+ acquisition_status: string;
6719
+ ipo_date: string | null;
6720
+ markets: string[];
6721
+ stock_symbols: string[];
6722
+ all_office_addresses: string[];
6723
+ estimated_revenue_lower_bound_usd: number;
6724
+ estimated_revenue_higher_bound_usd: number;
6725
+ taxonomy: {
6726
+ linkedin_specialities: string[];
6727
+ linkedin_industry: string;
6728
+ linkedin_industries: string[];
6729
+ crunchbase_categories: string[];
6730
+ primary_naics_detail: {
6731
+ naics_code: string;
6732
+ year: number;
6733
+ sector: string;
6734
+ sub_sector: string;
6735
+ industry_group: string;
6736
+ industry: string;
6737
+ };
6738
+ sic_detail_list: {
6739
+ sic_code: string;
6740
+ year: number;
6741
+ industry: string;
6742
+ }[];
6743
+ };
6744
+ headcount: {
6745
+ linkedin_headcount: number;
6746
+ linkedin_headcount_total_growth_percent: {
6747
+ mom: number;
6748
+ qoq: number;
6749
+ six_months: number;
6750
+ yoy: number;
6751
+ two_years: number;
6752
+ };
6753
+ linkedin_headcount_total_growth_absolute: {
6754
+ mom: number;
6755
+ qoq: number;
6756
+ six_months: number;
6757
+ yoy: number;
6758
+ two_years: number;
6759
+ };
6760
+ linkedin_headcount_by_role_absolute: Record<string, number>;
6761
+ linkedin_headcount_by_role_percent: Record<string, number>;
6762
+ linkedin_headcount_by_role_six_months_growth_percent: Record<string, number>;
6763
+ linkedin_headcount_by_role_yoy_growth_percent: Record<string, number>;
6764
+ linkedin_headcount_by_region_absolute: Record<string, number>;
6765
+ linkedin_headcount_by_region_percent: Record<string, number>;
6766
+ linkedin_headcount_by_skill_absolute: Record<string, number>;
6767
+ linkedin_headcount_by_skill_percent: Record<string, number>;
6768
+ };
6769
+ web_traffic: {
6770
+ monthly_visitors: number;
6771
+ monthly_visitor_mom_pct: number;
6772
+ monthly_visitor_qoq_pct: number;
6773
+ traffic_source_social_pct: number;
6774
+ traffic_source_search_pct: number;
6775
+ traffic_source_direct_pct: number;
6776
+ traffic_source_paid_referral_pct: number;
6777
+ traffic_source_referral_pct: number;
6778
+ };
6779
+ glassdoor: {
6780
+ glassdoor_overall_rating: number | null;
6781
+ glassdoor_ceo_approval_pct: number | null;
6782
+ glassdoor_business_outlook_pct: number | null;
6783
+ glassdoor_review_count: number | null;
6784
+ glassdoor_senior_management_rating: number | null;
6785
+ glassdoor_compensation_rating: number | null;
6786
+ glassdoor_career_opportunities_rating: number | null;
6787
+ glassdoor_culture_rating: number | null;
6788
+ glassdoor_diversity_rating: number | null;
6789
+ glassdoor_work_life_balance_rating: number | null;
6790
+ glassdoor_recommend_to_friend_pct: number | null;
6791
+ glassdoor_ceo_approval_growth_percent: Record<string, number>;
6792
+ glassdoor_review_count_growth_percent: Record<string, number>;
6793
+ };
6794
+ g2: {
6795
+ g2_review_count: number;
6796
+ g2_average_rating: number;
6797
+ g2_review_count_mom_pct: number | null;
6798
+ g2_review_count_qoq_pct: number | null;
6799
+ g2_review_count_yoy_pct: number | null;
6800
+ };
6801
+ linkedin_followers: {
6802
+ linkedin_followers: number;
6803
+ linkedin_followers_mom_percent: number;
6804
+ linkedin_followers_qoq_percent: number;
6805
+ linkedin_followers_six_months_growth_percent: number;
6806
+ linkedin_followers_yoy_percent: number;
6807
+ };
6808
+ funding_and_investment: {
6809
+ crunchbase_total_investment_usd: number;
6810
+ days_since_last_fundraise: number;
6811
+ last_funding_round_type: string;
6812
+ crunchbase_investors: string[];
6813
+ last_funding_round_investment_usd: number;
6814
+ acquired_by: string[];
6815
+ };
6816
+ job_openings: {
6817
+ recent_job_openings_title: string;
6818
+ job_openings_count: number;
6819
+ job_openings_count_growth_percent: {
6820
+ mom: number;
6821
+ qoq: number;
6822
+ yoy: number;
6823
+ };
6824
+ job_openings_by_function_qoq_pct: Record<string, number | null>;
6825
+ job_openings_by_function_six_months_growth_pct: Record<string, number | null>;
6826
+ };
6827
+ is_full_domain_match: boolean;
6828
+ query_identifier: string;
6829
+ };
6830
+ };
6831
+ };
6271
6832
  readonly post_list_string: {
6272
6833
  readonly label: "Post list";
6273
6834
  readonly type: "json";