@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/dist/index.js CHANGED
@@ -12783,7 +12783,142 @@ function getLinkedInDisplayValue(a) {
12783
12783
  return "";
12784
12784
  }
12785
12785
  }
12786
- const fieldCatalog = {
12786
+ const CrustdataCompanyEnrichmentMatchSchema = object({
12787
+ company_id: number$1(),
12788
+ company_name: string$1(),
12789
+ linkedin_profile_name: string$1(),
12790
+ linkedin_profile_url: string$1().url(),
12791
+ crunchbase_profile_url: string$1().url(),
12792
+ crunchbase_profile_uuid: string$1(),
12793
+ linkedin_id: string$1(),
12794
+ linkedin_logo_url: string$1().url(),
12795
+ linkedin_logo_permalink: string$1().url(),
12796
+ company_twitter_url: string$1().url(),
12797
+ company_website_domain: string$1(),
12798
+ domains: array(string$1()),
12799
+ hq_country: string$1(),
12800
+ hq_state: string$1(),
12801
+ headquarters: string$1(),
12802
+ largest_headcount_country: string$1(),
12803
+ hq_street_address: string$1(),
12804
+ company_website: string$1().url(),
12805
+ year_founded: string$1(),
12806
+ fiscal_year_end: string$1(),
12807
+ employee_count_range: string$1(),
12808
+ company_type: string$1(),
12809
+ linkedin_company_description: string$1(),
12810
+ acquisition_status: string$1(),
12811
+ ipo_date: string$1().nullable(),
12812
+ markets: array(string$1()),
12813
+ stock_symbols: array(string$1()),
12814
+ all_office_addresses: array(string$1()),
12815
+ estimated_revenue_lower_bound_usd: number$1(),
12816
+ estimated_revenue_higher_bound_usd: number$1(),
12817
+ taxonomy: object({
12818
+ linkedin_specialities: array(string$1()),
12819
+ linkedin_industry: string$1(),
12820
+ linkedin_industries: array(string$1()),
12821
+ crunchbase_categories: array(string$1()),
12822
+ primary_naics_detail: object({
12823
+ naics_code: string$1(),
12824
+ year: number$1(),
12825
+ sector: string$1(),
12826
+ sub_sector: string$1(),
12827
+ industry_group: string$1(),
12828
+ industry: string$1()
12829
+ }),
12830
+ sic_detail_list: array(object({
12831
+ sic_code: string$1(),
12832
+ year: number$1(),
12833
+ industry: string$1()
12834
+ }))
12835
+ }),
12836
+ headcount: object({
12837
+ linkedin_headcount: number$1(),
12838
+ linkedin_headcount_total_growth_percent: object({
12839
+ mom: number$1(),
12840
+ qoq: number$1(),
12841
+ six_months: number$1(),
12842
+ yoy: number$1(),
12843
+ two_years: number$1()
12844
+ }),
12845
+ linkedin_headcount_total_growth_absolute: object({
12846
+ mom: number$1(),
12847
+ qoq: number$1(),
12848
+ six_months: number$1(),
12849
+ yoy: number$1(),
12850
+ two_years: number$1()
12851
+ }),
12852
+ linkedin_headcount_by_role_absolute: record(string$1(), number$1()),
12853
+ linkedin_headcount_by_role_percent: record(string$1(), number$1()),
12854
+ linkedin_headcount_by_role_six_months_growth_percent: record(string$1(), number$1()),
12855
+ linkedin_headcount_by_role_yoy_growth_percent: record(string$1(), number$1()),
12856
+ linkedin_headcount_by_region_absolute: record(string$1(), number$1()),
12857
+ linkedin_headcount_by_region_percent: record(string$1(), number$1()),
12858
+ linkedin_headcount_by_skill_absolute: record(string$1(), number$1()),
12859
+ linkedin_headcount_by_skill_percent: record(string$1(), number$1())
12860
+ }),
12861
+ web_traffic: object({
12862
+ monthly_visitors: number$1(),
12863
+ monthly_visitor_mom_pct: number$1(),
12864
+ monthly_visitor_qoq_pct: number$1(),
12865
+ traffic_source_social_pct: number$1(),
12866
+ traffic_source_search_pct: number$1(),
12867
+ traffic_source_direct_pct: number$1(),
12868
+ traffic_source_paid_referral_pct: number$1(),
12869
+ traffic_source_referral_pct: number$1()
12870
+ }),
12871
+ glassdoor: object({
12872
+ glassdoor_overall_rating: number$1().nullable(),
12873
+ glassdoor_ceo_approval_pct: number$1().nullable(),
12874
+ glassdoor_business_outlook_pct: number$1().nullable(),
12875
+ glassdoor_review_count: number$1().nullable(),
12876
+ glassdoor_senior_management_rating: number$1().nullable(),
12877
+ glassdoor_compensation_rating: number$1().nullable(),
12878
+ glassdoor_career_opportunities_rating: number$1().nullable(),
12879
+ glassdoor_culture_rating: number$1().nullable(),
12880
+ glassdoor_diversity_rating: number$1().nullable(),
12881
+ glassdoor_work_life_balance_rating: number$1().nullable(),
12882
+ glassdoor_recommend_to_friend_pct: number$1().nullable(),
12883
+ glassdoor_ceo_approval_growth_percent: record(string$1(), number$1()),
12884
+ glassdoor_review_count_growth_percent: record(string$1(), number$1())
12885
+ }),
12886
+ g2: object({
12887
+ g2_review_count: number$1(),
12888
+ g2_average_rating: number$1(),
12889
+ g2_review_count_mom_pct: number$1().nullable(),
12890
+ g2_review_count_qoq_pct: number$1().nullable(),
12891
+ g2_review_count_yoy_pct: number$1().nullable()
12892
+ }),
12893
+ linkedin_followers: object({
12894
+ linkedin_followers: number$1(),
12895
+ linkedin_followers_mom_percent: number$1(),
12896
+ linkedin_followers_qoq_percent: number$1(),
12897
+ linkedin_followers_six_months_growth_percent: number$1(),
12898
+ linkedin_followers_yoy_percent: number$1()
12899
+ }),
12900
+ funding_and_investment: object({
12901
+ crunchbase_total_investment_usd: number$1(),
12902
+ days_since_last_fundraise: number$1(),
12903
+ last_funding_round_type: string$1(),
12904
+ crunchbase_investors: array(string$1()),
12905
+ last_funding_round_investment_usd: number$1(),
12906
+ acquired_by: array(string$1())
12907
+ }),
12908
+ job_openings: object({
12909
+ recent_job_openings_title: string$1(),
12910
+ job_openings_count: number$1(),
12911
+ job_openings_count_growth_percent: object({
12912
+ mom: number$1(),
12913
+ qoq: number$1(),
12914
+ yoy: number$1()
12915
+ }),
12916
+ job_openings_by_function_qoq_pct: record(string$1(), number$1().nullable()),
12917
+ job_openings_by_function_six_months_growth_pct: record(string$1(), number$1().nullable())
12918
+ }),
12919
+ is_full_domain_match: boolean$1(),
12920
+ query_identifier: string$1()
12921
+ }), fieldCatalog = {
12787
12922
  company_description: {
12788
12923
  label: "Company description",
12789
12924
  type: "string",
@@ -13444,6 +13579,331 @@ const fieldCatalog = {
13444
13579
  exampleValue: crustdataCompanyMatchExampleValue
13445
13580
  }
13446
13581
  },
13582
+ crustdata_companyenrich_match: {
13583
+ label: "Company enrichment match",
13584
+ type: "json",
13585
+ format: "json_object",
13586
+ description: "Crustdata company enrichment match.",
13587
+ jsonMeta: {
13588
+ zodSchema: CrustdataCompanyEnrichmentMatchSchema,
13589
+ exampleValue: {
13590
+ company_id: 2110301,
13591
+ company_name: "Microsoft",
13592
+ linkedin_profile_name: "Microsoft",
13593
+ linkedin_profile_url: "https://www.linkedin.com/company/microsoft",
13594
+ crunchbase_profile_url: "https://crunchbase.com/organization/tena-care",
13595
+ crunchbase_profile_uuid: "6369418f-b68e-4799-8f2a-df051914b5cc",
13596
+ linkedin_id: "1035",
13597
+ linkedin_logo_url: "https://media.licdn.com/dms/image/v2/D560BAQH32RJQCl3dDQ/company-logo_100_100/B56ZYQ0mrGGoAU-/0/1744038948046/microsoft_logo?e=1765411200&v=beta&t=MBU_ZbA-091nRpqW-2oksj3oPhyUhwJYlV3H52tyg1A",
13598
+ linkedin_logo_permalink: "https://crustdata-media.s3.us-east-2.amazonaws.com/company/9324c3b16231718d7c6eb941352a0d023399e165e909e62565063a93a97dc9bb.jpg",
13599
+ company_twitter_url: "https://twitter.com/MSFTImagine",
13600
+ company_website_domain: "microsoft.com",
13601
+ domains: ["microsoft.com"],
13602
+ hq_country: "",
13603
+ hq_state: "",
13604
+ headquarters: "Redmond, Washington, United States",
13605
+ largest_headcount_country: "USA",
13606
+ hq_street_address: "1 Microsoft Way, Redmond, Redmond, Washington, United States",
13607
+ company_website: "https://news.microsoft.com/",
13608
+ year_founded: "1975-04-04",
13609
+ fiscal_year_end: "",
13610
+ employee_count_range: "10001+",
13611
+ company_type: "Public Company",
13612
+ linkedin_company_description: "Company description",
13613
+ acquisition_status: "",
13614
+ ipo_date: null,
13615
+ markets: ["PRIVATE", "NASDAQ"],
13616
+ stock_symbols: ["MICROSOFT", "MSFT"],
13617
+ all_office_addresses: ["1 Denison Street , North Sydney, NSW, 2060, AU"],
13618
+ estimated_revenue_lower_bound_usd: 1e9,
13619
+ estimated_revenue_higher_bound_usd: 0xe8d4a51000,
13620
+ taxonomy: {
13621
+ linkedin_specialities: ["Business Software"],
13622
+ linkedin_industry: "Software Development",
13623
+ linkedin_industries: ["Software Development"],
13624
+ crunchbase_categories: ["Information Services"],
13625
+ primary_naics_detail: {
13626
+ naics_code: "541512",
13627
+ year: 2022,
13628
+ sector: "Professional, Scientific, and Technical Services",
13629
+ sub_sector: "Professional, Scientific, and Technical Services",
13630
+ industry_group: "Computer Systems Design and Related Services",
13631
+ industry: "Computer Systems Design Services"
13632
+ },
13633
+ sic_detail_list: [{
13634
+ sic_code: "7373",
13635
+ year: 1987,
13636
+ industry: "Computer Integrated Systems Design"
13637
+ }, {
13638
+ sic_code: "7379",
13639
+ year: 1987,
13640
+ industry: "Computer Related Services, Nec"
13641
+ }]
13642
+ },
13643
+ headcount: {
13644
+ linkedin_headcount: 224958,
13645
+ linkedin_headcount_total_growth_percent: {
13646
+ mom: 1.8365693229093576,
13647
+ qoq: .47971270836683283,
13648
+ six_months: -2.859906469010843,
13649
+ yoy: -4.52953983134647,
13650
+ two_years: -2.2334059114199665
13651
+ },
13652
+ linkedin_headcount_total_growth_absolute: {
13653
+ mom: 4057,
13654
+ qoq: 1074,
13655
+ six_months: -6623,
13656
+ yoy: -10673,
13657
+ two_years: -5139
13658
+ },
13659
+ linkedin_headcount_by_role_absolute: {
13660
+ "Business Development": 8175,
13661
+ "Human Resources": 3637,
13662
+ "Media and Communication": 2079,
13663
+ "Program and Project Management": 16740,
13664
+ "Military and Protective Services": 1231,
13665
+ Finance: 2916,
13666
+ Purchasing: 471,
13667
+ Accounting: 853,
13668
+ Legal: 1384,
13669
+ "Quality Assurance": 807,
13670
+ "Community and Social Services": 1358,
13671
+ Operations: 7869,
13672
+ Consulting: 3519,
13673
+ Entrepreneurship: 449,
13674
+ Sales: 17229,
13675
+ Administrative: 4146,
13676
+ Education: 3046,
13677
+ "Healthcare Services": 436,
13678
+ "Customer Success and Support": 4226,
13679
+ Support: 4499,
13680
+ Marketing: 4298,
13681
+ "Arts and Design": 5338,
13682
+ "Product Management": 7932,
13683
+ "Real Estate": 125,
13684
+ "Information Technology": 26338,
13685
+ Engineering: 89640,
13686
+ Research: 3849
13687
+ },
13688
+ linkedin_headcount_by_role_percent: {
13689
+ "Business Development": 3.634011682180674,
13690
+ "Human Resources": 1.6167462370753651,
13691
+ "Media and Communication": .9241725122022778,
13692
+ "Program and Project Management": 7.441389059291067,
13693
+ "Military and Protective Services": .5472132575858605,
13694
+ Finance: 1.296241965166831,
13695
+ Purchasing: .20937241618435443,
13696
+ Accounting: .3791818917309009,
13697
+ Legal: .6152259532890584,
13698
+ "Quality Assurance": .3587336302776518,
13699
+ "Community and Social Services": .6036682402937438,
13700
+ Operations: 3.4979862907742776,
13701
+ Consulting: 1.5642920011735524,
13702
+ Entrepreneurship: .1995928128806266,
13703
+ Sales: 7.6587629690875625,
13704
+ Administrative: 1.843010695329795,
13705
+ Education: 1.3540305301434046,
13706
+ "Healthcare Services": .19381395638296928,
13707
+ "Customer Success and Support": 1.8785728891615325,
13708
+ Support: 1.9999288756123366,
13709
+ Marketing: 1.9105788636100962,
13710
+ "Arts and Design": 2.3728873834226833,
13711
+ "Product Management": 3.525991518416771,
13712
+ "Real Estate": .05556592786208982,
13713
+ "Information Technology": 11.707963264253772,
13714
+ Engineering: 39.84743818846185,
13715
+ Research: 1.7109860507294694
13716
+ },
13717
+ linkedin_headcount_by_role_six_months_growth_percent: {
13718
+ engineering: -5.895684233355021,
13719
+ sales: -6.190787324403789,
13720
+ operations: -7.4340230454714415,
13721
+ human_resource: -20.727986050566695,
13722
+ quality_assurance: -5.28169014084507
13723
+ },
13724
+ linkedin_headcount_by_role_yoy_growth_percent: {
13725
+ engineering: 4.318681702335649,
13726
+ sales: -26.198329406725207,
13727
+ operations: -45.05271978213812,
13728
+ human_resource: -19.339099578620537,
13729
+ quality_assurance: -9.731543624161073
13730
+ },
13731
+ linkedin_headcount_by_region_absolute: {
13732
+ "Telangana, India": 8511,
13733
+ "Greater Bengaluru Area": 8835,
13734
+ "Delhi, India": 2413,
13735
+ "Greater Seattle Area": 55419,
13736
+ "Seattle, WA": 14349,
13737
+ India: 32554,
13738
+ "England, United Kingdom": 5335,
13739
+ "United Kingdom": 7284,
13740
+ "Greater Hyderabad Area": 8423,
13741
+ "Karnataka, India": 9069,
13742
+ "United States": 100867,
13743
+ Hyderabad: 8073,
13744
+ "California, United States": 9876,
13745
+ "Washington, United States": 56252,
13746
+ Bengaluru: 8359,
13747
+ "Redmond, WA": 18872,
13748
+ "Greater Delhi Area": 3526
13749
+ },
13750
+ linkedin_headcount_by_region_percent: {
13751
+ "Telangana, India": 3.783372896273971,
13752
+ "Greater Bengaluru Area": 3.927399781292508,
13753
+ "Delhi, India": 1.0726446714497817,
13754
+ "Greater Seattle Area": 24.635265249513242,
13755
+ "Seattle, WA": 6.378523991145013,
13756
+ India: 14.471145724979776,
13757
+ "England, United Kingdom": 2.3715538011539934,
13758
+ "United Kingdom": 3.2379377483796974,
13759
+ "Greater Hyderabad Area": 3.7442544830590596,
13760
+ "Karnataka, India": 4.031419198250339,
13761
+ "United States": 44.838147565323304,
13762
+ Hyderabad: 3.5886698850452086,
13763
+ "California, United States": 4.390152828527992,
13764
+ "Washington, United States": 25.00555659278621,
13765
+ Bengaluru: 3.7158047279936697,
13766
+ "Redmond, WA": 8.389121524906871,
13767
+ "Greater Delhi Area": 1.5674036931338293
13768
+ },
13769
+ linkedin_headcount_by_skill_absolute: {
13770
+ "Project Management": 51442,
13771
+ JavaScript: 41064,
13772
+ Leadership: 47562,
13773
+ "Software Development": 46660,
13774
+ SQL: 49361,
13775
+ "Microsoft Office": 48392,
13776
+ Strategy: 22476,
13777
+ Management: 44460,
13778
+ "Team Leadership": 27656,
13779
+ Java: 48933,
13780
+ "C++": 45675,
13781
+ "Cloud Computing": 41351,
13782
+ "Artificial Intelligence (AI)": 21809,
13783
+ "Microsoft Azure": 40261,
13784
+ "Business Development": 21806,
13785
+ "C (Programming Language)": 36121,
13786
+ "Python (Programming Language)": 48882
13787
+ },
13788
+ linkedin_headcount_by_skill_percent: {
13789
+ "Project Management": 22.867379688652992,
13790
+ JavaScript: 18.254074093830848,
13791
+ Leadership: 21.142613287813724,
13792
+ "Software Development": 20.741649552360887,
13793
+ SQL: 21.942318121604924,
13794
+ "Microsoft Office": 21.511571048818002,
13795
+ Strategy: 9.991198357026645,
13796
+ Management: 19.763689221988106,
13797
+ "Team Leadership": 12.293850407631647,
13798
+ Java: 21.752060384605127,
13799
+ "C++": 20.303790040807616,
13800
+ "Cloud Computing": 18.38165346420221,
13801
+ "Artificial Intelligence (AI)": 9.694698565954534,
13802
+ "Microsoft Azure": 17.897118573244782,
13803
+ "Business Development": 9.693364983685845,
13804
+ "C (Programming Language)": 16.05677504245237,
13805
+ "Python (Programming Language)": 21.72938948603739
13806
+ }
13807
+ },
13808
+ web_traffic: {
13809
+ monthly_visitors: 1169534892,
13810
+ monthly_visitor_mom_pct: -.76,
13811
+ monthly_visitor_qoq_pct: 1.3,
13812
+ traffic_source_social_pct: .3373025163159866,
13813
+ traffic_source_search_pct: 35.89042683786508,
13814
+ traffic_source_direct_pct: 55.92251604879158,
13815
+ traffic_source_paid_referral_pct: .5430052531009828,
13816
+ traffic_source_referral_pct: 6.914625600875615
13817
+ },
13818
+ glassdoor: {
13819
+ glassdoor_overall_rating: null,
13820
+ glassdoor_ceo_approval_pct: null,
13821
+ glassdoor_business_outlook_pct: null,
13822
+ glassdoor_review_count: null,
13823
+ glassdoor_senior_management_rating: null,
13824
+ glassdoor_compensation_rating: null,
13825
+ glassdoor_career_opportunities_rating: null,
13826
+ glassdoor_culture_rating: null,
13827
+ glassdoor_diversity_rating: null,
13828
+ glassdoor_work_life_balance_rating: null,
13829
+ glassdoor_recommend_to_friend_pct: null,
13830
+ glassdoor_ceo_approval_growth_percent: {},
13831
+ glassdoor_review_count_growth_percent: {}
13832
+ },
13833
+ g2: {
13834
+ g2_review_count: 0,
13835
+ g2_average_rating: 0,
13836
+ g2_review_count_mom_pct: null,
13837
+ g2_review_count_qoq_pct: null,
13838
+ g2_review_count_yoy_pct: null
13839
+ },
13840
+ linkedin_followers: {
13841
+ linkedin_followers: 27009682,
13842
+ linkedin_followers_mom_percent: .9906623853998611,
13843
+ linkedin_followers_qoq_percent: 3.0163158635666516,
13844
+ linkedin_followers_six_months_growth_percent: 5.75827914805515,
13845
+ linkedin_followers_yoy_percent: 12.147060616262205
13846
+ },
13847
+ funding_and_investment: {
13848
+ crunchbase_total_investment_usd: 0,
13849
+ days_since_last_fundraise: 1081,
13850
+ last_funding_round_type: "post_ipo_equity",
13851
+ crunchbase_investors: [
13852
+ "Google for Startups",
13853
+ "MongoDB for Startups",
13854
+ "Microsoft for Startups",
13855
+ "Intel",
13856
+ "Technology Venture Investors",
13857
+ "Nvidia Inception",
13858
+ "KB Securities"
13859
+ ],
13860
+ last_funding_round_investment_usd: 1e6,
13861
+ acquired_by: []
13862
+ },
13863
+ job_openings: {
13864
+ recent_job_openings_title: "Senior Research Data Engineer, AI Engineer",
13865
+ job_openings_count: 1987,
13866
+ job_openings_count_growth_percent: {
13867
+ mom: -.5329102021626704,
13868
+ qoq: -.08136846971798428,
13869
+ yoy: .2410993129294191
13870
+ },
13871
+ job_openings_by_function_qoq_pct: {
13872
+ accounting: null,
13873
+ art_and_design: null,
13874
+ business_development: null,
13875
+ engineering: -.7404351087771943,
13876
+ finance: null,
13877
+ human_resource: null,
13878
+ information_technology: 0,
13879
+ marketing: -.38235294117647056,
13880
+ media_and_communication: null,
13881
+ operations: -.8974358974358975,
13882
+ research: null,
13883
+ sales: -.8734177215189873,
13884
+ product_management: null
13885
+ },
13886
+ job_openings_by_function_six_months_growth_pct: {
13887
+ accounting: null,
13888
+ art_and_design: null,
13889
+ business_development: null,
13890
+ engineering: -.5592356687898089,
13891
+ finance: null,
13892
+ human_resource: null,
13893
+ information_technology: 0,
13894
+ marketing: 1.625,
13895
+ media_and_communication: null,
13896
+ operations: -.7714285714285715,
13897
+ research: null,
13898
+ sales: -.3333333333333333,
13899
+ product_management: null
13900
+ }
13901
+ },
13902
+ is_full_domain_match: !0,
13903
+ query_identifier: "microsoft.com"
13904
+ }
13905
+ }
13906
+ },
13447
13907
  post_list_string: {
13448
13908
  label: "Post list",
13449
13909
  type: "json",
@@ -13696,6 +14156,7 @@ const fieldCatalog = {
13696
14156
  mobile_number: {},
13697
14157
  professional_profile: {},
13698
14158
  professional_profile_url: {},
14159
+ crustdata_companyenrich_match: {},
13699
14160
  template_output: {},
13700
14161
  zerobounce_validation_match: {},
13701
14162
  zerobounce_validation_status: { getStaticWidgets(a) {
@@ -13744,7 +14205,7 @@ function getOutputFieldInfoFromDef(a, s, c) {
13744
14205
  ...f
13745
14206
  };
13746
14207
  }
13747
- const FieldNameSchema = _enum(/* @__PURE__ */ "company_description.cleaned_company_name.company_industry.company_region.location_hint.estimated_revenue.founded_year.technology_list.spending_trend.technology_match_builtwith.number_of_social_followers.email.personal_email.alternate_personal_emails.company_news_summary.work_email.headcount.company_website_url.company_name.first_name.addressee_name.address_line_1.address_line_2.job_title.job_description.profile_headline.address_city.address_country.address_state.zip_code.last_name.is_work_email.companyenrich_match.companyenrich_matches.name.ip_address.skills.avatar_url.estimated_salary.is_email_valid.profile_url.company_profile_url.profile_posts.clado_person_match.clado_person_match_v2.icypeas_person_match.icypeas_company_match.clado_person_profile.resend_email_success.email_body.email_subject.profile.mobile.landline.phone.message.slack_message_success.funding_history.funding_total_usd.template_output.gmail_email_success.zerobounce_validation_status.zerobounce_validation_match.leadmagic_competitor_list.leadmagic_acquisition_history.leadmagic_company_news_list.merge_result.mapped_links.website_markdown.website_html.website_url.urls.website_links.firecrawl_extract_result.exa_match_evaluation.email_validation_status.million_validation_match.scrape_list_response.resend_contact_id.sheet_record_id.sheet_record_ids.input_objects.role_finder_match.logodev_describe_match.logo_url.crustdata_company_match.crustdata_person_match.post_list_string.crustdata_post_list.crustdata_profile_match_score.professional_profile_url.professional_profile.company_social_url.mobile_number".split(".")), ProviderNameSchema = _enum([
14208
+ const FieldNameSchema = _enum(/* @__PURE__ */ "company_description.cleaned_company_name.company_industry.company_region.location_hint.estimated_revenue.founded_year.technology_list.spending_trend.technology_match_builtwith.number_of_social_followers.email.personal_email.alternate_personal_emails.company_news_summary.work_email.headcount.company_website_url.company_name.first_name.addressee_name.address_line_1.address_line_2.job_title.job_description.profile_headline.address_city.address_country.address_state.zip_code.last_name.is_work_email.companyenrich_match.companyenrich_matches.name.ip_address.skills.avatar_url.estimated_salary.is_email_valid.profile_url.company_profile_url.profile_posts.clado_person_match.clado_person_match_v2.icypeas_person_match.icypeas_company_match.clado_person_profile.resend_email_success.email_body.email_subject.profile.mobile.landline.phone.message.slack_message_success.funding_history.funding_total_usd.template_output.gmail_email_success.zerobounce_validation_status.zerobounce_validation_match.leadmagic_competitor_list.leadmagic_acquisition_history.leadmagic_company_news_list.merge_result.mapped_links.website_markdown.website_html.website_url.urls.website_links.firecrawl_extract_result.exa_match_evaluation.email_validation_status.million_validation_match.scrape_list_response.resend_contact_id.sheet_record_id.sheet_record_ids.input_objects.role_finder_match.logodev_describe_match.logo_url.crustdata_company_match.crustdata_companyenrich_match.crustdata_person_match.post_list_string.crustdata_post_list.crustdata_profile_match_score.professional_profile_url.professional_profile.company_social_url.mobile_number".split(".")), ProviderNameSchema = _enum([
13748
14209
  "pipe0",
13749
14210
  "findymail",
13750
14211
  "crustdata",
@@ -13768,7 +14229,7 @@ const FieldNameSchema = _enum(/* @__PURE__ */ "company_description.cleaned_compa
13768
14229
  "openai",
13769
14230
  "companyenrich",
13770
14231
  "logodev"
13771
- ]), PipesEnvironmentSchema = _enum(["production", "sandbox"]), PIPE_IDS = /* @__PURE__ */ "prompt:run@1.company:newssummary:website@1.company:techstack:builtwith@1.company:websiteurl:email@1.company:funding:leadmagic@1.people:workemail:waterfall@1.people:email:iswork@1.people:name:split@1.people:name:join@1.people:validate:email:zerobounce@1.people:email:validate:zerobounce@2.people:mobilenumber:workemail:waterfall@1.company:overview@1.company:overview@2.json:extract@1.email:write@1.message:write@1.email:send:resend@1.email:send:gmail@1.message:send:slack@1.template:fill@1.contact:create:resend@1.people:match:role:waterfall@1.company:identity@2.people:phone:profile:waterfall@1.people:personalemail:profile:waterfall@1.people:profile:waterfall@1.people:profileurl:email:waterfall@1.people:profileurl:name@1.people:email:validate:zerobounce@1.people:email:validate:millionverifier@1.people:phone:workemail:waterfall@1.fields:merge@1.website:scrape:firecrawl@1.website:scrapelist:firecrawl@1.website:extract:firecrawl@1.website:maplinks:firecrawl@1.sheet:append@1.sheet:expandappend@1.company:lookalikes:companyenrich@1.company:match:logodev@1.people:posts:crustdata@1.people:profile:workemail:crustdata@1.people:workemail:profileurl:waterfall@1.people:identity:email:waterfall@1.company:identity@1.people:professionalprofile:waterfall@1.people:professionalprofileurl:name@1.people:professionalprofileurl:email:waterfall@1.people:mobilenumber:professionalprofile:waterfall@1".split("."), PipeIdSchema = _enum(PIPE_IDS), RECORD_FIELD_TYPES = [
14232
+ ]), PipesEnvironmentSchema = _enum(["production", "sandbox"]), PIPE_IDS = /* @__PURE__ */ "prompt:run@1.company:newssummary:website@1.company:techstack:builtwith@1.company:websiteurl:email@1.company:funding:leadmagic@1.people:workemail:waterfall@1.people:email:iswork@1.people:name:split@1.people:name:join@1.people:validate:email:zerobounce@1.people:email:validate:zerobounce@2.people:mobilenumber:workemail:waterfall@1.company:overview@1.company:overview@2.json:extract@1.email:write@1.message:write@1.email:send:resend@1.email:send:gmail@1.message:send:slack@1.template:fill@1.contact:create:resend@1.people:match:role:waterfall@1.company:identity@2.people:phone:profile:waterfall@1.people:personalemail:profile:waterfall@1.people:profile:waterfall@1.people:profileurl:email:waterfall@1.people:profileurl:name@1.people:email:validate:zerobounce@1.people:email:validate:millionverifier@1.people:phone:workemail:waterfall@1.fields:merge@1.website:scrape:firecrawl@1.website:scrapelist:firecrawl@1.website:extract:firecrawl@1.website:maplinks:firecrawl@1.sheet:append@1.sheet:expandappend@1.company:lookalikes:companyenrich@1.company:match:logodev@1.people:posts:crustdata@1.company:match:crustdata@1.people:profile:workemail:crustdata@1.people:workemail:profileurl:waterfall@1.people:identity:email:waterfall@1.company:identity@1.people:professionalprofile:waterfall@1.people:professionalprofileurl:name@1.people:professionalprofileurl:email:waterfall@1.people:mobilenumber:professionalprofile:waterfall@1".split("."), PipeIdSchema = _enum(PIPE_IDS), RECORD_FIELD_TYPES = [
13772
14233
  "string",
13773
14234
  "number",
13774
14235
  "boolean",
@@ -21991,14 +22452,14 @@ function catalogInput(a, s) {
21991
22452
  format: a.format
21992
22453
  };
21993
22454
  }
21994
- var pipeId$49 = "company:funding:leadmagic@1", companyNameInput$3 = getField("company_name"), companyWebsiteUrlInput$2 = getField("company_website_url"), fundingHistoryOutput = getField("funding_history"), fundingTotalOutput = getField("funding_total_usd"), competitorListOutput = getField("leadmagic_competitor_list"), acquitionHistoryOutput = getField("leadmagic_acquisition_history"), companyNewsOutput = getField("leadmagic_company_news_list"), PayloadSchema$58 = object({
21995
- pipe_id: literal(pipeId$49),
22455
+ var pipeId$50 = "company:funding:leadmagic@1", companyNameInput$3 = getField("company_name"), companyWebsiteUrlInput$3 = getField("company_website_url"), fundingHistoryOutput = getField("funding_history"), fundingTotalOutput = getField("funding_total_usd"), competitorListOutput = getField("leadmagic_competitor_list"), acquitionHistoryOutput = getField("leadmagic_acquisition_history"), companyNewsOutput = getField("leadmagic_company_news_list"), PayloadSchema$59 = object({
22456
+ pipe_id: literal(pipeId$50),
21996
22457
  connector: optionalConnectorInput(),
21997
22458
  trigger: pipesTriggerInput(),
21998
22459
  config: object({
21999
22460
  input_fields: inputFields(object({
22000
22461
  [companyNameInput$3.name]: pipesInputField({ fieldName: companyNameInput$3.name }),
22001
- [companyWebsiteUrlInput$2.name]: pipesInputField({ fieldName: companyWebsiteUrlInput$2.name })
22462
+ [companyWebsiteUrlInput$3.name]: pipesInputField({ fieldName: companyWebsiteUrlInput$3.name })
22002
22463
  })),
22003
22464
  output_fields: outputFields(object({
22004
22465
  [fundingHistoryOutput.name]: pipesOutputField({ fieldName: fundingHistoryOutput.name }),
@@ -22008,23 +22469,23 @@ var pipeId$49 = "company:funding:leadmagic@1", companyNameInput$3 = getField("co
22008
22469
  [companyNewsOutput.name]: pipesOutputField({ fieldName: companyNewsOutput.name })
22009
22470
  }))
22010
22471
  }).optional()
22011
- }), getDefaultInputGroups$42 = (a) => [{
22472
+ }), getDefaultInputGroups$43 = (a) => [{
22012
22473
  condition: "atLeastOne",
22013
22474
  fields: {
22014
22475
  [companyNameInput$3.name]: catalogInput(companyNameInput$3, a),
22015
- [companyWebsiteUrlInput$2.name]: catalogInput(companyWebsiteUrlInput$2, a)
22476
+ [companyWebsiteUrlInput$3.name]: catalogInput(companyWebsiteUrlInput$3, a)
22016
22477
  }
22017
- }], BILLABLE_OPERATIONS$49 = { "get-company-funding-leadmagic": {
22478
+ }], BILLABLE_OPERATIONS$50 = { "get-company-funding-leadmagic": {
22018
22479
  provider: "leadmagic",
22019
22480
  allowManagedConnection: !0,
22020
22481
  credits: 2,
22021
22482
  mode: "onSuccess"
22022
22483
  } };
22023
22484
  const CompanyFundingHistoryPipeClass1 = class extends Pipe {
22024
- pipeId = pipeId$49;
22485
+ pipeId = pipeId$50;
22025
22486
  payload;
22026
- payloadSchema = PayloadSchema$58;
22027
- billableOperations = BILLABLE_OPERATIONS$49;
22487
+ payloadSchema = PayloadSchema$59;
22488
+ billableOperations = BILLABLE_OPERATIONS$50;
22028
22489
  constructor(a) {
22029
22490
  super(), this.payload = this.validatePayload(a);
22030
22491
  }
@@ -22035,7 +22496,7 @@ const CompanyFundingHistoryPipeClass1 = class extends Pipe {
22035
22496
  return ["get-company-funding-leadmagic"];
22036
22497
  }
22037
22498
  getInputGroups() {
22038
- return getDefaultInputGroups$42(this.payload.config);
22499
+ return getDefaultInputGroups$43(this.payload.config);
22039
22500
  }
22040
22501
  getRawOutputFields() {
22041
22502
  return {
@@ -22051,9 +22512,9 @@ const CompanyFundingHistoryPipeClass1 = class extends Pipe {
22051
22512
  allowManagedConnection: !0
22052
22513
  }];
22053
22514
  }
22054
- }, CompanyFundingHistory1PayloadSchema1 = PayloadSchema$58, CompanyFundingHistory1Entry1 = {
22055
- pipeId: pipeId$49,
22056
- basePipe: getBasePipeName(pipeId$49),
22515
+ }, CompanyFundingHistory1PayloadSchema1 = PayloadSchema$59, CompanyFundingHistory1Entry1 = {
22516
+ pipeId: pipeId$50,
22517
+ basePipe: getBasePipeName(pipeId$50),
22057
22518
  label: "Funding history",
22058
22519
  executionMode: "single",
22059
22520
  categories: ["company_data"],
@@ -22061,14 +22522,14 @@ const CompanyFundingHistoryPipeClass1 = class extends Pipe {
22061
22522
  description: "Information on funding rounds, acquisition, competitors, and investors.",
22062
22523
  tags: [CATALOG_TAGS.FINANCIAL_DATA],
22063
22524
  docPath: "/resources/pipe-catalog/company:funding:leadmagic/1",
22064
- billableOperations: BILLABLE_OPERATIONS$49,
22525
+ billableOperations: BILLABLE_OPERATIONS$50,
22065
22526
  inputFieldMode: "static",
22066
22527
  outputFieldMode: "static",
22067
22528
  allowedUserConnectionProviders: ["leadmagic"],
22068
22529
  managedProviders: ["leadmagic"],
22069
- defaultInputGroups: getDefaultInputGroups$42(null),
22530
+ defaultInputGroups: getDefaultInputGroups$43(null),
22070
22531
  defaultPayload: {
22071
- pipe_id: pipeId$49,
22532
+ pipe_id: pipeId$50,
22072
22533
  connector: null,
22073
22534
  trigger: null,
22074
22535
  config: {
@@ -22102,8 +22563,8 @@ const CompanyFundingHistoryPipeClass1 = class extends Pipe {
22102
22563
  }
22103
22564
  };
22104
22565
  var companyName$3 = getField("company_name"), companyProfileUrl$4 = getField("company_profile_url"), companyWebsiteUrl$4 = getField("company_website_url"), cleanedCompanyName$1 = getField("cleaned_company_name");
22105
- const pipeId$48 = "company:identity@2", PayloadSchema$57 = object({
22106
- pipe_id: literal(pipeId$48),
22566
+ const pipeId$49 = "company:identity@2", PayloadSchema$58 = object({
22567
+ pipe_id: literal(pipeId$49),
22107
22568
  trigger: pipesTriggerInput(),
22108
22569
  connector: noConnectorInput(),
22109
22570
  config: object({
@@ -22115,20 +22576,20 @@ const pipeId$48 = "company:identity@2", PayloadSchema$57 = object({
22115
22576
  }))
22116
22577
  }).optional()
22117
22578
  });
22118
- var getDefaultInputGroups$41 = (a) => [{
22579
+ var getDefaultInputGroups$42 = (a) => [{
22119
22580
  condition: "all",
22120
22581
  fields: { [companyName$3.name]: catalogInput(companyName$3, a) }
22121
- }], BILLABLE_OPERATIONS$48 = { "pipe0-get-company-identity": {
22582
+ }], BILLABLE_OPERATIONS$49 = { "pipe0-get-company-identity": {
22122
22583
  allowManagedConnection: !0,
22123
22584
  credits: .3,
22124
22585
  mode: "always",
22125
22586
  provider: "pipe0"
22126
22587
  } };
22127
22588
  const CompanyIdentity2PipeClass = class extends Pipe {
22128
- pipeId = pipeId$48;
22589
+ pipeId = pipeId$49;
22129
22590
  payload;
22130
- payloadSchema = PayloadSchema$57;
22131
- billableOperations = BILLABLE_OPERATIONS$48;
22591
+ payloadSchema = PayloadSchema$58;
22592
+ billableOperations = BILLABLE_OPERATIONS$49;
22132
22593
  constructor(a) {
22133
22594
  super(), this.payload = this.validatePayload(a);
22134
22595
  }
@@ -22139,7 +22600,7 @@ const CompanyIdentity2PipeClass = class extends Pipe {
22139
22600
  return ["pipe0-get-company-identity"];
22140
22601
  }
22141
22602
  getInputGroups() {
22142
- return getDefaultInputGroups$41(this.payload.config);
22603
+ return getDefaultInputGroups$42(this.payload.config);
22143
22604
  }
22144
22605
  getRawOutputFields() {
22145
22606
  return {
@@ -22182,11 +22643,11 @@ const CompanyIdentity2PipeClass = class extends Pipe {
22182
22643
  }
22183
22644
  ];
22184
22645
  }
22185
- }, CompanyIdentity2PayloadSchema = PayloadSchema$57, CompanyIdentity2Entry = {
22186
- pipeId: pipeId$48,
22646
+ }, CompanyIdentity2PayloadSchema = PayloadSchema$58, CompanyIdentity2Entry = {
22647
+ pipeId: pipeId$49,
22187
22648
  inputFieldMode: "static",
22188
22649
  outputFieldMode: "static",
22189
- basePipe: getBasePipeName(pipeId$48),
22650
+ basePipe: getBasePipeName(pipeId$49),
22190
22651
  label: "Find company identity",
22191
22652
  executionMode: "mix",
22192
22653
  categories: ["company_data"],
@@ -22194,12 +22655,12 @@ const CompanyIdentity2PipeClass = class extends Pipe {
22194
22655
  description: "Find any company's website URL, LinkedIn profile URL, and cleaned name.",
22195
22656
  tags: [CATALOG_TAGS.WEBSITE, CATALOG_TAGS.LINKEDIN],
22196
22657
  docPath: "/resources/pipe-catalog/company:identity/2",
22197
- billableOperations: BILLABLE_OPERATIONS$48,
22658
+ billableOperations: BILLABLE_OPERATIONS$49,
22198
22659
  allowedUserConnectionProviders: [],
22199
22660
  managedProviders: ["pipe0"],
22200
- defaultInputGroups: getDefaultInputGroups$41(null),
22661
+ defaultInputGroups: getDefaultInputGroups$42(null),
22201
22662
  defaultPayload: {
22202
- pipe_id: pipeId$48,
22663
+ pipe_id: pipeId$49,
22203
22664
  connector: null,
22204
22665
  trigger: null,
22205
22666
  config: {
@@ -22222,8 +22683,8 @@ const CompanyIdentity2PipeClass = class extends Pipe {
22222
22683
  }
22223
22684
  };
22224
22685
  var companyWebsiteInput$2 = getField("company_website_url"), companyEnrichMatchesOutput = getField("companyenrich_matches");
22225
- const pipeId$47 = "company:lookalikes:companyenrich@1", PayloadSchema$56 = object({
22226
- pipe_id: literal(pipeId$47),
22686
+ const pipeId$48 = "company:lookalikes:companyenrich@1", PayloadSchema$57 = object({
22687
+ pipe_id: literal(pipeId$48),
22227
22688
  trigger: pipesTriggerInput(),
22228
22689
  connector: optionalConnectorInput(),
22229
22690
  config: object({
@@ -22241,10 +22702,10 @@ const pipeId$47 = "company:lookalikes:companyenrich@1", PayloadSchema$56 = objec
22241
22702
  output_fields: outputFields(object({ [companyEnrichMatchesOutput.name]: pipesOutputField({ fieldName: companyEnrichMatchesOutput.name }) }))
22242
22703
  }).optional()
22243
22704
  });
22244
- var getDefaultInputGroups$40 = (a) => [{
22705
+ var getDefaultInputGroups$41 = (a) => [{
22245
22706
  condition: "all",
22246
22707
  fields: { [companyWebsiteInput$2.name]: catalogInput(companyWebsiteInput$2, a) }
22247
- }], BILLABLE_OPERATIONS$47 = { companyenrich_lookalike_result: {
22708
+ }], BILLABLE_OPERATIONS$48 = { companyenrich_lookalike_result: {
22248
22709
  allowManagedConnection: !0,
22249
22710
  credits: .2,
22250
22711
  mode: "onSuccess",
@@ -22252,10 +22713,10 @@ var getDefaultInputGroups$40 = (a) => [{
22252
22713
  provider: "companyenrich"
22253
22714
  } };
22254
22715
  const CompanyLookalikesPipeClass1 = class extends Pipe {
22255
- pipeId = pipeId$47;
22716
+ pipeId = pipeId$48;
22256
22717
  payload;
22257
- payloadSchema = PayloadSchema$56;
22258
- billableOperations = BILLABLE_OPERATIONS$47;
22718
+ payloadSchema = PayloadSchema$57;
22719
+ billableOperations = BILLABLE_OPERATIONS$48;
22259
22720
  constructor(a) {
22260
22721
  super(), this.payload = this.validatePayload(a);
22261
22722
  }
@@ -22272,7 +22733,7 @@ const CompanyLookalikesPipeClass1 = class extends Pipe {
22272
22733
  ].fill("companyenrich_lookalike_result");
22273
22734
  }
22274
22735
  getInputGroups() {
22275
- return getDefaultInputGroups$40(this.payload.config);
22736
+ return getDefaultInputGroups$41(this.payload.config);
22276
22737
  }
22277
22738
  getRawOutputFields() {
22278
22739
  return { [companyEnrichMatchesOutput.name]: this.catalogOutput(companyEnrichMatchesOutput) };
@@ -22285,11 +22746,11 @@ const CompanyLookalikesPipeClass1 = class extends Pipe {
22285
22746
  allowManagedConnection: !0
22286
22747
  }];
22287
22748
  }
22288
- }, CompanyLookalikesPayloadSchema1 = PayloadSchema$56, CompanyLookalikesEntry1 = {
22289
- pipeId: pipeId$47,
22749
+ }, CompanyLookalikesPayloadSchema1 = PayloadSchema$57, CompanyLookalikesEntry1 = {
22750
+ pipeId: pipeId$48,
22290
22751
  inputFieldMode: "static",
22291
22752
  outputFieldMode: "static",
22292
- basePipe: getBasePipeName(pipeId$47),
22753
+ basePipe: getBasePipeName(pipeId$48),
22293
22754
  label: "Find company lookalikes",
22294
22755
  executionMode: "single",
22295
22756
  categories: ["company_data"],
@@ -22297,12 +22758,12 @@ const CompanyLookalikesPipeClass1 = class extends Pipe {
22297
22758
  description: "Find companies similar to the company you provide as input.",
22298
22759
  tags: [CATALOG_TAGS.COMPANY_PROFILES],
22299
22760
  docPath: "/resources/pipe-catalog/company:lookalikes:companyenrich/1",
22300
- billableOperations: BILLABLE_OPERATIONS$47,
22761
+ billableOperations: BILLABLE_OPERATIONS$48,
22301
22762
  allowedUserConnectionProviders: ["companyenrich"],
22302
22763
  managedProviders: ["companyenrich"],
22303
- defaultInputGroups: getDefaultInputGroups$40(null),
22764
+ defaultInputGroups: getDefaultInputGroups$41(null),
22304
22765
  defaultPayload: {
22305
- pipe_id: pipeId$47,
22766
+ pipe_id: pipeId$48,
22306
22767
  connector: null,
22307
22768
  trigger: null,
22308
22769
  config: {
@@ -22315,13 +22776,13 @@ const CompanyLookalikesPipeClass1 = class extends Pipe {
22315
22776
  }
22316
22777
  }
22317
22778
  };
22318
- var companyWebsiteUrlInput$1 = getField("company_website_url"), companyNameOutoput = getField("company_name"), companyProfileUrlOutput$1 = getField("company_profile_url"), logodevCompanyDescribeMatchOutput = getField("logodev_describe_match"), logoUrlOutput = getField("logo_url");
22319
- const pipeId$46 = "company:match:logodev@1", PayloadSchema$55 = object({
22320
- pipe_id: literal(pipeId$46),
22779
+ var companyWebsiteUrlInput$2 = getField("company_website_url"), companyNameOutoput = getField("company_name"), companyProfileUrlOutput$1 = getField("company_profile_url"), logodevCompanyDescribeMatchOutput = getField("logodev_describe_match"), logoUrlOutput = getField("logo_url");
22780
+ const pipeId$47 = "company:match:logodev@1", PayloadSchema$56 = object({
22781
+ pipe_id: literal(pipeId$47),
22321
22782
  trigger: pipesTriggerInput(),
22322
22783
  connector: optionalConnectorInput(),
22323
22784
  config: object({
22324
- input_fields: inputFields(object({ [companyWebsiteUrlInput$1.name]: pipesInputField({ fieldName: companyWebsiteUrlInput$1.name }) })),
22785
+ input_fields: inputFields(object({ [companyWebsiteUrlInput$2.name]: pipesInputField({ fieldName: companyWebsiteUrlInput$2.name }) })),
22325
22786
  output_fields: outputFields(object({
22326
22787
  [companyProfileUrlOutput$1.name]: pipesOutputField({ fieldName: companyProfileUrlOutput$1.name }),
22327
22788
  [logoUrlOutput.name]: pipesOutputField({ fieldName: logoUrlOutput.name }),
@@ -22330,20 +22791,20 @@ const pipeId$46 = "company:match:logodev@1", PayloadSchema$55 = object({
22330
22791
  }))
22331
22792
  }).optional()
22332
22793
  });
22333
- var getDefaultInputGroups$39 = (a) => [{
22794
+ var getDefaultInputGroups$40 = (a) => [{
22334
22795
  condition: "all",
22335
- fields: { [companyWebsiteUrlInput$1.name]: catalogInput(companyWebsiteUrlInput$1, a) }
22336
- }], BILLABLE_OPERATIONS$46 = { "logodev-company-describe": {
22796
+ fields: { [companyWebsiteUrlInput$2.name]: catalogInput(companyWebsiteUrlInput$2, a) }
22797
+ }], BILLABLE_OPERATIONS$47 = { "logodev-company-describe": {
22337
22798
  allowManagedConnection: !0,
22338
22799
  credits: .1,
22339
22800
  mode: "onSuccess",
22340
22801
  provider: "logodev"
22341
22802
  } };
22342
22803
  const CompanyMatchLogoDevPipeClass1 = class extends Pipe {
22343
- pipeId = pipeId$46;
22804
+ pipeId = pipeId$47;
22344
22805
  payload;
22345
- payloadSchema = PayloadSchema$55;
22346
- billableOperations = BILLABLE_OPERATIONS$46;
22806
+ payloadSchema = PayloadSchema$56;
22807
+ billableOperations = BILLABLE_OPERATIONS$47;
22347
22808
  constructor(a) {
22348
22809
  super(), this.payload = this.validatePayload(a);
22349
22810
  }
@@ -22354,7 +22815,7 @@ const CompanyMatchLogoDevPipeClass1 = class extends Pipe {
22354
22815
  return ["logodev-company-describe"];
22355
22816
  }
22356
22817
  getInputGroups() {
22357
- return getDefaultInputGroups$39(this.payload.config);
22818
+ return getDefaultInputGroups$40(this.payload.config);
22358
22819
  }
22359
22820
  getRawOutputFields() {
22360
22821
  return {
@@ -22372,11 +22833,11 @@ const CompanyMatchLogoDevPipeClass1 = class extends Pipe {
22372
22833
  allowManagedConnection: !0
22373
22834
  }];
22374
22835
  }
22375
- }, CompanyMatchLogoDevPayloadSchema1 = PayloadSchema$55, CompanyMatchLogoDevEntry1 = {
22376
- pipeId: pipeId$46,
22836
+ }, CompanyMatchLogoDevPayloadSchema1 = PayloadSchema$56, CompanyMatchLogoDevEntry1 = {
22837
+ pipeId: pipeId$47,
22377
22838
  inputFieldMode: "static",
22378
22839
  outputFieldMode: "static",
22379
- basePipe: getBasePipeName(pipeId$46),
22840
+ basePipe: getBasePipeName(pipeId$47),
22380
22841
  label: "Company match",
22381
22842
  executionMode: "single",
22382
22843
  categories: ["company_data"],
@@ -22384,12 +22845,12 @@ const CompanyMatchLogoDevPipeClass1 = class extends Pipe {
22384
22845
  description: "Find brand data like logos, colors, and social links via the Logo.dev API.",
22385
22846
  tags: [CATALOG_TAGS.WEBSITE, CATALOG_TAGS.LINKEDIN],
22386
22847
  docPath: "/resources/pipe-catalog/company:match:logodev/1",
22387
- billableOperations: BILLABLE_OPERATIONS$46,
22848
+ billableOperations: BILLABLE_OPERATIONS$47,
22388
22849
  allowedUserConnectionProviders: ["logodev"],
22389
22850
  managedProviders: ["logodev"],
22390
- defaultInputGroups: getDefaultInputGroups$39(null),
22851
+ defaultInputGroups: getDefaultInputGroups$40(null),
22391
22852
  defaultPayload: {
22392
- pipe_id: pipeId$46,
22853
+ pipe_id: pipeId$47,
22393
22854
  connector: null,
22394
22855
  trigger: null,
22395
22856
  config: {
@@ -22415,9 +22876,9 @@ const CompanyMatchLogoDevPipeClass1 = class extends Pipe {
22415
22876
  }
22416
22877
  }
22417
22878
  };
22418
- var pipeId$45 = "company:newssummary:website@1", companyNewsSummary = getField("company_news_summary"), companyWebsite$1 = getField("company_website_url");
22419
- const PayloadSchema$54 = object({
22420
- pipe_id: literal(pipeId$45),
22879
+ var pipeId$46 = "company:newssummary:website@1", companyNewsSummary = getField("company_news_summary"), companyWebsite$1 = getField("company_website_url");
22880
+ const PayloadSchema$55 = object({
22881
+ pipe_id: literal(pipeId$46),
22421
22882
  trigger: pipesTriggerInput(),
22422
22883
  connector: optionalConnectorInput(),
22423
22884
  config: object({
@@ -22425,19 +22886,19 @@ const PayloadSchema$54 = object({
22425
22886
  output_fields: outputFields(object({ [companyNewsSummary.name]: pipesOutputField({ fieldName: companyNewsSummary.name }) }))
22426
22887
  }).optional()
22427
22888
  });
22428
- var getDefaultInputGroups$38 = (a) => [{
22889
+ var getDefaultInputGroups$39 = (a) => [{
22429
22890
  fields: { [companyWebsite$1.name]: catalogInput(companyWebsite$1, a) },
22430
22891
  condition: "all"
22431
- }], BILLABLE_OPERATIONS$45 = { "pipe0-get-company-news-summary": {
22892
+ }], BILLABLE_OPERATIONS$46 = { "pipe0-get-company-news-summary": {
22432
22893
  allowManagedConnection: !0,
22433
22894
  credits: 1,
22434
22895
  mode: "always",
22435
22896
  provider: "pipe0"
22436
22897
  } };
22437
22898
  const CompanyNewsSummaryWebsite1PipeClass = class extends Pipe {
22438
- pipeId = pipeId$45;
22439
- payloadSchema = PayloadSchema$54;
22440
- billableOperations = BILLABLE_OPERATIONS$45;
22899
+ pipeId = pipeId$46;
22900
+ payloadSchema = PayloadSchema$55;
22901
+ billableOperations = BILLABLE_OPERATIONS$46;
22441
22902
  payload;
22442
22903
  constructor(a) {
22443
22904
  super(), this.payload = a;
@@ -22449,7 +22910,7 @@ const CompanyNewsSummaryWebsite1PipeClass = class extends Pipe {
22449
22910
  return ["pipe0-get-company-news-summary"];
22450
22911
  }
22451
22912
  getInputGroups() {
22452
- return getDefaultInputGroups$38(this.payload.config);
22913
+ return getDefaultInputGroups$39(this.payload.config);
22453
22914
  }
22454
22915
  getRawOutputFields() {
22455
22916
  return { [companyNewsSummary.name]: this.catalogOutput(companyNewsSummary) };
@@ -22462,9 +22923,9 @@ const CompanyNewsSummaryWebsite1PipeClass = class extends Pipe {
22462
22923
  allowManagedConnection: !0
22463
22924
  }];
22464
22925
  }
22465
- }, CompanyNewsSummaryWebsite1PayloadSchema = PayloadSchema$54, CompanyNewsSummaryWebsite1Entry = {
22466
- pipeId: pipeId$45,
22467
- basePipe: getBasePipeName(pipeId$45),
22926
+ }, CompanyNewsSummaryWebsite1PayloadSchema = PayloadSchema$55, CompanyNewsSummaryWebsite1Entry = {
22927
+ pipeId: pipeId$46,
22928
+ basePipe: getBasePipeName(pipeId$46),
22468
22929
  inputFieldMode: "static",
22469
22930
  outputFieldMode: "static",
22470
22931
  label: "Company news",
@@ -22474,12 +22935,12 @@ const CompanyNewsSummaryWebsite1PipeClass = class extends Pipe {
22474
22935
  description: "Find recent company news by performing a search and scrape.",
22475
22936
  tags: [CATALOG_TAGS.NEWS],
22476
22937
  docPath: "/resources/pipe-catalog/company:newssummary:website/1",
22477
- billableOperations: BILLABLE_OPERATIONS$45,
22938
+ billableOperations: BILLABLE_OPERATIONS$46,
22478
22939
  allowedUserConnectionProviders: [],
22479
22940
  managedProviders: ["pipe0"],
22480
- defaultInputGroups: getDefaultInputGroups$38(null),
22941
+ defaultInputGroups: getDefaultInputGroups$39(null),
22481
22942
  defaultPayload: {
22482
- pipe_id: pipeId$45,
22943
+ pipe_id: pipeId$46,
22483
22944
  trigger: null,
22484
22945
  connector: null,
22485
22946
  config: {
@@ -22492,8 +22953,8 @@ const CompanyNewsSummaryWebsite1PipeClass = class extends Pipe {
22492
22953
  }
22493
22954
  };
22494
22955
  var companyWebsiteURLInput = getField("company_website_url"), companyProfileUrlInput = getField("company_profile_url"), companyDescriptionOutput$2 = getField("company_description"), companyIndustryOutput$1 = getField("company_industry"), companyRegionOutput$1 = getField("company_region"), headcountOutput = getField("headcount"), estimatedRevenueOutput = getField("estimated_revenue"), foundedYearOutput = getField("founded_year"), companyNameOutput$4 = getField("company_name");
22495
- const pipeId$44 = "company:overview@2", PayloadSchema$53 = object({
22496
- pipe_id: literal(pipeId$44),
22956
+ const pipeId$45 = "company:overview@2", PayloadSchema$54 = object({
22957
+ pipe_id: literal(pipeId$45),
22497
22958
  trigger: pipesTriggerInput(),
22498
22959
  connector: noConnectorInput(),
22499
22960
  config: object({
@@ -22512,22 +22973,22 @@ const pipeId$44 = "company:overview@2", PayloadSchema$53 = object({
22512
22973
  }))
22513
22974
  }).optional()
22514
22975
  });
22515
- var getDefaultInputGroups$37 = (a) => [{
22976
+ var getDefaultInputGroups$38 = (a) => [{
22516
22977
  condition: "atLeastOne",
22517
22978
  fields: {
22518
22979
  [companyWebsiteURLInput.name]: catalogInput(companyWebsiteURLInput, a),
22519
22980
  [companyProfileUrlInput.name]: catalogInput(companyProfileUrlInput, a)
22520
22981
  }
22521
- }], BILLABLE_OPERATIONS$44 = { "pipe0-get-company-overview": {
22982
+ }], BILLABLE_OPERATIONS$45 = { "pipe0-get-company-overview": {
22522
22983
  provider: "pipe0",
22523
22984
  allowManagedConnection: !0,
22524
22985
  credits: 1,
22525
22986
  mode: "always"
22526
22987
  } };
22527
22988
  const CompanyOverviewPipeClass2 = class extends Pipe {
22528
- pipeId = pipeId$44;
22529
- payloadSchema = PayloadSchema$53;
22530
- billableOperations = BILLABLE_OPERATIONS$44;
22989
+ pipeId = pipeId$45;
22990
+ payloadSchema = PayloadSchema$54;
22991
+ billableOperations = BILLABLE_OPERATIONS$45;
22531
22992
  payload;
22532
22993
  constructor(a) {
22533
22994
  super(), this.payload = a;
@@ -22539,7 +23000,7 @@ const CompanyOverviewPipeClass2 = class extends Pipe {
22539
23000
  return ["pipe0-get-company-overview"];
22540
23001
  }
22541
23002
  getInputGroups() {
22542
- return getDefaultInputGroups$37(this.payload.config);
23003
+ return getDefaultInputGroups$38(this.payload.config);
22543
23004
  }
22544
23005
  getRawOutputFields() {
22545
23006
  return {
@@ -22574,9 +23035,9 @@ const CompanyOverviewPipeClass2 = class extends Pipe {
22574
23035
  }
22575
23036
  ];
22576
23037
  }
22577
- }, CompanyOverviewPayloadSchema2 = PayloadSchema$53, CompanyOverviewEntry2 = {
22578
- pipeId: pipeId$44,
22579
- basePipe: getBasePipeName(pipeId$44),
23038
+ }, CompanyOverviewPayloadSchema2 = PayloadSchema$54, CompanyOverviewEntry2 = {
23039
+ pipeId: pipeId$45,
23040
+ basePipe: getBasePipeName(pipeId$45),
22580
23041
  inputFieldMode: "static",
22581
23042
  outputFieldMode: "static",
22582
23043
  label: "Company overview",
@@ -22592,10 +23053,10 @@ const CompanyOverviewPipeClass2 = class extends Pipe {
22592
23053
  ],
22593
23054
  allowedUserConnectionProviders: [],
22594
23055
  managedProviders: ["pipe0"],
22595
- billableOperations: BILLABLE_OPERATIONS$44,
22596
- defaultInputGroups: getDefaultInputGroups$37(null),
23056
+ billableOperations: BILLABLE_OPERATIONS$45,
23057
+ defaultInputGroups: getDefaultInputGroups$38(null),
22597
23058
  defaultPayload: {
22598
- pipe_id: pipeId$44,
23059
+ pipe_id: pipeId$45,
22599
23060
  trigger: null,
22600
23061
  connector: void 0,
22601
23062
  config: {
@@ -22636,32 +23097,32 @@ const CompanyOverviewPipeClass2 = class extends Pipe {
22636
23097
  }
22637
23098
  }
22638
23099
  };
22639
- var companyWebsiteUrlInput = getField("company_website_url"), technologyListOutput = getField("technology_list"), spendingTrendOutput = getField("spending_trend"), technologyMatchBuiltwithOutput = getField("technology_match_builtwith"), pipeId$43 = "company:techstack:builtwith@1", PayloadSchema$52 = object({
22640
- pipe_id: literal(pipeId$43),
23100
+ var companyWebsiteUrlInput$1 = getField("company_website_url"), technologyListOutput = getField("technology_list"), spendingTrendOutput = getField("spending_trend"), technologyMatchBuiltwithOutput = getField("technology_match_builtwith"), pipeId$44 = "company:techstack:builtwith@1", PayloadSchema$53 = object({
23101
+ pipe_id: literal(pipeId$44),
22641
23102
  connector: optionalConnectorInput(),
22642
23103
  trigger: pipesTriggerInput(),
22643
23104
  config: object({
22644
- input_fields: inputFields(object({ [companyWebsiteUrlInput.name]: pipesInputField({ fieldName: companyWebsiteUrlInput.name }) })),
23105
+ input_fields: inputFields(object({ [companyWebsiteUrlInput$1.name]: pipesInputField({ fieldName: companyWebsiteUrlInput$1.name }) })),
22645
23106
  output_fields: outputFields(object({
22646
23107
  [technologyListOutput.name]: pipesOutputField({ fieldName: technologyListOutput.name }),
22647
23108
  [technologyMatchBuiltwithOutput.name]: pipesOutputField({ fieldName: technologyMatchBuiltwithOutput.name }),
22648
23109
  [spendingTrendOutput.name]: pipesOutputField({ fieldName: spendingTrendOutput.name })
22649
23110
  }))
22650
23111
  }).optional()
22651
- }), getDefaultInputGroups$36 = (a) => [{
23112
+ }), getDefaultInputGroups$37 = (a) => [{
22652
23113
  condition: "all",
22653
- fields: { [companyWebsiteUrlInput.name]: catalogInput(companyWebsiteUrlInput, a) }
22654
- }], BILLABLE_OPERATIONS$43 = { "builtwith-get-technology-stack": {
23114
+ fields: { [companyWebsiteUrlInput$1.name]: catalogInput(companyWebsiteUrlInput$1, a) }
23115
+ }], BILLABLE_OPERATIONS$44 = { "builtwith-get-technology-stack": {
22655
23116
  provider: "builtwith",
22656
23117
  allowManagedConnection: !0,
22657
23118
  credits: 2,
22658
23119
  mode: "always"
22659
23120
  } };
22660
23121
  const WebsiteGetTechnologiesStackBuiltWith1PipeClass = class extends Pipe {
22661
- pipeId = pipeId$43;
23122
+ pipeId = pipeId$44;
22662
23123
  payload;
22663
- payloadSchema = PayloadSchema$52;
22664
- billableOperations = BILLABLE_OPERATIONS$43;
23124
+ payloadSchema = PayloadSchema$53;
23125
+ billableOperations = BILLABLE_OPERATIONS$44;
22665
23126
  constructor(a) {
22666
23127
  super(), this.payload = this.validatePayload(a);
22667
23128
  }
@@ -22672,7 +23133,7 @@ const WebsiteGetTechnologiesStackBuiltWith1PipeClass = class extends Pipe {
22672
23133
  return ["builtwith-get-technology-stack"];
22673
23134
  }
22674
23135
  getInputGroups() {
22675
- return getDefaultInputGroups$36(this.payload.config);
23136
+ return getDefaultInputGroups$37(this.payload.config);
22676
23137
  }
22677
23138
  getRawOutputFields() {
22678
23139
  return {
@@ -22689,9 +23150,9 @@ const WebsiteGetTechnologiesStackBuiltWith1PipeClass = class extends Pipe {
22689
23150
  allowManagedConnection: !0
22690
23151
  }];
22691
23152
  }
22692
- }, WebsiteGetTechnologiesStackBuiltWith1PayloadSchema = PayloadSchema$52, WebsiteGetTechnologiesStackBuiltWith1Entry = {
22693
- pipeId: pipeId$43,
22694
- basePipe: getBasePipeName(pipeId$43),
23153
+ }, WebsiteGetTechnologiesStackBuiltWith1PayloadSchema = PayloadSchema$53, WebsiteGetTechnologiesStackBuiltWith1Entry = {
23154
+ pipeId: pipeId$44,
23155
+ basePipe: getBasePipeName(pipeId$44),
22695
23156
  managedProviders: ["builtwith"],
22696
23157
  allowedUserConnectionProviders: ["builtwith"],
22697
23158
  label: "Tech stack",
@@ -22703,10 +23164,10 @@ const WebsiteGetTechnologiesStackBuiltWith1PipeClass = class extends Pipe {
22703
23164
  inputFieldMode: "static",
22704
23165
  outputFieldMode: "static",
22705
23166
  docPath: "/resources/pipe-catalog/company:techstack:builtwith/1",
22706
- billableOperations: BILLABLE_OPERATIONS$43,
22707
- defaultInputGroups: getDefaultInputGroups$36(null),
23167
+ billableOperations: BILLABLE_OPERATIONS$44,
23168
+ defaultInputGroups: getDefaultInputGroups$37(null),
22708
23169
  defaultPayload: {
22709
- pipe_id: pipeId$43,
23170
+ pipe_id: pipeId$44,
22710
23171
  connector: null,
22711
23172
  trigger: null,
22712
23173
  config: {
@@ -22728,9 +23189,9 @@ const WebsiteGetTechnologiesStackBuiltWith1PipeClass = class extends Pipe {
22728
23189
  }
22729
23190
  }
22730
23191
  };
22731
- var pipeId$42 = "company:websiteurl:email@1", companyWebsite = getField("company_website_url"), email$5 = getField("email");
22732
- const PayloadSchema$51 = object({
22733
- pipe_id: literal(pipeId$42),
23192
+ var pipeId$43 = "company:websiteurl:email@1", companyWebsite = getField("company_website_url"), email$5 = getField("email");
23193
+ const PayloadSchema$52 = object({
23194
+ pipe_id: literal(pipeId$43),
22734
23195
  trigger: pipesTriggerInput(),
22735
23196
  connector: noConnectorInput(),
22736
23197
  config: object({
@@ -22738,20 +23199,20 @@ const PayloadSchema$51 = object({
22738
23199
  output_fields: outputFields(object({ [companyWebsite.name]: pipesOutputField({ fieldName: companyWebsite.name }) }))
22739
23200
  }).optional()
22740
23201
  });
22741
- var getDefaultInputGroups$35 = (a) => [{
23202
+ var getDefaultInputGroups$36 = (a) => [{
22742
23203
  condition: "all",
22743
23204
  fields: { [email$5.name]: catalogInput(email$5, a) }
22744
- }], BILLABLE_OPERATIONS$42 = { "pipe0-get-website-url": {
23205
+ }], BILLABLE_OPERATIONS$43 = { "pipe0-get-website-url": {
22745
23206
  credits: 0,
22746
23207
  allowManagedConnection: !0,
22747
23208
  mode: "always",
22748
23209
  provider: "pipe0"
22749
23210
  } };
22750
23211
  const CompanyWebsiteUrlEmail1PipeClass = class extends Pipe {
22751
- pipeId = pipeId$42;
23212
+ pipeId = pipeId$43;
22752
23213
  payload;
22753
- payloadSchema = PayloadSchema$51;
22754
- billableOperations = BILLABLE_OPERATIONS$42;
23214
+ payloadSchema = PayloadSchema$52;
23215
+ billableOperations = BILLABLE_OPERATIONS$43;
22755
23216
  constructor(a) {
22756
23217
  super(), this.payload = this.validatePayload(a);
22757
23218
  }
@@ -22762,7 +23223,7 @@ const CompanyWebsiteUrlEmail1PipeClass = class extends Pipe {
22762
23223
  return ["pipe0-get-website-url"];
22763
23224
  }
22764
23225
  getInputGroups() {
22765
- return getDefaultInputGroups$35(this.payload.config);
23226
+ return getDefaultInputGroups$36(this.payload.config);
22766
23227
  }
22767
23228
  getRawOutputFields() {
22768
23229
  return { [companyWebsite.name]: this.catalogOutput(companyWebsite) };
@@ -22775,9 +23236,9 @@ const CompanyWebsiteUrlEmail1PipeClass = class extends Pipe {
22775
23236
  allowManagedConnection: !0
22776
23237
  }];
22777
23238
  }
22778
- }, CompanyWebsiteUrlEmail1PayloadSchema = PayloadSchema$51, CompanyWebsiteUrlEmail1Entry = {
22779
- pipeId: pipeId$42,
22780
- basePipe: getBasePipeName(pipeId$42),
23239
+ }, CompanyWebsiteUrlEmail1PayloadSchema = PayloadSchema$52, CompanyWebsiteUrlEmail1Entry = {
23240
+ pipeId: pipeId$43,
23241
+ basePipe: getBasePipeName(pipeId$43),
22781
23242
  inputFieldMode: "static",
22782
23243
  outputFieldMode: "static",
22783
23244
  label: "Website from email",
@@ -22793,10 +23254,10 @@ const CompanyWebsiteUrlEmail1PipeClass = class extends Pipe {
22793
23254
  docPath: "/resources/pipe-catalog/company:websiteurl:email/1",
22794
23255
  allowedUserConnectionProviders: [],
22795
23256
  managedProviders: ["pipe0"],
22796
- billableOperations: BILLABLE_OPERATIONS$42,
22797
- defaultInputGroups: getDefaultInputGroups$35(null),
23257
+ billableOperations: BILLABLE_OPERATIONS$43,
23258
+ defaultInputGroups: getDefaultInputGroups$36(null),
22798
23259
  defaultPayload: {
22799
- pipe_id: pipeId$42,
23260
+ pipe_id: pipeId$43,
22800
23261
  connector: null,
22801
23262
  trigger: null,
22802
23263
  config: {
@@ -22808,13 +23269,13 @@ const CompanyWebsiteUrlEmail1PipeClass = class extends Pipe {
22808
23269
  }
22809
23270
  }
22810
23271
  };
22811
- var pipeId$41 = "contact:create:resend@1", BILLABLE_OPERATIONS$41 = { "contact-create-resend": {
23272
+ var pipeId$42 = "contact:create:resend@1", BILLABLE_OPERATIONS$42 = { "contact-create-resend": {
22812
23273
  allowManagedConnection: !1,
22813
23274
  provider: "resend",
22814
23275
  credits: null,
22815
23276
  mode: null
22816
- } }, emailInput$3 = getField("email"), nameInput$3 = getField("name"), resendContactIdOutput = getField("resend_contact_id"), PayloadSchema$50 = object({
22817
- pipe_id: literal(pipeId$41),
23277
+ } }, emailInput$3 = getField("email"), nameInput$3 = getField("name"), resendContactIdOutput = getField("resend_contact_id"), PayloadSchema$51 = object({
23278
+ pipe_id: literal(pipeId$42),
22818
23279
  connector: requiredConnectorInput(),
22819
23280
  trigger: pipesTriggerInput(),
22820
23281
  config: object({
@@ -22842,7 +23303,7 @@ var pipeId$41 = "contact:create:resend@1", BILLABLE_OPERATIONS$41 = { "contact-c
22842
23303
  })),
22843
23304
  output_fields: outputFields(object({ [resendContactIdOutput.name]: pipesOutputField({ fieldName: resendContactIdOutput.name }) }))
22844
23305
  })
22845
- }), getDefaultInputGroups$34 = (a) => [{
23306
+ }), getDefaultInputGroups$35 = (a) => [{
22846
23307
  condition: "all",
22847
23308
  fields: { [emailInput$3.name]: catalogInput(emailInput$3, a) }
22848
23309
  }, {
@@ -22850,10 +23311,10 @@ var pipeId$41 = "contact:create:resend@1", BILLABLE_OPERATIONS$41 = { "contact-c
22850
23311
  fields: { [nameInput$3.name]: catalogInput(nameInput$3, a) }
22851
23312
  }];
22852
23313
  const ActionAddContactResendPipeClass1 = class extends Pipe {
22853
- pipeId = pipeId$41;
23314
+ pipeId = pipeId$42;
22854
23315
  payload;
22855
- payloadSchema = PayloadSchema$50;
22856
- billableOperations = BILLABLE_OPERATIONS$41;
23316
+ payloadSchema = PayloadSchema$51;
23317
+ billableOperations = BILLABLE_OPERATIONS$42;
22857
23318
  constructor(a) {
22858
23319
  super(), this.payload = this.validatePayload(a);
22859
23320
  }
@@ -22864,7 +23325,7 @@ const ActionAddContactResendPipeClass1 = class extends Pipe {
22864
23325
  return ["contact-create-resend"];
22865
23326
  }
22866
23327
  getInputGroups() {
22867
- return getDefaultInputGroups$34(this.payload.config);
23328
+ return getDefaultInputGroups$35(this.payload.config);
22868
23329
  }
22869
23330
  getRawOutputFields() {
22870
23331
  return { [resendContactIdOutput.name]: this.catalogOutput(resendContactIdOutput) };
@@ -22877,9 +23338,9 @@ const ActionAddContactResendPipeClass1 = class extends Pipe {
22877
23338
  allowManagedConnection: !1
22878
23339
  }];
22879
23340
  }
22880
- }, ActionAddContactResendPayloadSchema1 = PayloadSchema$50, ActionAddContactResendEntry1 = {
22881
- pipeId: pipeId$41,
22882
- basePipe: getBasePipeName(pipeId$41),
23341
+ }, ActionAddContactResendPayloadSchema1 = PayloadSchema$51, ActionAddContactResendEntry1 = {
23342
+ pipeId: pipeId$42,
23343
+ basePipe: getBasePipeName(pipeId$42),
22883
23344
  label: "Create Contact",
22884
23345
  executionMode: "single",
22885
23346
  categories: ["actions"],
@@ -22887,14 +23348,14 @@ const ActionAddContactResendPipeClass1 = class extends Pipe {
22887
23348
  description: "Create a contact inside a Resend audience.",
22888
23349
  tags: [CATALOG_TAGS.EMAIL],
22889
23350
  docPath: "/resources/pipe-catalog/contact:create:resend/1",
22890
- billableOperations: BILLABLE_OPERATIONS$41,
23351
+ billableOperations: BILLABLE_OPERATIONS$42,
22891
23352
  inputFieldMode: "static",
22892
23353
  outputFieldMode: "static",
22893
23354
  allowedUserConnectionProviders: ["resend"],
22894
- defaultInputGroups: getDefaultInputGroups$34(null),
23355
+ defaultInputGroups: getDefaultInputGroups$35(null),
22895
23356
  managedProviders: [],
22896
23357
  defaultPayload: {
22897
- pipe_id: pipeId$41,
23358
+ pipe_id: pipeId$42,
22898
23359
  connector: {
22899
23360
  strategy: "first",
22900
23361
  connections: []
@@ -22915,8 +23376,8 @@ const ActionAddContactResendPipeClass1 = class extends Pipe {
22915
23376
  }
22916
23377
  };
22917
23378
  var companyName$2 = getField("company_name"), companyProfileUrl$3 = getField("company_social_url"), companyWebsiteUrl$3 = getField("company_website_url"), cleanedCompanyName = getField("cleaned_company_name");
22918
- const pipeId$40 = "company:identity@1", PayloadSchema$49 = object({
22919
- pipe_id: literal(pipeId$40),
23379
+ const pipeId$41 = "company:identity@1", PayloadSchema$50 = object({
23380
+ pipe_id: literal(pipeId$41),
22920
23381
  trigger: pipesTriggerInput(),
22921
23382
  connector: noConnectorInput(),
22922
23383
  config: object({
@@ -22928,20 +23389,20 @@ const pipeId$40 = "company:identity@1", PayloadSchema$49 = object({
22928
23389
  }))
22929
23390
  }).optional()
22930
23391
  });
22931
- var getDefaultInputGroups$33 = (a) => [{
23392
+ var getDefaultInputGroups$34 = (a) => [{
22932
23393
  condition: "all",
22933
23394
  fields: { [companyName$2.name]: catalogInput(companyName$2, a) }
22934
- }], BILLABLE_OPERATIONS$40 = { "pipe0-get-company-identity": {
23395
+ }], BILLABLE_OPERATIONS$41 = { "pipe0-get-company-identity": {
22935
23396
  allowManagedConnection: !0,
22936
23397
  credits: .3,
22937
23398
  mode: "always",
22938
23399
  provider: "pipe0"
22939
23400
  } };
22940
23401
  const CompanyIndentity1PipeClass = class extends Pipe {
22941
- pipeId = pipeId$40;
23402
+ pipeId = pipeId$41;
22942
23403
  payload;
22943
- payloadSchema = PayloadSchema$49;
22944
- billableOperations = BILLABLE_OPERATIONS$40;
23404
+ payloadSchema = PayloadSchema$50;
23405
+ billableOperations = BILLABLE_OPERATIONS$41;
22945
23406
  constructor(a) {
22946
23407
  super(), this.payload = this.validatePayload(a);
22947
23408
  }
@@ -22952,7 +23413,7 @@ const CompanyIndentity1PipeClass = class extends Pipe {
22952
23413
  return ["pipe0-get-company-identity"];
22953
23414
  }
22954
23415
  getInputGroups() {
22955
- return getDefaultInputGroups$33(this.payload.config);
23416
+ return getDefaultInputGroups$34(this.payload.config);
22956
23417
  }
22957
23418
  getRawOutputFields() {
22958
23419
  return {
@@ -22995,11 +23456,11 @@ const CompanyIndentity1PipeClass = class extends Pipe {
22995
23456
  }
22996
23457
  ];
22997
23458
  }
22998
- }, CompanyIndentity1PayloadSchema = PayloadSchema$49, CompanyIdentity1Entry = {
22999
- pipeId: pipeId$40,
23459
+ }, CompanyIndentity1PayloadSchema = PayloadSchema$50, CompanyIdentity1Entry = {
23460
+ pipeId: pipeId$41,
23000
23461
  inputFieldMode: "static",
23001
23462
  outputFieldMode: "static",
23002
- basePipe: getBasePipeName(pipeId$40),
23463
+ basePipe: getBasePipeName(pipeId$41),
23003
23464
  label: "Find company identity",
23004
23465
  executionMode: "mix",
23005
23466
  categories: ["deprecated"],
@@ -23010,12 +23471,12 @@ const CompanyIndentity1PipeClass = class extends Pipe {
23010
23471
  description: "Find any company's website URL, LinkedIn profile URL, and cleaned name.",
23011
23472
  tags: [CATALOG_TAGS.WEBSITE, CATALOG_TAGS.LINKEDIN],
23012
23473
  docPath: "/resources/pipe-catalog/company:identity/1",
23013
- billableOperations: BILLABLE_OPERATIONS$40,
23474
+ billableOperations: BILLABLE_OPERATIONS$41,
23014
23475
  allowedUserConnectionProviders: [],
23015
23476
  managedProviders: ["pipe0"],
23016
- defaultInputGroups: getDefaultInputGroups$33(null),
23477
+ defaultInputGroups: getDefaultInputGroups$34(null),
23017
23478
  defaultPayload: {
23018
- pipe_id: pipeId$40,
23479
+ pipe_id: pipeId$41,
23019
23480
  connector: null,
23020
23481
  trigger: null,
23021
23482
  config: {
@@ -23038,8 +23499,8 @@ const CompanyIndentity1PipeClass = class extends Pipe {
23038
23499
  }
23039
23500
  };
23040
23501
  var companyWebsiteURL = getField("company_website_url"), companyLinkedInProfileUrl = getField("company_social_url"), companyDescription$1 = getField("company_description"), companyIndustry$1 = getField("company_industry"), companyRegion$1 = getField("company_region"), headcount$1 = getField("headcount"), estimatedRevenue = getField("estimated_revenue"), foundedYear = getField("founded_year");
23041
- const pipeId$39 = "company:overview@1", PayloadSchema$48 = object({
23042
- pipe_id: literal(pipeId$39),
23502
+ const pipeId$40 = "company:overview@1", PayloadSchema$49 = object({
23503
+ pipe_id: literal(pipeId$40),
23043
23504
  trigger: pipesTriggerInput(),
23044
23505
  connector: noConnectorInput(),
23045
23506
  config: object({
@@ -23057,22 +23518,22 @@ const pipeId$39 = "company:overview@1", PayloadSchema$48 = object({
23057
23518
  }))
23058
23519
  }).optional()
23059
23520
  });
23060
- var getDefaultInputGroups$32 = (a) => [{
23521
+ var getDefaultInputGroups$33 = (a) => [{
23061
23522
  condition: "atLeastOne",
23062
23523
  fields: {
23063
23524
  [companyWebsiteURL.name]: catalogInput(companyWebsiteURL, a),
23064
23525
  [companyLinkedInProfileUrl.name]: catalogInput(companyLinkedInProfileUrl, a)
23065
23526
  }
23066
- }], BILLABLE_OPERATIONS$39 = { "pipe0-get-company-overview": {
23527
+ }], BILLABLE_OPERATIONS$40 = { "pipe0-get-company-overview": {
23067
23528
  provider: "pipe0",
23068
23529
  allowManagedConnection: !0,
23069
23530
  credits: 1,
23070
23531
  mode: "always"
23071
23532
  } };
23072
23533
  const CompanyOverview1PipeClass = class extends Pipe {
23073
- pipeId = pipeId$39;
23074
- payloadSchema = PayloadSchema$48;
23075
- billableOperations = BILLABLE_OPERATIONS$39;
23534
+ pipeId = pipeId$40;
23535
+ payloadSchema = PayloadSchema$49;
23536
+ billableOperations = BILLABLE_OPERATIONS$40;
23076
23537
  payload;
23077
23538
  constructor(a) {
23078
23539
  super(), this.payload = a;
@@ -23084,7 +23545,7 @@ const CompanyOverview1PipeClass = class extends Pipe {
23084
23545
  return ["pipe0-get-company-overview"];
23085
23546
  }
23086
23547
  getInputGroups() {
23087
- return getDefaultInputGroups$32(this.payload.config);
23548
+ return getDefaultInputGroups$33(this.payload.config);
23088
23549
  }
23089
23550
  getRawOutputFields() {
23090
23551
  return {
@@ -23118,9 +23579,9 @@ const CompanyOverview1PipeClass = class extends Pipe {
23118
23579
  }
23119
23580
  ];
23120
23581
  }
23121
- }, CompanyOverview1PayloadSchema = PayloadSchema$48, CompanyOverview1Entry = {
23122
- pipeId: pipeId$39,
23123
- basePipe: getBasePipeName(pipeId$39),
23582
+ }, CompanyOverview1PayloadSchema = PayloadSchema$49, CompanyOverview1Entry = {
23583
+ pipeId: pipeId$40,
23584
+ basePipe: getBasePipeName(pipeId$40),
23124
23585
  inputFieldMode: "static",
23125
23586
  outputFieldMode: "static",
23126
23587
  label: "Company overview",
@@ -23140,10 +23601,10 @@ const CompanyOverview1PipeClass = class extends Pipe {
23140
23601
  ],
23141
23602
  allowedUserConnectionProviders: [],
23142
23603
  managedProviders: ["pipe0"],
23143
- billableOperations: BILLABLE_OPERATIONS$39,
23144
- defaultInputGroups: getDefaultInputGroups$32(null),
23604
+ billableOperations: BILLABLE_OPERATIONS$40,
23605
+ defaultInputGroups: getDefaultInputGroups$33(null),
23145
23606
  defaultPayload: {
23146
- pipe_id: pipeId$39,
23607
+ pipe_id: pipeId$40,
23147
23608
  trigger: null,
23148
23609
  connector: void 0,
23149
23610
  config: {
@@ -23180,28 +23641,28 @@ const CompanyOverview1PipeClass = class extends Pipe {
23180
23641
  }
23181
23642
  }
23182
23643
  };
23183
- var pipeId$38 = "people:email:validate:zerobounce@1", workEmail$1 = getField("work_email"), isEmailValid$1 = getField("is_email_valid"), PayloadSchema$47 = object({
23184
- pipe_id: literal(pipeId$38),
23644
+ var pipeId$39 = "people:email:validate:zerobounce@1", workEmail$1 = getField("work_email"), isEmailValid$1 = getField("is_email_valid"), PayloadSchema$48 = object({
23645
+ pipe_id: literal(pipeId$39),
23185
23646
  connector: optionalConnectorInput(),
23186
23647
  trigger: pipesTriggerInput(),
23187
23648
  config: object({
23188
23649
  input_fields: inputFields(object({ [workEmail$1.name]: pipesInputField({ fieldName: workEmail$1.name }) })),
23189
23650
  output_fields: outputFields(object({ [isEmailValid$1.name]: pipesOutputField({ fieldName: isEmailValid$1.name }) }))
23190
23651
  }).optional()
23191
- }), getDefaultInputGroups$31 = (a) => [{
23652
+ }), getDefaultInputGroups$32 = (a) => [{
23192
23653
  condition: "all",
23193
23654
  fields: { [workEmail$1.name]: catalogInput(workEmail$1, a) }
23194
- }], BILLABLE_OPERATIONS$38 = { "zerobounce-validate-email": {
23655
+ }], BILLABLE_OPERATIONS$39 = { "zerobounce-validate-email": {
23195
23656
  provider: "zerobounce",
23196
23657
  allowManagedConnection: !0,
23197
23658
  credits: .3,
23198
23659
  mode: "always"
23199
23660
  } };
23200
23661
  const PeopleEmailValidateZeroBouncePipeClass1 = class extends Pipe {
23201
- pipeId = pipeId$38;
23662
+ pipeId = pipeId$39;
23202
23663
  payload;
23203
- payloadSchema = PayloadSchema$47;
23204
- billableOperations = BILLABLE_OPERATIONS$38;
23664
+ payloadSchema = PayloadSchema$48;
23665
+ billableOperations = BILLABLE_OPERATIONS$39;
23205
23666
  constructor(a) {
23206
23667
  super(), this.payload = this.validatePayload(a);
23207
23668
  }
@@ -23212,7 +23673,7 @@ const PeopleEmailValidateZeroBouncePipeClass1 = class extends Pipe {
23212
23673
  return ["zerobounce-validate-email"];
23213
23674
  }
23214
23675
  getInputGroups() {
23215
- return getDefaultInputGroups$31(this.payload.config);
23676
+ return getDefaultInputGroups$32(this.payload.config);
23216
23677
  }
23217
23678
  getRawOutputFields() {
23218
23679
  return { [isEmailValid$1.name]: this.catalogOutput(isEmailValid$1) };
@@ -23225,9 +23686,9 @@ const PeopleEmailValidateZeroBouncePipeClass1 = class extends Pipe {
23225
23686
  allowManagedConnection: !0
23226
23687
  }];
23227
23688
  }
23228
- }, PeopleEmailValidateZeroBouncePayloadSchema1 = PayloadSchema$47, PeopleEmailValidateZeroBounceEntry1 = {
23229
- pipeId: pipeId$38,
23230
- basePipe: getBasePipeName(pipeId$38),
23689
+ }, PeopleEmailValidateZeroBouncePayloadSchema1 = PayloadSchema$48, PeopleEmailValidateZeroBounceEntry1 = {
23690
+ pipeId: pipeId$39,
23691
+ basePipe: getBasePipeName(pipeId$39),
23231
23692
  label: "Validate email",
23232
23693
  executionMode: "single",
23233
23694
  categories: ["people_data"],
@@ -23238,14 +23699,14 @@ const PeopleEmailValidateZeroBouncePipeClass1 = class extends Pipe {
23238
23699
  description: "Verify email address against various factors, including syntax, domain, and server existence, to ensure it is deliverable and active.",
23239
23700
  tags: [CATALOG_TAGS.EMAIL],
23240
23701
  docPath: "/resources/pipe-catalog/people:email:validate:zerobounce/1",
23241
- billableOperations: BILLABLE_OPERATIONS$38,
23702
+ billableOperations: BILLABLE_OPERATIONS$39,
23242
23703
  inputFieldMode: "static",
23243
23704
  outputFieldMode: "static",
23244
23705
  allowedUserConnectionProviders: ["zerobounce"],
23245
23706
  managedProviders: ["zerobounce"],
23246
- defaultInputGroups: getDefaultInputGroups$31(null),
23707
+ defaultInputGroups: getDefaultInputGroups$32(null),
23247
23708
  defaultPayload: {
23248
- pipe_id: pipeId$38,
23709
+ pipe_id: pipeId$39,
23249
23710
  connector: null,
23250
23711
  trigger: null,
23251
23712
  config: {
@@ -23304,8 +23765,8 @@ function getProviderBillableOperation(a, s) {
23304
23765
  billableOperationDef: u
23305
23766
  };
23306
23767
  }
23307
- var pipeId$37 = "people:mobilenumber:professionalprofile:waterfall@1", linkedInProfileURLInput$1 = getField("professional_profile_url"), mobilePhoneNumberOutput$2 = getField("mobile_number"), providers$7 = ["leadmagic", "prospeo"], defaultProviders$12 = [{ provider: "leadmagic" }, { provider: "prospeo" }], PayloadSchema$46 = object({
23308
- pipe_id: literal(pipeId$37),
23768
+ var pipeId$38 = "people:mobilenumber:professionalprofile:waterfall@1", linkedInProfileURLInput$1 = getField("professional_profile_url"), mobilePhoneNumberOutput$2 = getField("mobile_number"), providers$7 = ["leadmagic", "prospeo"], defaultProviders$12 = [{ provider: "leadmagic" }, { provider: "prospeo" }], PayloadSchema$47 = object({
23769
+ pipe_id: literal(pipeId$38),
23309
23770
  trigger: pipesTriggerInput(),
23310
23771
  connector: optionalConnectorInput(),
23311
23772
  config: object({
@@ -23317,10 +23778,10 @@ var pipeId$37 = "people:mobilenumber:professionalprofile:waterfall@1", linkedInP
23317
23778
  input_fields: inputFields(object({ [linkedInProfileURLInput$1.name]: pipesInputField({ fieldName: linkedInProfileURLInput$1.name }) })),
23318
23779
  output_fields: outputFields(object({ [mobilePhoneNumberOutput$2.name]: pipesOutputField({ fieldName: mobilePhoneNumberOutput$2.name }) }))
23319
23780
  }).optional()
23320
- }), getDefaultInputGroups$30 = (a) => [{
23781
+ }), getDefaultInputGroups$31 = (a) => [{
23321
23782
  condition: "all",
23322
23783
  fields: { [linkedInProfileURLInput$1.name]: catalogInput(linkedInProfileURLInput$1, a) }
23323
- }], BILLABLE_OPERATIONS$37 = {
23784
+ }], BILLABLE_OPERATIONS$38 = {
23324
23785
  "leadmagic-mobile-from-profile": {
23325
23786
  provider: "leadmagic",
23326
23787
  allowManagedConnection: !0,
@@ -23335,10 +23796,10 @@ var pipeId$37 = "people:mobilenumber:professionalprofile:waterfall@1", linkedInP
23335
23796
  }
23336
23797
  };
23337
23798
  const PeopleMobileNumberProfessionalProfileWaterfall1PipeClass = class extends Pipe {
23338
- pipeId = pipeId$37;
23799
+ pipeId = pipeId$38;
23339
23800
  payload;
23340
- payloadSchema = PayloadSchema$46;
23341
- billableOperations = BILLABLE_OPERATIONS$37;
23801
+ payloadSchema = PayloadSchema$47;
23802
+ billableOperations = BILLABLE_OPERATIONS$38;
23342
23803
  constructor(a) {
23343
23804
  super(), this.payload = this.validatePayload(a);
23344
23805
  }
@@ -23349,7 +23810,7 @@ const PeopleMobileNumberProfessionalProfileWaterfall1PipeClass = class extends P
23349
23810
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
23350
23811
  }
23351
23812
  getInputGroups() {
23352
- return getDefaultInputGroups$30(this.payload.config);
23813
+ return getDefaultInputGroups$31(this.payload.config);
23353
23814
  }
23354
23815
  getRawOutputFields() {
23355
23816
  return { [mobilePhoneNumberOutput$2.name]: this.catalogOutput(mobilePhoneNumberOutput$2) };
@@ -23366,9 +23827,9 @@ const PeopleMobileNumberProfessionalProfileWaterfall1PipeClass = class extends P
23366
23827
  allowManagedConnection: !0
23367
23828
  }));
23368
23829
  }
23369
- }, PeopleMobileNumberProfessionalProfileWaterfall1PayloadSchema = PayloadSchema$46, PeopleMobileNumberProfessionalProfileWaterfall1Entry = {
23370
- pipeId: pipeId$37,
23371
- basePipe: getBasePipeName(pipeId$37),
23830
+ }, PeopleMobileNumberProfessionalProfileWaterfall1PayloadSchema = PayloadSchema$47, PeopleMobileNumberProfessionalProfileWaterfall1Entry = {
23831
+ pipeId: pipeId$38,
23832
+ basePipe: getBasePipeName(pipeId$38),
23372
23833
  label: "Mobile number from LinkedIn profile",
23373
23834
  executionMode: "waterfall",
23374
23835
  categories: ["deprecated"],
@@ -23379,14 +23840,14 @@ const PeopleMobileNumberProfessionalProfileWaterfall1PipeClass = class extends P
23379
23840
  description: "Find a mobile phone number for any prospect using multiple data providers in a waterfall motion.",
23380
23841
  docPath: "/resources/pipe-catalog/people:mobilenumber:professionalprofile:waterfall/1",
23381
23842
  tags: [CATALOG_TAGS.PHONE, CATALOG_TAGS.WATERFALL],
23382
- billableOperations: BILLABLE_OPERATIONS$37,
23383
- defaultInputGroups: getDefaultInputGroups$30(null),
23843
+ billableOperations: BILLABLE_OPERATIONS$38,
23844
+ defaultInputGroups: getDefaultInputGroups$31(null),
23384
23845
  inputFieldMode: "static",
23385
23846
  outputFieldMode: "static",
23386
23847
  managedProviders: providers$7,
23387
23848
  allowedUserConnectionProviders: providers$7,
23388
23849
  defaultPayload: {
23389
- pipe_id: pipeId$37,
23850
+ pipe_id: pipeId$38,
23390
23851
  connector: null,
23391
23852
  trigger: null,
23392
23853
  config: {
@@ -23399,8 +23860,8 @@ const PeopleMobileNumberProfessionalProfileWaterfall1PipeClass = class extends P
23399
23860
  }
23400
23861
  }
23401
23862
  };
23402
- var pipeId$36 = "people:mobilenumber:workemail:waterfall@1", workEmailInput$4 = getField("work_email"), mobilePhoneNumberOutput$1 = getField("mobile_number"), providers$6 = ["leadmagic"], defaultProviders$11 = [{ provider: "leadmagic" }], PayloadSchema$45 = object({
23403
- pipe_id: literal(pipeId$36),
23863
+ var pipeId$37 = "people:mobilenumber:workemail:waterfall@1", workEmailInput$4 = getField("work_email"), mobilePhoneNumberOutput$1 = getField("mobile_number"), providers$6 = ["leadmagic"], defaultProviders$11 = [{ provider: "leadmagic" }], PayloadSchema$46 = object({
23864
+ pipe_id: literal(pipeId$37),
23404
23865
  trigger: pipesTriggerInput(),
23405
23866
  connector: optionalConnectorInput(),
23406
23867
  config: object({
@@ -23412,20 +23873,20 @@ var pipeId$36 = "people:mobilenumber:workemail:waterfall@1", workEmailInput$4 =
23412
23873
  input_fields: inputFields(object({ [workEmailInput$4.name]: pipesInputField({ fieldName: workEmailInput$4.name }) })),
23413
23874
  output_fields: outputFields(object({ [mobilePhoneNumberOutput$1.name]: pipesOutputField({ fieldName: mobilePhoneNumberOutput$1.name }) }))
23414
23875
  }).optional()
23415
- }), getDefaultInputGroups$29 = (a) => [{
23876
+ }), getDefaultInputGroups$30 = (a) => [{
23416
23877
  condition: "all",
23417
23878
  fields: { [workEmailInput$4.name]: catalogInput(workEmailInput$4, a) }
23418
- }], BILLABLE_OPERATIONS$36 = { "leadmagic-mobile-from-workemail": {
23879
+ }], BILLABLE_OPERATIONS$37 = { "leadmagic-mobile-from-workemail": {
23419
23880
  provider: "leadmagic",
23420
23881
  allowManagedConnection: !0,
23421
23882
  credits: 2,
23422
23883
  mode: "onSuccess"
23423
23884
  } };
23424
23885
  const PeopleMobileNumberWorkEmailWaterfall1PipeClass = class extends Pipe {
23425
- pipeId = pipeId$36;
23886
+ pipeId = pipeId$37;
23426
23887
  payload;
23427
- payloadSchema = PayloadSchema$45;
23428
- billableOperations = BILLABLE_OPERATIONS$36;
23888
+ payloadSchema = PayloadSchema$46;
23889
+ billableOperations = BILLABLE_OPERATIONS$37;
23429
23890
  constructor(a) {
23430
23891
  super(), this.payload = this.validatePayload(a);
23431
23892
  }
@@ -23436,7 +23897,7 @@ const PeopleMobileNumberWorkEmailWaterfall1PipeClass = class extends Pipe {
23436
23897
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
23437
23898
  }
23438
23899
  getInputGroups() {
23439
- return getDefaultInputGroups$29(this.payload.config);
23900
+ return getDefaultInputGroups$30(this.payload.config);
23440
23901
  }
23441
23902
  getRawOutputFields() {
23442
23903
  return { [mobilePhoneNumberOutput$1.name]: this.catalogOutput(mobilePhoneNumberOutput$1) };
@@ -23450,9 +23911,9 @@ const PeopleMobileNumberWorkEmailWaterfall1PipeClass = class extends Pipe {
23450
23911
  allowManagedConnection: !0
23451
23912
  }));
23452
23913
  }
23453
- }, PeopleMobileNumberWorkEmailWaterfall1PayloadSchema = PayloadSchema$45, PeopleMobileNumberWorkEmailWaterfall1Entry = {
23454
- pipeId: pipeId$36,
23455
- basePipe: getBasePipeName(pipeId$36),
23914
+ }, PeopleMobileNumberWorkEmailWaterfall1PayloadSchema = PayloadSchema$46, PeopleMobileNumberWorkEmailWaterfall1Entry = {
23915
+ pipeId: pipeId$37,
23916
+ basePipe: getBasePipeName(pipeId$37),
23456
23917
  label: "Mobile number from email",
23457
23918
  executionMode: "waterfall",
23458
23919
  categories: ["deprecated"],
@@ -23463,14 +23924,14 @@ const PeopleMobileNumberWorkEmailWaterfall1PipeClass = class extends Pipe {
23463
23924
  description: "Find a mobile phone number for a prospect.",
23464
23925
  tags: [CATALOG_TAGS.PHONE, CATALOG_TAGS.WATERFALL],
23465
23926
  docPath: "/resources/pipe-catalog/people:mobilenumber:workemail:waterfall/1",
23466
- billableOperations: BILLABLE_OPERATIONS$36,
23467
- defaultInputGroups: getDefaultInputGroups$29(null),
23927
+ billableOperations: BILLABLE_OPERATIONS$37,
23928
+ defaultInputGroups: getDefaultInputGroups$30(null),
23468
23929
  inputFieldMode: "static",
23469
23930
  outputFieldMode: "static",
23470
23931
  allowedUserConnectionProviders: providers$6,
23471
23932
  managedProviders: providers$6,
23472
23933
  defaultPayload: {
23473
- pipe_id: pipeId$36,
23934
+ pipe_id: pipeId$37,
23474
23935
  connector: null,
23475
23936
  trigger: null,
23476
23937
  config: {
@@ -23483,8 +23944,8 @@ const PeopleMobileNumberWorkEmailWaterfall1PipeClass = class extends Pipe {
23483
23944
  }
23484
23945
  }
23485
23946
  };
23486
- var pipeId$35 = "people:professionalprofile:waterfall@1", professionalProfile = getField("professional_profile"), professionalProfileUrl = getField("professional_profile_url"), providers$5 = ["prospeo", "icypeas"], defaultProviders$10 = [{ provider: "prospeo" }, { provider: "icypeas" }], PayloadSchema$44 = object({
23487
- pipe_id: literal(pipeId$35),
23947
+ var pipeId$36 = "people:professionalprofile:waterfall@1", professionalProfile = getField("professional_profile"), professionalProfileUrl = getField("professional_profile_url"), providers$5 = ["prospeo", "icypeas"], defaultProviders$10 = [{ provider: "prospeo" }, { provider: "icypeas" }], PayloadSchema$45 = object({
23948
+ pipe_id: literal(pipeId$36),
23488
23949
  trigger: pipesTriggerInput(),
23489
23950
  connector: optionalConnectorInput(),
23490
23951
  config: object({
@@ -23496,10 +23957,10 @@ var pipeId$35 = "people:professionalprofile:waterfall@1", professionalProfile =
23496
23957
  input_fields: inputFields(object({ [professionalProfileUrl.name]: pipesInputField({ fieldName: professionalProfileUrl.name }) })),
23497
23958
  output_fields: outputFields(object({ [professionalProfile.name]: pipesOutputField({ fieldName: professionalProfile.name }) }))
23498
23959
  }).optional()
23499
- }), getDefaultInputGroups$28 = (a) => [{
23960
+ }), getDefaultInputGroups$29 = (a) => [{
23500
23961
  condition: "all",
23501
23962
  fields: { [professionalProfileUrl.name]: catalogInput(professionalProfileUrl, a) }
23502
- }], BILLABLE_OPERATIONS$35 = {
23963
+ }], BILLABLE_OPERATIONS$36 = {
23503
23964
  "icypeas-get-professional-profile": {
23504
23965
  provider: "icypeas",
23505
23966
  credits: 1,
@@ -23514,10 +23975,10 @@ var pipeId$35 = "people:professionalprofile:waterfall@1", professionalProfile =
23514
23975
  }
23515
23976
  };
23516
23977
  const PeopleProfessionalProfileWaterfall1PipeClass = class extends Pipe {
23517
- pipeId = pipeId$35;
23978
+ pipeId = pipeId$36;
23518
23979
  payload;
23519
- payloadSchema = PayloadSchema$44;
23520
- billableOperations = BILLABLE_OPERATIONS$35;
23980
+ payloadSchema = PayloadSchema$45;
23981
+ billableOperations = BILLABLE_OPERATIONS$36;
23521
23982
  constructor(a) {
23522
23983
  super(), this.payload = this.validatePayload(a);
23523
23984
  }
@@ -23528,7 +23989,7 @@ const PeopleProfessionalProfileWaterfall1PipeClass = class extends Pipe {
23528
23989
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
23529
23990
  }
23530
23991
  getInputGroups() {
23531
- return getDefaultInputGroups$28(this.payload.config);
23992
+ return getDefaultInputGroups$29(this.payload.config);
23532
23993
  }
23533
23994
  getRawOutputFields() {
23534
23995
  return { [professionalProfile.name]: this.catalogOutput(professionalProfile) };
@@ -23545,9 +24006,9 @@ const PeopleProfessionalProfileWaterfall1PipeClass = class extends Pipe {
23545
24006
  allowManagedConnection: !0
23546
24007
  }));
23547
24008
  }
23548
- }, PeopleProfessionalProfileWaterfall1PayloadSchema = PayloadSchema$44, PeopleProfessionalProfileWaterfall1Entry = {
23549
- pipeId: pipeId$35,
23550
- basePipe: getBasePipeName(pipeId$35),
24009
+ }, PeopleProfessionalProfileWaterfall1PayloadSchema = PayloadSchema$45, PeopleProfessionalProfileWaterfall1Entry = {
24010
+ pipeId: pipeId$36,
24011
+ basePipe: getBasePipeName(pipeId$36),
23551
24012
  label: "Full LinkedIn profile",
23552
24013
  executionMode: "waterfall",
23553
24014
  categories: ["deprecated"],
@@ -23562,10 +24023,10 @@ const PeopleProfessionalProfileWaterfall1PipeClass = class extends Pipe {
23562
24023
  allowedUserConnectionProviders: providers$5,
23563
24024
  inputFieldMode: "static",
23564
24025
  outputFieldMode: "static",
23565
- billableOperations: BILLABLE_OPERATIONS$35,
23566
- defaultInputGroups: getDefaultInputGroups$28(null),
24026
+ billableOperations: BILLABLE_OPERATIONS$36,
24027
+ defaultInputGroups: getDefaultInputGroups$29(null),
23567
24028
  defaultPayload: {
23568
- pipe_id: pipeId$35,
24029
+ pipe_id: pipeId$36,
23569
24030
  trigger: null,
23570
24031
  connector: null,
23571
24032
  config: {
@@ -23578,8 +24039,8 @@ const PeopleProfessionalProfileWaterfall1PipeClass = class extends Pipe {
23578
24039
  }
23579
24040
  }
23580
24041
  };
23581
- var pipeId$34 = "people:professionalprofileurl:email:waterfall@1", emailInput$2 = getField("email"), workEmailInput$3 = getField("work_email"), professionalProfileUrlOutput$3 = getField("professional_profile_url"), providers$4 = ["leadmagic"], defaultProviders$9 = [{ provider: "leadmagic" }], PayloadSchema$43 = object({
23582
- pipe_id: literal(pipeId$34),
24042
+ var pipeId$35 = "people:professionalprofileurl:email:waterfall@1", emailInput$2 = getField("email"), workEmailInput$3 = getField("work_email"), professionalProfileUrlOutput$3 = getField("professional_profile_url"), providers$4 = ["leadmagic"], defaultProviders$9 = [{ provider: "leadmagic" }], PayloadSchema$44 = object({
24043
+ pipe_id: literal(pipeId$35),
23583
24044
  trigger: pipesTriggerInput(),
23584
24045
  connector: optionalConnectorInput(),
23585
24046
  config: object({
@@ -23594,23 +24055,23 @@ var pipeId$34 = "people:professionalprofileurl:email:waterfall@1", emailInput$2
23594
24055
  })),
23595
24056
  output_fields: outputFields(object({ [professionalProfileUrlOutput$3.name]: pipesOutputField({ fieldName: professionalProfileUrlOutput$3.name }) }))
23596
24057
  }).optional()
23597
- }), getDefaultInputGroups$27 = (a) => [{
24058
+ }), getDefaultInputGroups$28 = (a) => [{
23598
24059
  condition: "atLeastOne",
23599
24060
  fields: {
23600
24061
  [emailInput$2.name]: catalogInput(emailInput$2, a),
23601
24062
  [workEmailInput$3.name]: catalogInput(workEmailInput$3, a)
23602
24063
  }
23603
- }], BILLABLE_OPERATIONS$34 = { "leadmagic-profile-url-from-email": {
24064
+ }], BILLABLE_OPERATIONS$35 = { "leadmagic-profile-url-from-email": {
23604
24065
  provider: "leadmagic",
23605
24066
  allowManagedConnection: !0,
23606
24067
  credits: 3.5,
23607
24068
  mode: "onSuccess"
23608
24069
  } };
23609
24070
  const PeopleProfessionalProfileUrlEmailWaterfall1PipeClass = class extends Pipe {
23610
- pipeId = pipeId$34;
24071
+ pipeId = pipeId$35;
23611
24072
  payload;
23612
- payloadSchema = PayloadSchema$43;
23613
- billableOperations = BILLABLE_OPERATIONS$34;
24073
+ payloadSchema = PayloadSchema$44;
24074
+ billableOperations = BILLABLE_OPERATIONS$35;
23614
24075
  constructor(a) {
23615
24076
  super(), this.payload = this.validatePayload(a);
23616
24077
  }
@@ -23621,7 +24082,7 @@ const PeopleProfessionalProfileUrlEmailWaterfall1PipeClass = class extends Pipe
23621
24082
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
23622
24083
  }
23623
24084
  getInputGroups() {
23624
- return getDefaultInputGroups$27(this.payload.config);
24085
+ return getDefaultInputGroups$28(this.payload.config);
23625
24086
  }
23626
24087
  getRawOutputFields() {
23627
24088
  return { [professionalProfileUrlOutput$3.name]: this.catalogOutput(professionalProfileUrlOutput$3) };
@@ -23635,9 +24096,9 @@ const PeopleProfessionalProfileUrlEmailWaterfall1PipeClass = class extends Pipe
23635
24096
  allowManagedConnection: !0
23636
24097
  }));
23637
24098
  }
23638
- }, PeopleProfessionalProfileUrlEmailWaterfall1PayloadSchema = PayloadSchema$43, PeopleProfessionalProfileUrlEmailWaterfall1Entry = {
23639
- pipeId: pipeId$34,
23640
- basePipe: getBasePipeName(pipeId$34),
24099
+ }, PeopleProfessionalProfileUrlEmailWaterfall1PayloadSchema = PayloadSchema$44, PeopleProfessionalProfileUrlEmailWaterfall1Entry = {
24100
+ pipeId: pipeId$35,
24101
+ basePipe: getBasePipeName(pipeId$35),
23641
24102
  managedProviders: providers$4,
23642
24103
  allowedUserConnectionProviders: providers$4,
23643
24104
  label: "LinkedIn URL from email",
@@ -23650,12 +24111,12 @@ const PeopleProfessionalProfileUrlEmailWaterfall1PipeClass = class extends Pipe
23650
24111
  description: "Find the URL for a prospect's LinkedIn profile from their personal or professional email address.",
23651
24112
  tags: [CATALOG_TAGS.LINKEDIN],
23652
24113
  docPath: "/resources/pipe-catalog/people:professionalprofileurl:email:waterfall/1",
23653
- billableOperations: BILLABLE_OPERATIONS$34,
24114
+ billableOperations: BILLABLE_OPERATIONS$35,
23654
24115
  inputFieldMode: "static",
23655
24116
  outputFieldMode: "static",
23656
- defaultInputGroups: getDefaultInputGroups$27(null),
24117
+ defaultInputGroups: getDefaultInputGroups$28(null),
23657
24118
  defaultPayload: {
23658
- pipe_id: pipeId$34,
24119
+ pipe_id: pipeId$35,
23659
24120
  trigger: null,
23660
24121
  connector: null,
23661
24122
  config: {
@@ -23671,8 +24132,8 @@ const PeopleProfessionalProfileUrlEmailWaterfall1PipeClass = class extends Pipe
23671
24132
  }
23672
24133
  }
23673
24134
  };
23674
- var pipeId$33 = "people:professionalprofileurl:name@1", nameInput$2 = getField("name"), companyNameInput$2 = getField("company_name"), locationHintInput$1 = getField("location_hint"), professionalProfileUrlOutput$2 = getField("professional_profile_url"), PayloadSchema$42 = object({
23675
- pipe_id: literal(pipeId$33),
24135
+ var pipeId$34 = "people:professionalprofileurl:name@1", nameInput$2 = getField("name"), companyNameInput$2 = getField("company_name"), locationHintInput$1 = getField("location_hint"), professionalProfileUrlOutput$2 = getField("professional_profile_url"), PayloadSchema$43 = object({
24136
+ pipe_id: literal(pipeId$34),
23676
24137
  connector: noConnectorInput(),
23677
24138
  trigger: pipesTriggerInput(),
23678
24139
  config: object({
@@ -23683,7 +24144,7 @@ var pipeId$33 = "people:professionalprofileurl:name@1", nameInput$2 = getField("
23683
24144
  })),
23684
24145
  output_fields: outputFields(object({ [professionalProfileUrlOutput$2.name]: pipesOutputField({ fieldName: professionalProfileUrlOutput$2.name }) }))
23685
24146
  }).optional()
23686
- }), getDefaultInputGroups$26 = (a) => [
24147
+ }), getDefaultInputGroups$27 = (a) => [
23687
24148
  {
23688
24149
  condition: "all",
23689
24150
  fields: { [nameInput$2.name]: catalogInput(nameInput$2, a) }
@@ -23696,17 +24157,17 @@ var pipeId$33 = "people:professionalprofileurl:name@1", nameInput$2 = getField("
23696
24157
  condition: "none",
23697
24158
  fields: { [locationHintInput$1.name]: catalogInput(locationHintInput$1, a) }
23698
24159
  }
23699
- ], BILLABLE_OPERATIONS$33 = { "pipe0-get-profileurl-from-name": {
24160
+ ], BILLABLE_OPERATIONS$34 = { "pipe0-get-profileurl-from-name": {
23700
24161
  provider: "pipe0",
23701
24162
  allowManagedConnection: !0,
23702
24163
  credits: .6,
23703
24164
  mode: "always"
23704
24165
  } };
23705
24166
  const PeopleProfessionalProfileUrlName1PipeClass = class extends Pipe {
23706
- pipeId = pipeId$33;
24167
+ pipeId = pipeId$34;
23707
24168
  payload;
23708
- payloadSchema = PayloadSchema$42;
23709
- billableOperations = BILLABLE_OPERATIONS$33;
24169
+ payloadSchema = PayloadSchema$43;
24170
+ billableOperations = BILLABLE_OPERATIONS$34;
23710
24171
  constructor(a) {
23711
24172
  super(), this.payload = this.validatePayload(a);
23712
24173
  }
@@ -23717,7 +24178,7 @@ const PeopleProfessionalProfileUrlName1PipeClass = class extends Pipe {
23717
24178
  return ["pipe0-get-profileurl-from-name"];
23718
24179
  }
23719
24180
  getInputGroups() {
23720
- return getDefaultInputGroups$26(this.payload.config);
24181
+ return getDefaultInputGroups$27(this.payload.config);
23721
24182
  }
23722
24183
  getRawOutputFields() {
23723
24184
  return { [professionalProfileUrlOutput$2.name]: this.catalogOutput(professionalProfileUrlOutput$2) };
@@ -23730,9 +24191,9 @@ const PeopleProfessionalProfileUrlName1PipeClass = class extends Pipe {
23730
24191
  allowManagedConnection: !0
23731
24192
  }];
23732
24193
  }
23733
- }, PeopleProfessionalProfileUrlName1PayloadSchema = PayloadSchema$42, PeopleProfessionalProfileUrlName1Entry = {
23734
- pipeId: pipeId$33,
23735
- basePipe: getBasePipeName(pipeId$33),
24194
+ }, PeopleProfessionalProfileUrlName1PayloadSchema = PayloadSchema$43, PeopleProfessionalProfileUrlName1Entry = {
24195
+ pipeId: pipeId$34,
24196
+ basePipe: getBasePipeName(pipeId$34),
23736
24197
  label: "LinkedIn URL from name",
23737
24198
  executionMode: "single",
23738
24199
  categories: ["deprecated"],
@@ -23745,12 +24206,12 @@ const PeopleProfessionalProfileUrlName1PipeClass = class extends Pipe {
23745
24206
  description: "Find the LinkedIn profile URL by using the prospect's name as input.",
23746
24207
  docPath: "/resources/pipe-catalog/people:professionalprofileurl:name/1",
23747
24208
  tags: [CATALOG_TAGS.LINKEDIN],
23748
- billableOperations: BILLABLE_OPERATIONS$33,
23749
- defaultInputGroups: getDefaultInputGroups$26(null),
24209
+ billableOperations: BILLABLE_OPERATIONS$34,
24210
+ defaultInputGroups: getDefaultInputGroups$27(null),
23750
24211
  inputFieldMode: "static",
23751
24212
  outputFieldMode: "static",
23752
24213
  defaultPayload: {
23753
- pipe_id: pipeId$33,
24214
+ pipe_id: pipeId$34,
23754
24215
  connector: void 0,
23755
24216
  trigger: null,
23756
24217
  config: {
@@ -23766,8 +24227,8 @@ const PeopleProfessionalProfileUrlName1PipeClass = class extends Pipe {
23766
24227
  }
23767
24228
  }
23768
24229
  };
23769
- var pipeId$32 = "people:validate:email:zerobounce@1", workEmail = getField("work_email"), ipAddress = getField("ip_address"), isEmailValid = getField("is_email_valid"), PayloadSchema$41 = object({
23770
- pipe_id: literal(pipeId$32),
24230
+ var pipeId$33 = "people:validate:email:zerobounce@1", workEmail = getField("work_email"), ipAddress = getField("ip_address"), isEmailValid = getField("is_email_valid"), PayloadSchema$42 = object({
24231
+ pipe_id: literal(pipeId$33),
23771
24232
  connector: optionalConnectorInput(),
23772
24233
  trigger: pipesTriggerInput(),
23773
24234
  config: object({
@@ -23777,23 +24238,23 @@ var pipeId$32 = "people:validate:email:zerobounce@1", workEmail = getField("work
23777
24238
  })),
23778
24239
  output_fields: outputFields(object({ [isEmailValid.name]: pipesOutputField({ fieldName: isEmailValid.name }) }))
23779
24240
  }).optional()
23780
- }), getDefaultInputGroups$25 = (a) => [{
24241
+ }), getDefaultInputGroups$26 = (a) => [{
23781
24242
  condition: "all",
23782
24243
  fields: { [workEmail.name]: catalogInput(workEmail, a) }
23783
24244
  }, {
23784
24245
  condition: "none",
23785
24246
  fields: { [ipAddress.name]: catalogInput(ipAddress, a) }
23786
- }], BILLABLE_OPERATIONS$32 = { "zerobounce-validate-email": {
24247
+ }], BILLABLE_OPERATIONS$33 = { "zerobounce-validate-email": {
23787
24248
  provider: "zerobounce",
23788
24249
  allowManagedConnection: !0,
23789
24250
  credits: .3,
23790
24251
  mode: "always"
23791
24252
  } };
23792
24253
  const PeopleValidateEmailZeroBouncePipeClass = class extends Pipe {
23793
- pipeId = pipeId$32;
24254
+ pipeId = pipeId$33;
23794
24255
  payload;
23795
- payloadSchema = PayloadSchema$41;
23796
- billableOperations = BILLABLE_OPERATIONS$32;
24256
+ payloadSchema = PayloadSchema$42;
24257
+ billableOperations = BILLABLE_OPERATIONS$33;
23797
24258
  constructor(a) {
23798
24259
  super(), this.payload = this.validatePayload(a);
23799
24260
  }
@@ -23804,7 +24265,7 @@ const PeopleValidateEmailZeroBouncePipeClass = class extends Pipe {
23804
24265
  return ["zerobounce-validate-email"];
23805
24266
  }
23806
24267
  getInputGroups() {
23807
- return getDefaultInputGroups$25(this.payload.config);
24268
+ return getDefaultInputGroups$26(this.payload.config);
23808
24269
  }
23809
24270
  getRawOutputFields() {
23810
24271
  return { [isEmailValid.name]: this.catalogOutput(isEmailValid) };
@@ -23817,9 +24278,9 @@ const PeopleValidateEmailZeroBouncePipeClass = class extends Pipe {
23817
24278
  allowManagedConnection: !0
23818
24279
  }];
23819
24280
  }
23820
- }, PeopleValidateEmailZeroBounce1PayloadSchema = PayloadSchema$41, PeopleValidateEmailZeroBounce1Entry = {
23821
- pipeId: pipeId$32,
23822
- basePipe: getBasePipeName(pipeId$32),
24281
+ }, PeopleValidateEmailZeroBounce1PayloadSchema = PayloadSchema$42, PeopleValidateEmailZeroBounce1Entry = {
24282
+ pipeId: pipeId$33,
24283
+ basePipe: getBasePipeName(pipeId$33),
23823
24284
  label: "Validate email",
23824
24285
  executionMode: "single",
23825
24286
  categories: ["deprecated"],
@@ -23830,14 +24291,14 @@ const PeopleValidateEmailZeroBouncePipeClass = class extends Pipe {
23830
24291
  description: "Verify email address against various factors, including syntax, domain, and server existence, to ensure it is deliverable and active.",
23831
24292
  tags: [CATALOG_TAGS.EMAIL],
23832
24293
  docPath: "/resources/pipe-catalog/people:validate:email:zerobounce/1",
23833
- billableOperations: BILLABLE_OPERATIONS$32,
24294
+ billableOperations: BILLABLE_OPERATIONS$33,
23834
24295
  inputFieldMode: "static",
23835
24296
  outputFieldMode: "static",
23836
24297
  allowedUserConnectionProviders: ["zerobounce"],
23837
24298
  managedProviders: ["zerobounce"],
23838
- defaultInputGroups: getDefaultInputGroups$25(null),
24299
+ defaultInputGroups: getDefaultInputGroups$26(null),
23839
24300
  defaultPayload: {
23840
- pipe_id: pipeId$32,
24301
+ pipe_id: pipeId$33,
23841
24302
  connector: null,
23842
24303
  trigger: null,
23843
24304
  config: {
@@ -23852,8 +24313,8 @@ const PeopleValidateEmailZeroBouncePipeClass = class extends Pipe {
23852
24313
  }
23853
24314
  }
23854
24315
  };
23855
- var pipeId$31 = "email:send:gmail@1", email$4 = getField("email"), emailSubjectLine$1 = getField("email_subject"), emailMarkdown$1 = getField("email_body"), gmailEmailSucccess = getField("gmail_email_success"), PayloadSchema$40 = object({
23856
- pipe_id: literal(pipeId$31),
24316
+ var pipeId$32 = "email:send:gmail@1", email$4 = getField("email"), emailSubjectLine$1 = getField("email_subject"), emailMarkdown$1 = getField("email_body"), gmailEmailSucccess = getField("gmail_email_success"), PayloadSchema$41 = object({
24317
+ pipe_id: literal(pipeId$32),
23857
24318
  connector: requiredConnectorInput(),
23858
24319
  trigger: pipesTriggerInput(),
23859
24320
  config: object({
@@ -23872,7 +24333,7 @@ var pipeId$31 = "email:send:gmail@1", email$4 = getField("email"), emailSubjectL
23872
24333
  })),
23873
24334
  output_fields: outputFields(object({ [gmailEmailSucccess.name]: pipesOutputField({ fieldName: gmailEmailSucccess.name }) }))
23874
24335
  })
23875
- }), getDefaultInputGroups$24 = (a) => [
24336
+ }), getDefaultInputGroups$25 = (a) => [
23876
24337
  {
23877
24338
  condition: "all",
23878
24339
  fields: { [email$4.name]: catalogInput(email$4, a) }
@@ -23885,17 +24346,17 @@ var pipeId$31 = "email:send:gmail@1", email$4 = getField("email"), emailSubjectL
23885
24346
  condition: "all",
23886
24347
  fields: { [emailSubjectLine$1.name]: catalogInput(emailSubjectLine$1, a) }
23887
24348
  }
23888
- ], BILLABLE_OPERATIONS$31 = { "send-email-gmail": {
24349
+ ], BILLABLE_OPERATIONS$32 = { "send-email-gmail": {
23889
24350
  allowManagedConnection: !1,
23890
24351
  provider: "gmail",
23891
24352
  credits: null,
23892
24353
  mode: null
23893
24354
  } };
23894
24355
  const ActionSendMailGmailPipeClass1 = class extends Pipe {
23895
- pipeId = pipeId$31;
24356
+ pipeId = pipeId$32;
23896
24357
  payload;
23897
- payloadSchema = PayloadSchema$40;
23898
- billableOperations = BILLABLE_OPERATIONS$31;
24358
+ payloadSchema = PayloadSchema$41;
24359
+ billableOperations = BILLABLE_OPERATIONS$32;
23899
24360
  constructor(a) {
23900
24361
  super(), this.payload = this.validatePayload(a);
23901
24362
  }
@@ -23906,7 +24367,7 @@ const ActionSendMailGmailPipeClass1 = class extends Pipe {
23906
24367
  return ["send-email-gmail"];
23907
24368
  }
23908
24369
  getInputGroups() {
23909
- return getDefaultInputGroups$24(this.payload.config);
24370
+ return getDefaultInputGroups$25(this.payload.config);
23910
24371
  }
23911
24372
  getRawOutputFields() {
23912
24373
  return { [gmailEmailSucccess.name]: this.catalogOutput(gmailEmailSucccess) };
@@ -23919,9 +24380,9 @@ const ActionSendMailGmailPipeClass1 = class extends Pipe {
23919
24380
  allowManagedConnection: !1
23920
24381
  }];
23921
24382
  }
23922
- }, ActionSendMailGmailPayloadSchema1 = PayloadSchema$40, ActionSendMailGmailEntry1 = {
23923
- pipeId: pipeId$31,
23924
- basePipe: getBasePipeName(pipeId$31),
24383
+ }, ActionSendMailGmailPayloadSchema1 = PayloadSchema$41, ActionSendMailGmailEntry1 = {
24384
+ pipeId: pipeId$32,
24385
+ basePipe: getBasePipeName(pipeId$32),
23925
24386
  label: "Send email",
23926
24387
  executionMode: "single",
23927
24388
  categories: ["actions"],
@@ -23929,14 +24390,14 @@ const ActionSendMailGmailPipeClass1 = class extends Pipe {
23929
24390
  description: "Send an email with Gmail",
23930
24391
  tags: [CATALOG_TAGS.EMAIL],
23931
24392
  docPath: "/resources/pipe-catalog/email:send:gmail/1",
23932
- billableOperations: BILLABLE_OPERATIONS$31,
24393
+ billableOperations: BILLABLE_OPERATIONS$32,
23933
24394
  inputFieldMode: "static",
23934
24395
  outputFieldMode: "static",
23935
24396
  allowedUserConnectionProviders: ["gmail"],
23936
- defaultInputGroups: getDefaultInputGroups$24(null),
24397
+ defaultInputGroups: getDefaultInputGroups$25(null),
23937
24398
  managedProviders: [],
23938
24399
  defaultPayload: {
23939
- pipe_id: pipeId$31,
24400
+ pipe_id: pipeId$32,
23940
24401
  connector: {
23941
24402
  strategy: "first",
23942
24403
  connections: []
@@ -23956,8 +24417,8 @@ const ActionSendMailGmailPipeClass1 = class extends Pipe {
23956
24417
  }
23957
24418
  }
23958
24419
  };
23959
- var pipeId$30 = "email:send:resend@1", email$3 = getField("email"), emailSubjectLine = getField("email_subject"), emailMarkdown = getField("email_body"), sentResult = getField("resend_email_success"), PayloadSchema$39 = object({
23960
- pipe_id: literal(pipeId$30),
24420
+ var pipeId$31 = "email:send:resend@1", email$3 = getField("email"), emailSubjectLine = getField("email_subject"), emailMarkdown = getField("email_body"), sentResult = getField("resend_email_success"), PayloadSchema$40 = object({
24421
+ pipe_id: literal(pipeId$31),
23961
24422
  connector: requiredConnectorInput(),
23962
24423
  trigger: pipesTriggerInput(),
23963
24424
  config: object({
@@ -23985,7 +24446,7 @@ var pipeId$30 = "email:send:resend@1", email$3 = getField("email"), emailSubject
23985
24446
  })),
23986
24447
  output_fields: outputFields(object({ [sentResult.name]: pipesOutputField({ fieldName: sentResult.name }) }))
23987
24448
  })
23988
- }), getDefaultInputGroups$23 = (a) => [
24449
+ }), getDefaultInputGroups$24 = (a) => [
23989
24450
  {
23990
24451
  condition: "all",
23991
24452
  fields: { [email$3.name]: catalogInput(email$3, a) }
@@ -23998,17 +24459,17 @@ var pipeId$30 = "email:send:resend@1", email$3 = getField("email"), emailSubject
23998
24459
  condition: "all",
23999
24460
  fields: { [emailSubjectLine.name]: catalogInput(emailSubjectLine, a) }
24000
24461
  }
24001
- ], BILLABLE_OPERATIONS$30 = { "send-email-resend": {
24462
+ ], BILLABLE_OPERATIONS$31 = { "send-email-resend": {
24002
24463
  allowManagedConnection: !1,
24003
24464
  provider: "resend",
24004
24465
  credits: null,
24005
24466
  mode: null
24006
24467
  } };
24007
24468
  const ActionSendMailResend1PipeClass = class extends Pipe {
24008
- pipeId = pipeId$30;
24469
+ pipeId = pipeId$31;
24009
24470
  payload;
24010
- payloadSchema = PayloadSchema$39;
24011
- billableOperations = BILLABLE_OPERATIONS$30;
24471
+ payloadSchema = PayloadSchema$40;
24472
+ billableOperations = BILLABLE_OPERATIONS$31;
24012
24473
  constructor(a) {
24013
24474
  super(), this.payload = this.validatePayload(a);
24014
24475
  }
@@ -24019,7 +24480,7 @@ const ActionSendMailResend1PipeClass = class extends Pipe {
24019
24480
  return ["send-email-resend"];
24020
24481
  }
24021
24482
  getInputGroups() {
24022
- return getDefaultInputGroups$23(this.payload.config);
24483
+ return getDefaultInputGroups$24(this.payload.config);
24023
24484
  }
24024
24485
  getRawOutputFields() {
24025
24486
  return { [sentResult.name]: this.catalogOutput(sentResult) };
@@ -24032,9 +24493,9 @@ const ActionSendMailResend1PipeClass = class extends Pipe {
24032
24493
  allowManagedConnection: !1
24033
24494
  }];
24034
24495
  }
24035
- }, ActionSendMailResend1PayloadSchema = PayloadSchema$39, ActionSendMailResend1Entry = {
24036
- pipeId: pipeId$30,
24037
- basePipe: getBasePipeName(pipeId$30),
24496
+ }, ActionSendMailResend1PayloadSchema = PayloadSchema$40, ActionSendMailResend1Entry = {
24497
+ pipeId: pipeId$31,
24498
+ basePipe: getBasePipeName(pipeId$31),
24038
24499
  label: "Send email with Resend",
24039
24500
  executionMode: "single",
24040
24501
  categories: ["actions"],
@@ -24042,14 +24503,14 @@ const ActionSendMailResend1PipeClass = class extends Pipe {
24042
24503
  description: "Send an email with Resend",
24043
24504
  tags: [CATALOG_TAGS.EMAIL],
24044
24505
  docPath: "/resources/pipe-catalog/email:send:resend/1",
24045
- billableOperations: BILLABLE_OPERATIONS$30,
24506
+ billableOperations: BILLABLE_OPERATIONS$31,
24046
24507
  inputFieldMode: "static",
24047
24508
  outputFieldMode: "static",
24048
24509
  allowedUserConnectionProviders: ["resend"],
24049
- defaultInputGroups: getDefaultInputGroups$23(null),
24510
+ defaultInputGroups: getDefaultInputGroups$24(null),
24050
24511
  managedProviders: [],
24051
24512
  defaultPayload: {
24052
- pipe_id: pipeId$30,
24513
+ pipe_id: pipeId$31,
24053
24514
  connector: {
24054
24515
  strategy: "first",
24055
24516
  connections: []
@@ -24660,7 +25121,7 @@ function parsedFieldsToPipeIO({ inputs: a, outputs: s, jsonSchemas: c = {} }) {
24660
25121
  outputFields: u
24661
25122
  };
24662
25123
  }
24663
- var pipeId$29 = "email:write@1", BILLABLE_OPERATIONS$29 = {
25124
+ var pipeId$30 = "email:write@1", BILLABLE_OPERATIONS$30 = {
24664
25125
  "gemini-flash-latest-write-email": {
24665
25126
  credits: .5,
24666
25127
  allowManagedConnection: !0,
@@ -24679,8 +25140,8 @@ var pipeId$29 = "email:write@1", BILLABLE_OPERATIONS$29 = {
24679
25140
  provider: "openai",
24680
25141
  mode: "always"
24681
25142
  }
24682
- }, emailSubject = getField("email_subject"), emailBody = getField("email_body"), PayloadSchema$38 = object({
24683
- pipe_id: literal(pipeId$29),
25143
+ }, emailSubject = getField("email_subject"), emailBody = getField("email_body"), PayloadSchema$39 = object({
25144
+ pipe_id: literal(pipeId$30),
24684
25145
  connector: optionalConnectorInput(),
24685
25146
  trigger: pipesTriggerInput(),
24686
25147
  config: object({
@@ -24704,7 +25165,7 @@ var pipeId$29 = "email:write@1", BILLABLE_OPERATIONS$29 = {
24704
25165
  value: "gemini-flash-latest",
24705
25166
  widgets: {
24706
25167
  logo: { url: providerCatalog.gemini.logoUrl },
24707
- pricing: { credits: BILLABLE_OPERATIONS$29["gemini-flash-latest-write-email"].credits }
25168
+ pricing: { credits: BILLABLE_OPERATIONS$30["gemini-flash-latest-write-email"].credits }
24708
25169
  }
24709
25170
  },
24710
25171
  {
@@ -24712,7 +25173,7 @@ var pipeId$29 = "email:write@1", BILLABLE_OPERATIONS$29 = {
24712
25173
  value: "openai-gpt-latest",
24713
25174
  widgets: {
24714
25175
  logo: { url: providerCatalog.openai.logoUrl },
24715
- pricing: { credits: BILLABLE_OPERATIONS$29["openai-gpt-latest-write-email"].credits }
25176
+ pricing: { credits: BILLABLE_OPERATIONS$30["openai-gpt-latest-write-email"].credits }
24716
25177
  }
24717
25178
  },
24718
25179
  {
@@ -24720,7 +25181,7 @@ var pipeId$29 = "email:write@1", BILLABLE_OPERATIONS$29 = {
24720
25181
  value: "openai-gpt-mini-latest",
24721
25182
  widgets: {
24722
25183
  logo: { url: providerCatalog.openai.logoUrl },
24723
- pricing: { credits: BILLABLE_OPERATIONS$29["openai-gpt-mini-latest-write-email"].credits }
25184
+ pricing: { credits: BILLABLE_OPERATIONS$30["openai-gpt-mini-latest-write-email"].credits }
24724
25185
  }
24725
25186
  }
24726
25187
  ]
@@ -24762,10 +25223,10 @@ var pipeId$29 = "email:write@1", BILLABLE_OPERATIONS$29 = {
24762
25223
  })
24763
25224
  });
24764
25225
  const EmailWrite1PipeClass = class extends Pipe {
24765
- pipeId = pipeId$29;
25226
+ pipeId = pipeId$30;
24766
25227
  payload;
24767
- payloadSchema = PayloadSchema$38;
24768
- billableOperations = BILLABLE_OPERATIONS$29;
25228
+ payloadSchema = PayloadSchema$39;
25229
+ billableOperations = BILLABLE_OPERATIONS$30;
24769
25230
  constructor(a) {
24770
25231
  super(), this.payload = this.validatePayload(a);
24771
25232
  }
@@ -24821,11 +25282,11 @@ const EmailWrite1PipeClass = class extends Pipe {
24821
25282
  default: throw Error(`Unknown model in ${this.pipeId}`);
24822
25283
  }
24823
25284
  }
24824
- }, EmailWrite1PayloadSchema = PayloadSchema$38, EmailWrite1Entry = {
24825
- pipeId: pipeId$29,
25285
+ }, EmailWrite1PayloadSchema = PayloadSchema$39, EmailWrite1Entry = {
25286
+ pipeId: pipeId$30,
24826
25287
  inputFieldMode: "config",
24827
25288
  outputFieldMode: "static",
24828
- basePipe: getBasePipeName(pipeId$29),
25289
+ basePipe: getBasePipeName(pipeId$30),
24829
25290
  label: "Email writer",
24830
25291
  executionMode: "single",
24831
25292
  categories: ["tools"],
@@ -24834,11 +25295,11 @@ const EmailWrite1PipeClass = class extends Pipe {
24834
25295
  tags: [CATALOG_TAGS.AI],
24835
25296
  docPath: "/resources/pipe-catalog/email:write/1",
24836
25297
  defaultInputGroups: [],
24837
- billableOperations: BILLABLE_OPERATIONS$29,
25298
+ billableOperations: BILLABLE_OPERATIONS$30,
24838
25299
  allowedUserConnectionProviders: ["gemini", "openai"],
24839
25300
  managedProviders: ["gemini", "openai"],
24840
25301
  defaultPayload: {
24841
- pipe_id: pipeId$29,
25302
+ pipe_id: pipeId$30,
24842
25303
  connector: null,
24843
25304
  trigger: null,
24844
25305
  config: {
@@ -24859,8 +25320,8 @@ const EmailWrite1PipeClass = class extends Pipe {
24859
25320
  }
24860
25321
  }
24861
25322
  };
24862
- var pipeId$28 = "fields:merge@1", orResultOutput = getField("merge_result"), PayloadSchema$37 = object({
24863
- pipe_id: literal(pipeId$28),
25323
+ var pipeId$29 = "fields:merge@1", orResultOutput = getField("merge_result"), PayloadSchema$38 = object({
25324
+ pipe_id: literal(pipeId$29),
24864
25325
  connector: noConnectorInput(),
24865
25326
  trigger: pipesTriggerInput(),
24866
25327
  config: object({
@@ -24873,17 +25334,17 @@ var pipeId$28 = "fields:merge@1", orResultOutput = getField("merge_result"), Pay
24873
25334
  }),
24874
25335
  output_fields: outputFields(object({ [orResultOutput.name]: pipesOutputField({ fieldName: orResultOutput.name }) }))
24875
25336
  })
24876
- }), BILLABLE_OPERATIONS$28 = { "pipe0-field-or": {
25337
+ }), BILLABLE_OPERATIONS$29 = { "pipe0-field-or": {
24877
25338
  credits: 0,
24878
25339
  allowManagedConnection: !0,
24879
25340
  provider: "pipe0",
24880
25341
  mode: "always"
24881
25342
  } };
24882
25343
  const FieldsOrPipeClass1 = class extends Pipe {
24883
- pipeId = pipeId$28;
25344
+ pipeId = pipeId$29;
24884
25345
  payload;
24885
- payloadSchema = PayloadSchema$37;
24886
- billableOperations = BILLABLE_OPERATIONS$28;
25346
+ payloadSchema = PayloadSchema$38;
25347
+ billableOperations = BILLABLE_OPERATIONS$29;
24887
25348
  constructor(a) {
24888
25349
  super(), this.payload = this.validatePayload(a);
24889
25350
  }
@@ -24933,11 +25394,11 @@ const FieldsOrPipeClass1 = class extends Pipe {
24933
25394
  allowManagedConnection: !0
24934
25395
  }];
24935
25396
  }
24936
- }, FieldsOrPayloadSchema1 = PayloadSchema$37, FieldsOrEntry1 = {
24937
- pipeId: pipeId$28,
25397
+ }, FieldsOrPayloadSchema1 = PayloadSchema$38, FieldsOrEntry1 = {
25398
+ pipeId: pipeId$29,
24938
25399
  inputFieldMode: "config",
24939
25400
  outputFieldMode: "static",
24940
- basePipe: getBasePipeName(pipeId$28),
25401
+ basePipe: getBasePipeName(pipeId$29),
24941
25402
  label: "Merge fields",
24942
25403
  executionMode: "single",
24943
25404
  categories: ["tools"],
@@ -24946,11 +25407,11 @@ const FieldsOrPipeClass1 = class extends Pipe {
24946
25407
  tags: [CATALOG_TAGS.FIELDS, CATALOG_TAGS.LOGIC],
24947
25408
  docPath: "/resources/pipe-catalog/fields:merge/1",
24948
25409
  defaultInputGroups: [],
24949
- billableOperations: BILLABLE_OPERATIONS$28,
25410
+ billableOperations: BILLABLE_OPERATIONS$29,
24950
25411
  allowedUserConnectionProviders: [],
24951
25412
  managedProviders: ["pipe0"],
24952
25413
  defaultPayload: {
24953
- pipe_id: pipeId$28,
25414
+ pipe_id: pipeId$29,
24954
25415
  connector: null,
24955
25416
  trigger: null,
24956
25417
  config: {
@@ -24962,22 +25423,22 @@ const FieldsOrPipeClass1 = class extends Pipe {
24962
25423
  }
24963
25424
  }
24964
25425
  };
24965
- var pipeId$27 = "json:extract@1", PayloadSchema$36 = object({
24966
- pipe_id: literal(pipeId$27),
25426
+ var pipeId$28 = "json:extract@1", PayloadSchema$37 = object({
25427
+ pipe_id: literal(pipeId$28),
24967
25428
  trigger: pipesTriggerInput(),
24968
25429
  connector: noConnectorInput(),
24969
25430
  config: object({ json_extraction: pipesJsonExtractionInput() })
24970
- }), BILLABLE_OPERATIONS$27 = { "pipe0-extract-json": {
25431
+ }), BILLABLE_OPERATIONS$28 = { "pipe0-extract-json": {
24971
25432
  provider: "pipe0",
24972
25433
  allowManagedConnection: !0,
24973
25434
  credits: 0,
24974
25435
  mode: "always"
24975
25436
  } };
24976
25437
  const JSONExtract1PipeClass = class extends Pipe {
24977
- pipeId = pipeId$27;
25438
+ pipeId = pipeId$28;
24978
25439
  payload;
24979
- payloadSchema = PayloadSchema$36;
24980
- billableOperations = BILLABLE_OPERATIONS$27;
25440
+ payloadSchema = PayloadSchema$37;
25441
+ billableOperations = BILLABLE_OPERATIONS$28;
24981
25442
  constructor(a) {
24982
25443
  super(), this.payload = this.validatePayload(a);
24983
25444
  }
@@ -25019,9 +25480,9 @@ const JSONExtract1PipeClass = class extends Pipe {
25019
25480
  getConnectionsRequirements() {
25020
25481
  return [];
25021
25482
  }
25022
- }, JsonExtract1PayloadSchema = PayloadSchema$36, JsonExtract1Entry = {
25023
- pipeId: pipeId$27,
25024
- basePipe: getBasePipeName(pipeId$27),
25483
+ }, JsonExtract1PayloadSchema = PayloadSchema$37, JsonExtract1Entry = {
25484
+ pipeId: pipeId$28,
25485
+ basePipe: getBasePipeName(pipeId$28),
25025
25486
  inputFieldMode: "config",
25026
25487
  outputFieldMode: "config",
25027
25488
  label: "JSON extract",
@@ -25033,10 +25494,10 @@ const JSONExtract1PipeClass = class extends Pipe {
25033
25494
  tags: [CATALOG_TAGS.JSON],
25034
25495
  managedProviders: ["pipe0"],
25035
25496
  allowedUserConnectionProviders: [],
25036
- billableOperations: BILLABLE_OPERATIONS$27,
25497
+ billableOperations: BILLABLE_OPERATIONS$28,
25037
25498
  defaultInputGroups: [],
25038
25499
  defaultPayload: {
25039
- pipe_id: pipeId$27,
25500
+ pipe_id: pipeId$28,
25040
25501
  trigger: null,
25041
25502
  connector: null,
25042
25503
  config: { json_extraction: {
@@ -25045,8 +25506,8 @@ const JSONExtract1PipeClass = class extends Pipe {
25045
25506
  } }
25046
25507
  }
25047
25508
  };
25048
- var pipeId$26 = "message:send:slack@1", messageInput = getField("message"), slackMessageSuccessOutput = getField("slack_message_success"), PayloadSchema$35 = object({
25049
- pipe_id: literal(pipeId$26),
25509
+ var pipeId$27 = "message:send:slack@1", messageInput = getField("message"), slackMessageSuccessOutput = getField("slack_message_success"), PayloadSchema$36 = object({
25510
+ pipe_id: literal(pipeId$27),
25050
25511
  connector: requiredConnectorInput(),
25051
25512
  trigger: pipesTriggerInput(),
25052
25513
  config: object({
@@ -25062,20 +25523,20 @@ var pipeId$26 = "message:send:slack@1", messageInput = getField("message"), slac
25062
25523
  input_fields: inputFields(object({ [messageInput.name]: pipesInputField({ fieldName: messageInput.name }) })),
25063
25524
  output_fields: outputFields(object({ [slackMessageSuccessOutput.name]: pipesOutputField({ fieldName: slackMessageSuccessOutput.name }) }))
25064
25525
  })
25065
- }), getDefaultInputGroups$22 = (a) => [{
25526
+ }), getDefaultInputGroups$23 = (a) => [{
25066
25527
  condition: "all",
25067
25528
  fields: { [messageInput.name]: catalogInput(messageInput, a) }
25068
- }], BILLABLE_OPERATIONS$26 = { "send-message-slack": {
25529
+ }], BILLABLE_OPERATIONS$27 = { "send-message-slack": {
25069
25530
  allowManagedConnection: !1,
25070
25531
  provider: "slack",
25071
25532
  credits: null,
25072
25533
  mode: null
25073
25534
  } };
25074
25535
  const MessageSendSlackPipeClass1 = class extends Pipe {
25075
- pipeId = pipeId$26;
25536
+ pipeId = pipeId$27;
25076
25537
  payload;
25077
- payloadSchema = PayloadSchema$35;
25078
- billableOperations = BILLABLE_OPERATIONS$26;
25538
+ payloadSchema = PayloadSchema$36;
25539
+ billableOperations = BILLABLE_OPERATIONS$27;
25079
25540
  constructor(a) {
25080
25541
  super(), this.payload = this.validatePayload(a);
25081
25542
  }
@@ -25086,7 +25547,7 @@ const MessageSendSlackPipeClass1 = class extends Pipe {
25086
25547
  return ["send-message-slack"];
25087
25548
  }
25088
25549
  getInputGroups() {
25089
- return getDefaultInputGroups$22(this.payload.config);
25550
+ return getDefaultInputGroups$23(this.payload.config);
25090
25551
  }
25091
25552
  getRawOutputFields() {
25092
25553
  return { [slackMessageSuccessOutput.name]: this.catalogOutput(slackMessageSuccessOutput) };
@@ -25099,9 +25560,9 @@ const MessageSendSlackPipeClass1 = class extends Pipe {
25099
25560
  allowManagedConnection: !1
25100
25561
  }];
25101
25562
  }
25102
- }, MessageSendSlackPayloadSchema1 = PayloadSchema$35, MessageSendSlackEntry1 = {
25103
- pipeId: pipeId$26,
25104
- basePipe: getBasePipeName(pipeId$26),
25563
+ }, MessageSendSlackPayloadSchema1 = PayloadSchema$36, MessageSendSlackEntry1 = {
25564
+ pipeId: pipeId$27,
25565
+ basePipe: getBasePipeName(pipeId$27),
25105
25566
  label: "Send message",
25106
25567
  executionMode: "single",
25107
25568
  categories: ["actions"],
@@ -25109,14 +25570,14 @@ const MessageSendSlackPipeClass1 = class extends Pipe {
25109
25570
  description: "Send a Slack message to a channel by ID.",
25110
25571
  tags: [CATALOG_TAGS.CHAT],
25111
25572
  docPath: "/resources/pipe-catalog/message:send:slack/1",
25112
- billableOperations: BILLABLE_OPERATIONS$26,
25573
+ billableOperations: BILLABLE_OPERATIONS$27,
25113
25574
  inputFieldMode: "static",
25114
25575
  outputFieldMode: "static",
25115
25576
  allowedUserConnectionProviders: ["slack"],
25116
25577
  managedProviders: [],
25117
- defaultInputGroups: getDefaultInputGroups$22(null),
25578
+ defaultInputGroups: getDefaultInputGroups$23(null),
25118
25579
  defaultPayload: {
25119
- pipe_id: pipeId$26,
25580
+ pipe_id: pipeId$27,
25120
25581
  connector: {
25121
25582
  strategy: "first",
25122
25583
  connections: []
@@ -25132,7 +25593,7 @@ const MessageSendSlackPipeClass1 = class extends Pipe {
25132
25593
  }
25133
25594
  }
25134
25595
  };
25135
- var pipeId$25 = "message:write@1", messageOutput = getField("message"), BILLABLE_OPERATIONS$25 = {
25596
+ var pipeId$26 = "message:write@1", messageOutput = getField("message"), BILLABLE_OPERATIONS$26 = {
25136
25597
  "gemini-flash-latest-write-message": {
25137
25598
  credits: .5,
25138
25599
  allowManagedConnection: !0,
@@ -25151,8 +25612,8 @@ var pipeId$25 = "message:write@1", messageOutput = getField("message"), BILLABLE
25151
25612
  provider: "openai",
25152
25613
  mode: "always"
25153
25614
  }
25154
- }, PayloadSchema$34 = object({
25155
- pipe_id: literal(pipeId$25),
25615
+ }, PayloadSchema$35 = object({
25616
+ pipe_id: literal(pipeId$26),
25156
25617
  connector: optionalConnectorInput(),
25157
25618
  trigger: pipesTriggerInput(),
25158
25619
  config: object({
@@ -25176,7 +25637,7 @@ var pipeId$25 = "message:write@1", messageOutput = getField("message"), BILLABLE
25176
25637
  value: "gemini-flash-latest",
25177
25638
  widgets: {
25178
25639
  logo: { url: providerCatalog.gemini.logoUrl },
25179
- pricing: { credits: BILLABLE_OPERATIONS$25["gemini-flash-latest-write-message"].credits }
25640
+ pricing: { credits: BILLABLE_OPERATIONS$26["gemini-flash-latest-write-message"].credits }
25180
25641
  }
25181
25642
  },
25182
25643
  {
@@ -25184,7 +25645,7 @@ var pipeId$25 = "message:write@1", messageOutput = getField("message"), BILLABLE
25184
25645
  value: "openai-gpt-latest",
25185
25646
  widgets: {
25186
25647
  logo: { url: providerCatalog.openai.logoUrl },
25187
- pricing: { credits: BILLABLE_OPERATIONS$25["openai-gpt-latest-write-message"].credits }
25648
+ pricing: { credits: BILLABLE_OPERATIONS$26["openai-gpt-latest-write-message"].credits }
25188
25649
  }
25189
25650
  },
25190
25651
  {
@@ -25192,7 +25653,7 @@ var pipeId$25 = "message:write@1", messageOutput = getField("message"), BILLABLE
25192
25653
  value: "openai-gpt-mini-latest",
25193
25654
  widgets: {
25194
25655
  logo: { url: providerCatalog.openai.logoUrl },
25195
- credits: BILLABLE_OPERATIONS$25["openai-gpt-mini-latest-write-message"].credits
25656
+ credits: BILLABLE_OPERATIONS$26["openai-gpt-mini-latest-write-message"].credits
25196
25657
  }
25197
25658
  }
25198
25659
  ]
@@ -25201,10 +25662,10 @@ var pipeId$25 = "message:write@1", messageOutput = getField("message"), BILLABLE
25201
25662
  })
25202
25663
  });
25203
25664
  const MessageWritePipeClass1 = class extends Pipe {
25204
- pipeId = pipeId$25;
25665
+ pipeId = pipeId$26;
25205
25666
  payload;
25206
- payloadSchema = PayloadSchema$34;
25207
- billableOperations = BILLABLE_OPERATIONS$25;
25667
+ payloadSchema = PayloadSchema$35;
25668
+ billableOperations = BILLABLE_OPERATIONS$26;
25208
25669
  constructor(a) {
25209
25670
  super(), this.payload = this.validatePayload(a);
25210
25671
  }
@@ -25257,11 +25718,11 @@ const MessageWritePipeClass1 = class extends Pipe {
25257
25718
  default: throw Error(`Unknown model in ${this.pipeId}`);
25258
25719
  }
25259
25720
  }
25260
- }, MessageWritePayloadSchema1 = PayloadSchema$34, MessageWriteEntry1 = {
25261
- pipeId: pipeId$25,
25721
+ }, MessageWritePayloadSchema1 = PayloadSchema$35, MessageWriteEntry1 = {
25722
+ pipeId: pipeId$26,
25262
25723
  inputFieldMode: "config",
25263
25724
  outputFieldMode: "static",
25264
- basePipe: getBasePipeName(pipeId$25),
25725
+ basePipe: getBasePipeName(pipeId$26),
25265
25726
  label: "Message writer",
25266
25727
  executionMode: "single",
25267
25728
  categories: ["tools"],
@@ -25270,11 +25731,11 @@ const MessageWritePipeClass1 = class extends Pipe {
25270
25731
  tags: [CATALOG_TAGS.AI],
25271
25732
  docPath: "/resources/pipe-catalog/message:write/1",
25272
25733
  defaultInputGroups: [],
25273
- billableOperations: BILLABLE_OPERATIONS$25,
25734
+ billableOperations: BILLABLE_OPERATIONS$26,
25274
25735
  allowedUserConnectionProviders: ["gemini", "openai"],
25275
25736
  managedProviders: ["gemini", "openai"],
25276
25737
  defaultPayload: {
25277
- pipe_id: pipeId$25,
25738
+ pipe_id: pipeId$26,
25278
25739
  connector: null,
25279
25740
  trigger: null,
25280
25741
  config: {
@@ -25287,28 +25748,28 @@ const MessageWritePipeClass1 = class extends Pipe {
25287
25748
  }
25288
25749
  }
25289
25750
  };
25290
- var pipeId$24 = "people:email:iswork@1", isWorkEmail = getField("is_work_email"), email$2 = getField("email"), PayloadSchema$33 = object({
25291
- pipe_id: literal(pipeId$24),
25751
+ var pipeId$25 = "people:email:iswork@1", isWorkEmail = getField("is_work_email"), email$2 = getField("email"), PayloadSchema$34 = object({
25752
+ pipe_id: literal(pipeId$25),
25292
25753
  trigger: pipesTriggerInput(),
25293
25754
  connector: noConnectorInput(),
25294
25755
  config: object({
25295
25756
  input_fields: inputFields(object({ [email$2.name]: pipesInputField({ fieldName: email$2.name }) })),
25296
25757
  output_fields: outputFields(object({ [isWorkEmail.name]: pipesOutputField({ fieldName: isWorkEmail.name }) }))
25297
25758
  }).optional()
25298
- }), getDefaultInputGroups$21 = (a) => [{
25759
+ }), getDefaultInputGroups$22 = (a) => [{
25299
25760
  condition: "all",
25300
25761
  fields: { [email$2.name]: catalogInput(email$2, a) }
25301
- }], BILLABLE_OPERATIONS$24 = { "pipe0-is-workemail-check": {
25762
+ }], BILLABLE_OPERATIONS$25 = { "pipe0-is-workemail-check": {
25302
25763
  provider: "pipe0",
25303
25764
  allowManagedConnection: !0,
25304
25765
  credits: 0,
25305
25766
  mode: "always"
25306
25767
  } };
25307
25768
  const PeopleIsWorkEmail1PipeClass = class extends Pipe {
25308
- pipeId = pipeId$24;
25769
+ pipeId = pipeId$25;
25309
25770
  payload;
25310
- payloadSchema = PayloadSchema$33;
25311
- billableOperations = BILLABLE_OPERATIONS$24;
25771
+ payloadSchema = PayloadSchema$34;
25772
+ billableOperations = BILLABLE_OPERATIONS$25;
25312
25773
  constructor(a) {
25313
25774
  super(), this.payload = this.validatePayload(a);
25314
25775
  }
@@ -25319,7 +25780,7 @@ const PeopleIsWorkEmail1PipeClass = class extends Pipe {
25319
25780
  return ["pipe0-is-workemail-check"];
25320
25781
  }
25321
25782
  getInputGroups() {
25322
- return getDefaultInputGroups$21(this.payload.config);
25783
+ return getDefaultInputGroups$22(this.payload.config);
25323
25784
  }
25324
25785
  getRawOutputFields() {
25325
25786
  return { [isWorkEmail.name]: this.catalogOutput(isWorkEmail) };
@@ -25332,8 +25793,8 @@ const PeopleIsWorkEmail1PipeClass = class extends Pipe {
25332
25793
  allowManagedConnection: !0
25333
25794
  }];
25334
25795
  }
25335
- }, PeopleIsWorkEmail1PayloadSchema = PayloadSchema$33, PeopleIsWorkEmail1Entry = {
25336
- pipeId: pipeId$24,
25796
+ }, PeopleIsWorkEmail1PayloadSchema = PayloadSchema$34, PeopleIsWorkEmail1Entry = {
25797
+ pipeId: pipeId$25,
25337
25798
  label: "Work email checker",
25338
25799
  executionMode: "single",
25339
25800
  categories: ["people_data"],
@@ -25341,15 +25802,15 @@ const PeopleIsWorkEmail1PipeClass = class extends Pipe {
25341
25802
  description: "Check if a given email address is personal or professional.",
25342
25803
  tags: [CATALOG_TAGS.EMAIL, CATALOG_TAGS.WORK_EMAIL],
25343
25804
  docPath: "/resources/pipe-catalog/people:email:iswork/1",
25344
- billableOperations: BILLABLE_OPERATIONS$24,
25345
- basePipe: getBasePipeName(pipeId$24),
25805
+ billableOperations: BILLABLE_OPERATIONS$25,
25806
+ basePipe: getBasePipeName(pipeId$25),
25346
25807
  allowedUserConnectionProviders: [],
25347
25808
  inputFieldMode: "static",
25348
25809
  outputFieldMode: "static",
25349
25810
  managedProviders: ["pipe0"],
25350
- defaultInputGroups: getDefaultInputGroups$21(null),
25811
+ defaultInputGroups: getDefaultInputGroups$22(null),
25351
25812
  defaultPayload: {
25352
- pipe_id: pipeId$24,
25813
+ pipe_id: pipeId$25,
25353
25814
  trigger: null,
25354
25815
  connector: null,
25355
25816
  config: {
@@ -25361,8 +25822,8 @@ const PeopleIsWorkEmail1PipeClass = class extends Pipe {
25361
25822
  }
25362
25823
  }
25363
25824
  };
25364
- var pipeId$23 = "people:email:validate:millionverifier@1", email$1 = getField("email"), validationStatusOutput$1 = getField("email_validation_status"), millionValidationMatch = getField("million_validation_match"), PayloadSchema$32 = object({
25365
- pipe_id: literal(pipeId$23),
25825
+ var pipeId$24 = "people:email:validate:millionverifier@1", email$1 = getField("email"), validationStatusOutput$1 = getField("email_validation_status"), millionValidationMatch = getField("million_validation_match"), PayloadSchema$33 = object({
25826
+ pipe_id: literal(pipeId$24),
25366
25827
  connector: optionalConnectorInput(),
25367
25828
  trigger: pipesTriggerInput(),
25368
25829
  config: object({
@@ -25372,20 +25833,20 @@ var pipeId$23 = "people:email:validate:millionverifier@1", email$1 = getField("e
25372
25833
  [millionValidationMatch.name]: pipesOutputField({ fieldName: millionValidationMatch.name })
25373
25834
  }))
25374
25835
  }).optional()
25375
- }), getDefaultInputGroups$20 = (a) => [{
25836
+ }), getDefaultInputGroups$21 = (a) => [{
25376
25837
  condition: "all",
25377
25838
  fields: { [email$1.name]: catalogInput(email$1, a) }
25378
- }], BILLABLE_OPERATIONS$23 = { "millionverifier-validate-email": {
25839
+ }], BILLABLE_OPERATIONS$24 = { "millionverifier-validate-email": {
25379
25840
  provider: "millionverifier",
25380
25841
  allowManagedConnection: !0,
25381
25842
  credits: .1,
25382
25843
  mode: "always"
25383
25844
  } };
25384
25845
  const PeopleEmailValidateMillionVerifierPipeClass1 = class extends Pipe {
25385
- pipeId = pipeId$23;
25846
+ pipeId = pipeId$24;
25386
25847
  payload;
25387
- payloadSchema = PayloadSchema$32;
25388
- billableOperations = BILLABLE_OPERATIONS$23;
25848
+ payloadSchema = PayloadSchema$33;
25849
+ billableOperations = BILLABLE_OPERATIONS$24;
25389
25850
  constructor(a) {
25390
25851
  super(), this.payload = this.validatePayload(a);
25391
25852
  }
@@ -25396,7 +25857,7 @@ const PeopleEmailValidateMillionVerifierPipeClass1 = class extends Pipe {
25396
25857
  return ["millionverifier-validate-email"];
25397
25858
  }
25398
25859
  getInputGroups() {
25399
- return getDefaultInputGroups$20(this.payload.config);
25860
+ return getDefaultInputGroups$21(this.payload.config);
25400
25861
  }
25401
25862
  getRawOutputFields() {
25402
25863
  return {
@@ -25412,9 +25873,9 @@ const PeopleEmailValidateMillionVerifierPipeClass1 = class extends Pipe {
25412
25873
  allowManagedConnection: !0
25413
25874
  }];
25414
25875
  }
25415
- }, PeopleEmailValidateMillionVerifierPayloadSchema1 = PayloadSchema$32, PeopleEmailValidateMillionVerifierEntry1 = {
25416
- pipeId: pipeId$23,
25417
- basePipe: getBasePipeName(pipeId$23),
25876
+ }, PeopleEmailValidateMillionVerifierPayloadSchema1 = PayloadSchema$33, PeopleEmailValidateMillionVerifierEntry1 = {
25877
+ pipeId: pipeId$24,
25878
+ basePipe: getBasePipeName(pipeId$24),
25418
25879
  label: "Validate email",
25419
25880
  executionMode: "single",
25420
25881
  categories: ["people_data"],
@@ -25422,14 +25883,14 @@ const PeopleEmailValidateMillionVerifierPipeClass1 = class extends Pipe {
25422
25883
  description: "Verify email addresses to ensure is deliverability.",
25423
25884
  tags: [CATALOG_TAGS.EMAIL],
25424
25885
  docPath: "/resources/pipe-catalog/people:email:validate:millionverifier/1",
25425
- billableOperations: BILLABLE_OPERATIONS$23,
25886
+ billableOperations: BILLABLE_OPERATIONS$24,
25426
25887
  inputFieldMode: "static",
25427
25888
  outputFieldMode: "static",
25428
25889
  allowedUserConnectionProviders: ["millionverifier"],
25429
25890
  managedProviders: ["millionverifier"],
25430
- defaultInputGroups: getDefaultInputGroups$20(null),
25891
+ defaultInputGroups: getDefaultInputGroups$21(null),
25431
25892
  defaultPayload: {
25432
- pipe_id: pipeId$23,
25893
+ pipe_id: pipeId$24,
25433
25894
  connector: null,
25434
25895
  trigger: null,
25435
25896
  config: {
@@ -25447,8 +25908,8 @@ const PeopleEmailValidateMillionVerifierPipeClass1 = class extends Pipe {
25447
25908
  }
25448
25909
  }
25449
25910
  };
25450
- var pipeId$22 = "people:email:validate:zerobounce@2", email = getField("email"), validationStatusOutput = getField("zerobounce_validation_status"), validationMatchOutput = getField("zerobounce_validation_match"), PayloadSchema$31 = object({
25451
- pipe_id: literal(pipeId$22),
25911
+ var pipeId$23 = "people:email:validate:zerobounce@2", email = getField("email"), validationStatusOutput = getField("zerobounce_validation_status"), validationMatchOutput = getField("zerobounce_validation_match"), PayloadSchema$32 = object({
25912
+ pipe_id: literal(pipeId$23),
25452
25913
  connector: optionalConnectorInput(),
25453
25914
  trigger: pipesTriggerInput(),
25454
25915
  config: object({
@@ -25458,20 +25919,20 @@ var pipeId$22 = "people:email:validate:zerobounce@2", email = getField("email"),
25458
25919
  [validationStatusOutput.name]: pipesOutputField({ fieldName: validationStatusOutput.name })
25459
25920
  }))
25460
25921
  }).optional()
25461
- }), getDefaultInputGroups$19 = (a) => [{
25922
+ }), getDefaultInputGroups$20 = (a) => [{
25462
25923
  condition: "all",
25463
25924
  fields: { [email.name]: catalogInput(email, a) }
25464
- }], BILLABLE_OPERATIONS$22 = { "zerobounce-validate-email": {
25925
+ }], BILLABLE_OPERATIONS$23 = { "zerobounce-validate-email": {
25465
25926
  provider: "zerobounce",
25466
25927
  allowManagedConnection: !0,
25467
25928
  credits: .3,
25468
25929
  mode: "always"
25469
25930
  } };
25470
25931
  const PeopleEmailValidateZeroBouncePipeClass2 = class extends Pipe {
25471
- pipeId = pipeId$22;
25932
+ pipeId = pipeId$23;
25472
25933
  payload;
25473
- payloadSchema = PayloadSchema$31;
25474
- billableOperations = BILLABLE_OPERATIONS$22;
25934
+ payloadSchema = PayloadSchema$32;
25935
+ billableOperations = BILLABLE_OPERATIONS$23;
25475
25936
  constructor(a) {
25476
25937
  super(), this.payload = this.validatePayload(a);
25477
25938
  }
@@ -25482,7 +25943,7 @@ const PeopleEmailValidateZeroBouncePipeClass2 = class extends Pipe {
25482
25943
  return ["zerobounce-validate-email"];
25483
25944
  }
25484
25945
  getInputGroups() {
25485
- return getDefaultInputGroups$19(this.payload.config);
25946
+ return getDefaultInputGroups$20(this.payload.config);
25486
25947
  }
25487
25948
  getRawOutputFields() {
25488
25949
  return {
@@ -25498,9 +25959,9 @@ const PeopleEmailValidateZeroBouncePipeClass2 = class extends Pipe {
25498
25959
  allowManagedConnection: !0
25499
25960
  }];
25500
25961
  }
25501
- }, PeopleEmailValidateZeroBouncePayloadSchema2 = PayloadSchema$31, PeopleEmailValidateZeroBounceEntry2 = {
25502
- pipeId: pipeId$22,
25503
- basePipe: getBasePipeName(pipeId$22),
25962
+ }, PeopleEmailValidateZeroBouncePayloadSchema2 = PayloadSchema$32, PeopleEmailValidateZeroBounceEntry2 = {
25963
+ pipeId: pipeId$23,
25964
+ basePipe: getBasePipeName(pipeId$23),
25504
25965
  label: "Validate email",
25505
25966
  executionMode: "single",
25506
25967
  categories: ["people_data"],
@@ -25508,14 +25969,14 @@ const PeopleEmailValidateZeroBouncePipeClass2 = class extends Pipe {
25508
25969
  description: "Verify email address against various factors, including syntax, domain, and server existence, to ensure it is deliverable and active.",
25509
25970
  tags: [CATALOG_TAGS.EMAIL],
25510
25971
  docPath: "/resources/pipe-catalog/people:email:validate:zerobounce/2",
25511
- billableOperations: BILLABLE_OPERATIONS$22,
25972
+ billableOperations: BILLABLE_OPERATIONS$23,
25512
25973
  inputFieldMode: "static",
25513
25974
  outputFieldMode: "static",
25514
25975
  allowedUserConnectionProviders: ["zerobounce"],
25515
25976
  managedProviders: ["zerobounce"],
25516
- defaultInputGroups: getDefaultInputGroups$19(null),
25977
+ defaultInputGroups: getDefaultInputGroups$20(null),
25517
25978
  defaultPayload: {
25518
- pipe_id: pipeId$22,
25979
+ pipe_id: pipeId$23,
25519
25980
  connector: null,
25520
25981
  trigger: null,
25521
25982
  config: {
@@ -25533,8 +25994,8 @@ const PeopleEmailValidateZeroBouncePipeClass2 = class extends Pipe {
25533
25994
  }
25534
25995
  }
25535
25996
  };
25536
- var pipeId$21 = "people:match:role:waterfall@1", companyWebsiteInput$1 = getField("company_website_url"), roleMatchOutput = getField("role_finder_match"), providers$3 = ["leadmagic"], defaultProviders$8 = [{ provider: "leadmagic" }], PayloadSchema$30 = object({
25537
- pipe_id: literal(pipeId$21),
25997
+ var pipeId$22 = "people:match:role:waterfall@1", companyWebsiteInput$1 = getField("company_website_url"), roleMatchOutput = getField("role_finder_match"), providers$3 = ["leadmagic"], defaultProviders$8 = [{ provider: "leadmagic" }], PayloadSchema$31 = object({
25998
+ pipe_id: literal(pipeId$22),
25538
25999
  trigger: pipesTriggerInput(),
25539
26000
  connector: optionalConnectorInput(),
25540
26001
  config: object({
@@ -25555,20 +26016,20 @@ var pipeId$21 = "people:match:role:waterfall@1", companyWebsiteInput$1 = getFiel
25555
26016
  input_fields: inputFields(object({ [companyWebsiteInput$1.name]: pipesInputField({ fieldName: companyWebsiteInput$1.name }) })),
25556
26017
  output_fields: outputFields(object({ [roleMatchOutput.name]: pipesOutputField({ fieldName: roleMatchOutput.name }) }))
25557
26018
  })
25558
- }), getDefaultInputGroups$18 = (a) => [{
26019
+ }), getDefaultInputGroups$19 = (a) => [{
25559
26020
  condition: "atLeastOne",
25560
26021
  fields: { [companyWebsiteInput$1.name]: catalogInput(companyWebsiteInput$1, a) }
25561
- }], BILLABLE_OPERATIONS$21 = { "leadmagic-find-role": {
26022
+ }], BILLABLE_OPERATIONS$22 = { "leadmagic-find-role": {
25562
26023
  provider: "leadmagic",
25563
26024
  allowManagedConnection: !0,
25564
26025
  credits: 1,
25565
26026
  mode: "onSuccess"
25566
26027
  } };
25567
26028
  const PeopleMatchRoleWaterfallPipeClass1 = class extends Pipe {
25568
- pipeId = pipeId$21;
26029
+ pipeId = pipeId$22;
25569
26030
  payload;
25570
- payloadSchema = PayloadSchema$30;
25571
- billableOperations = BILLABLE_OPERATIONS$21;
26031
+ payloadSchema = PayloadSchema$31;
26032
+ billableOperations = BILLABLE_OPERATIONS$22;
25572
26033
  constructor(a) {
25573
26034
  super(), this.payload = this.validatePayload(a);
25574
26035
  }
@@ -25579,7 +26040,7 @@ const PeopleMatchRoleWaterfallPipeClass1 = class extends Pipe {
25579
26040
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
25580
26041
  }
25581
26042
  getInputGroups() {
25582
- return getDefaultInputGroups$18(this.payload.config);
26043
+ return getDefaultInputGroups$19(this.payload.config);
25583
26044
  }
25584
26045
  getRawOutputFields() {
25585
26046
  return { [roleMatchOutput.name]: this.catalogOutput(roleMatchOutput, { receivesMovementWidgets: !0 }) };
@@ -25593,9 +26054,9 @@ const PeopleMatchRoleWaterfallPipeClass1 = class extends Pipe {
25593
26054
  allowManagedConnection: !0
25594
26055
  }));
25595
26056
  }
25596
- }, PeopleMatchRoleWaterfallPayloadSchema1 = PayloadSchema$30, PeopleMatchRoleWaterfallEntry1 = {
25597
- pipeId: pipeId$21,
25598
- basePipe: getBasePipeName(pipeId$21),
26057
+ }, PeopleMatchRoleWaterfallPayloadSchema1 = PayloadSchema$31, PeopleMatchRoleWaterfallEntry1 = {
26058
+ pipeId: pipeId$22,
26059
+ basePipe: getBasePipeName(pipeId$22),
25599
26060
  managedProviders: providers$3,
25600
26061
  allowedUserConnectionProviders: providers$3,
25601
26062
  label: "Role finder",
@@ -25605,12 +26066,12 @@ const PeopleMatchRoleWaterfallPipeClass1 = class extends Pipe {
25605
26066
  description: "Find role matches for a given companies like \"CEO\" or \"CFO\".",
25606
26067
  tags: [CATALOG_TAGS.PEOPLE_PROFILES],
25607
26068
  docPath: "/resources/pipe-catalog/people:match:role:waterfall/1",
25608
- billableOperations: BILLABLE_OPERATIONS$21,
26069
+ billableOperations: BILLABLE_OPERATIONS$22,
25609
26070
  inputFieldMode: "static",
25610
26071
  outputFieldMode: "static",
25611
- defaultInputGroups: getDefaultInputGroups$18(null),
26072
+ defaultInputGroups: getDefaultInputGroups$19(null),
25612
26073
  defaultPayload: {
25613
- pipe_id: pipeId$21,
26074
+ pipe_id: pipeId$22,
25614
26075
  trigger: null,
25615
26076
  connector: null,
25616
26077
  config: {
@@ -25624,8 +26085,8 @@ const PeopleMatchRoleWaterfallPipeClass1 = class extends Pipe {
25624
26085
  }
25625
26086
  }
25626
26087
  };
25627
- var pipeId$20 = "people:name:join@1", firstName$1 = getField("first_name"), lastName$1 = getField("last_name"), fullName$1 = getField("name"), PayloadSchema$29 = object({
25628
- pipe_id: literal(pipeId$20),
26088
+ var pipeId$21 = "people:name:join@1", firstName$1 = getField("first_name"), lastName$1 = getField("last_name"), fullName$1 = getField("name"), PayloadSchema$30 = object({
26089
+ pipe_id: literal(pipeId$21),
25629
26090
  trigger: pipesTriggerInput(),
25630
26091
  connector: noConnectorInput(),
25631
26092
  config: object({
@@ -25635,23 +26096,23 @@ var pipeId$20 = "people:name:join@1", firstName$1 = getField("first_name"), last
25635
26096
  })),
25636
26097
  output_fields: outputFields(object({ [fullName$1.name]: pipesOutputField({ fieldName: fullName$1.name }) }))
25637
26098
  }).optional()
25638
- }), getDefaultInputGroups$17 = (a) => [{
26099
+ }), getDefaultInputGroups$18 = (a) => [{
25639
26100
  condition: "all",
25640
26101
  fields: {
25641
26102
  [firstName$1.name]: catalogInput(firstName$1, a),
25642
26103
  [lastName$1.name]: catalogInput(lastName$1, a)
25643
26104
  }
25644
- }], BILLABLE_OPERATIONS$20 = { "pipe0-join-name": {
26105
+ }], BILLABLE_OPERATIONS$21 = { "pipe0-join-name": {
25645
26106
  provider: "pipe0",
25646
26107
  allowManagedConnection: !0,
25647
26108
  credits: 0,
25648
26109
  mode: "always"
25649
26110
  } };
25650
26111
  const PeopleJoinName1PipeClass = class extends Pipe {
25651
- pipeId = pipeId$20;
26112
+ pipeId = pipeId$21;
25652
26113
  payload;
25653
- payloadSchema = PayloadSchema$29;
25654
- billableOperations = BILLABLE_OPERATIONS$20;
26114
+ payloadSchema = PayloadSchema$30;
26115
+ billableOperations = BILLABLE_OPERATIONS$21;
25655
26116
  constructor(a) {
25656
26117
  super(), this.payload = this.validatePayload(a);
25657
26118
  }
@@ -25662,7 +26123,7 @@ const PeopleJoinName1PipeClass = class extends Pipe {
25662
26123
  return ["pipe0-join-name"];
25663
26124
  }
25664
26125
  getInputGroups() {
25665
- return getDefaultInputGroups$17(this.payload.config);
26126
+ return getDefaultInputGroups$18(this.payload.config);
25666
26127
  }
25667
26128
  getRawOutputFields() {
25668
26129
  return { [fullName$1.name]: this.catalogOutput(fullName$1) };
@@ -25675,9 +26136,9 @@ const PeopleJoinName1PipeClass = class extends Pipe {
25675
26136
  allowManagedConnection: !0
25676
26137
  }];
25677
26138
  }
25678
- }, PeopleJoinName1PayloadSchema = PayloadSchema$29, PeopleJoinName1Entry = {
25679
- pipeId: pipeId$20,
25680
- basePipe: getBasePipeName(pipeId$20),
26139
+ }, PeopleJoinName1PayloadSchema = PayloadSchema$30, PeopleJoinName1Entry = {
26140
+ pipeId: pipeId$21,
26141
+ basePipe: getBasePipeName(pipeId$21),
25681
26142
  label: "Join name",
25682
26143
  executionMode: "single",
25683
26144
  categories: ["people_data"],
@@ -25685,14 +26146,14 @@ const PeopleJoinName1PipeClass = class extends Pipe {
25685
26146
  description: "Combine the first and last names of a prospect into a full name field.",
25686
26147
  tags: [CATALOG_TAGS.NAMES],
25687
26148
  docPath: "/resources/pipe-catalog/people:name:join/1",
25688
- billableOperations: BILLABLE_OPERATIONS$20,
25689
- defaultInputGroups: getDefaultInputGroups$17(null),
26149
+ billableOperations: BILLABLE_OPERATIONS$21,
26150
+ defaultInputGroups: getDefaultInputGroups$18(null),
25690
26151
  inputFieldMode: "static",
25691
26152
  outputFieldMode: "static",
25692
26153
  allowedUserConnectionProviders: [],
25693
26154
  managedProviders: ["pipe0"],
25694
26155
  defaultPayload: {
25695
- pipe_id: pipeId$20,
26156
+ pipe_id: pipeId$21,
25696
26157
  trigger: null,
25697
26158
  connector: null,
25698
26159
  config: {
@@ -25707,8 +26168,8 @@ const PeopleJoinName1PipeClass = class extends Pipe {
25707
26168
  }
25708
26169
  }
25709
26170
  };
25710
- var pipeId$19 = "people:name:split@1", fullName = getField("name"), firstName = getField("first_name"), lastName = getField("last_name"), PayloadSchema$28 = object({
25711
- pipe_id: literal(pipeId$19),
26171
+ var pipeId$20 = "people:name:split@1", fullName = getField("name"), firstName = getField("first_name"), lastName = getField("last_name"), PayloadSchema$29 = object({
26172
+ pipe_id: literal(pipeId$20),
25712
26173
  connector: noConnectorInput(),
25713
26174
  trigger: pipesTriggerInput(),
25714
26175
  config: object({
@@ -25718,21 +26179,21 @@ var pipeId$19 = "people:name:split@1", fullName = getField("name"), firstName =
25718
26179
  [lastName.name]: pipesOutputField({ fieldName: lastName.name })
25719
26180
  }))
25720
26181
  }).optional()
25721
- }), getDefaultInputGroups$16 = (a) => [{
26182
+ }), getDefaultInputGroups$17 = (a) => [{
25722
26183
  condition: "all",
25723
26184
  fields: { [fullName.name]: catalogInput(fullName, a) },
25724
26185
  message: ""
25725
- }], BILLABLE_OPERATIONS$19 = { "pipe0-split-name": {
26186
+ }], BILLABLE_OPERATIONS$20 = { "pipe0-split-name": {
25726
26187
  provider: "pipe0",
25727
26188
  allowManagedConnection: !0,
25728
26189
  credits: 0,
25729
26190
  mode: "always"
25730
26191
  } };
25731
26192
  const PeopleSplitName1PipeClass = class extends Pipe {
25732
- pipeId = pipeId$19;
26193
+ pipeId = pipeId$20;
25733
26194
  payload;
25734
- payloadSchema = PayloadSchema$28;
25735
- billableOperations = BILLABLE_OPERATIONS$19;
26195
+ payloadSchema = PayloadSchema$29;
26196
+ billableOperations = BILLABLE_OPERATIONS$20;
25736
26197
  constructor(a) {
25737
26198
  super(), this.payload = this.validatePayload(a);
25738
26199
  }
@@ -25743,7 +26204,7 @@ const PeopleSplitName1PipeClass = class extends Pipe {
25743
26204
  return ["pipe0-split-name"];
25744
26205
  }
25745
26206
  getInputGroups() {
25746
- return getDefaultInputGroups$16(this.payload.config);
26207
+ return getDefaultInputGroups$17(this.payload.config);
25747
26208
  }
25748
26209
  getRawOutputFields() {
25749
26210
  return {
@@ -25759,9 +26220,9 @@ const PeopleSplitName1PipeClass = class extends Pipe {
25759
26220
  allowManagedConnection: !0
25760
26221
  }];
25761
26222
  }
25762
- }, PeopleSplitName1PayloadSchema = PayloadSchema$28, PeopleSplitName1Entry = {
25763
- pipeId: pipeId$19,
25764
- basePipe: getBasePipeName(pipeId$19),
26223
+ }, PeopleSplitName1PayloadSchema = PayloadSchema$29, PeopleSplitName1Entry = {
26224
+ pipeId: pipeId$20,
26225
+ basePipe: getBasePipeName(pipeId$20),
25765
26226
  label: "Split name",
25766
26227
  executionMode: "single",
25767
26228
  categories: ["people_data"],
@@ -25769,14 +26230,14 @@ const PeopleSplitName1PipeClass = class extends Pipe {
25769
26230
  description: "Split a full name into first and last name.",
25770
26231
  tags: [CATALOG_TAGS.NAMES],
25771
26232
  docPath: "https://pipe0.com/resources/pipe-catalog/people:name:split/1",
25772
- billableOperations: BILLABLE_OPERATIONS$19,
26233
+ billableOperations: BILLABLE_OPERATIONS$20,
25773
26234
  inputFieldMode: "static",
25774
26235
  outputFieldMode: "static",
25775
- defaultInputGroups: getDefaultInputGroups$16(null),
26236
+ defaultInputGroups: getDefaultInputGroups$17(null),
25776
26237
  allowedUserConnectionProviders: [],
25777
26238
  managedProviders: ["pipe0"],
25778
26239
  defaultPayload: {
25779
- pipe_id: pipeId$19,
26240
+ pipe_id: pipeId$20,
25780
26241
  trigger: null,
25781
26242
  connector: void 0,
25782
26243
  config: {
@@ -25794,8 +26255,8 @@ const PeopleSplitName1PipeClass = class extends Pipe {
25794
26255
  }
25795
26256
  }
25796
26257
  };
25797
- var pipeId$18 = "people:personalemail:profile:waterfall@1", professionalProfileUrlInput = getField("profile_url"), personalEmailOutput = getField("personal_email"), alternateEmailsOutput = getField("alternate_personal_emails"), availableProviders = ["clado", "leadmagic"], defaultProviders$7 = [{ provider: "leadmagic" }, { provider: "clado" }], PayloadSchema$27 = object({
25798
- pipe_id: literal(pipeId$18),
26258
+ var pipeId$19 = "people:personalemail:profile:waterfall@1", professionalProfileUrlInput = getField("profile_url"), personalEmailOutput = getField("personal_email"), alternateEmailsOutput = getField("alternate_personal_emails"), availableProviders = ["clado", "leadmagic"], defaultProviders$7 = [{ provider: "leadmagic" }, { provider: "clado" }], PayloadSchema$28 = object({
26259
+ pipe_id: literal(pipeId$19),
25799
26260
  trigger: pipesTriggerInput(),
25800
26261
  connector: optionalConnectorInput(),
25801
26262
  config: object({
@@ -25810,10 +26271,10 @@ var pipeId$18 = "people:personalemail:profile:waterfall@1", professionalProfileU
25810
26271
  [alternateEmailsOutput.name]: pipesOutputField({ fieldName: alternateEmailsOutput.name })
25811
26272
  }))
25812
26273
  }).optional()
25813
- }), getDefaultInputGroups$15 = (a) => [{
26274
+ }), getDefaultInputGroups$16 = (a) => [{
25814
26275
  condition: "all",
25815
26276
  fields: { [professionalProfileUrlInput.name]: catalogInput(professionalProfileUrlInput, a) }
25816
- }], BILLABLE_OPERATIONS$18 = {
26277
+ }], BILLABLE_OPERATIONS$19 = {
25817
26278
  "clado-personal-email-from-profile": {
25818
26279
  provider: "clado",
25819
26280
  allowManagedConnection: !0,
@@ -25828,10 +26289,10 @@ var pipeId$18 = "people:personalemail:profile:waterfall@1", professionalProfileU
25828
26289
  }
25829
26290
  };
25830
26291
  const PeoplePersonalEmailProfileWaterfall1PipeClass = class extends Pipe {
25831
- pipeId = pipeId$18;
26292
+ pipeId = pipeId$19;
25832
26293
  payload;
25833
- payloadSchema = PayloadSchema$27;
25834
- billableOperations = BILLABLE_OPERATIONS$18;
26294
+ payloadSchema = PayloadSchema$28;
26295
+ billableOperations = BILLABLE_OPERATIONS$19;
25835
26296
  constructor(a) {
25836
26297
  super(), this.payload = this.validatePayload(a);
25837
26298
  }
@@ -25842,7 +26303,7 @@ const PeoplePersonalEmailProfileWaterfall1PipeClass = class extends Pipe {
25842
26303
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
25843
26304
  }
25844
26305
  getInputGroups() {
25845
- return getDefaultInputGroups$15(this.payload.config);
26306
+ return getDefaultInputGroups$16(this.payload.config);
25846
26307
  }
25847
26308
  getRawOutputFields() {
25848
26309
  return {
@@ -25862,9 +26323,9 @@ const PeoplePersonalEmailProfileWaterfall1PipeClass = class extends Pipe {
25862
26323
  allowManagedConnection: !0
25863
26324
  }));
25864
26325
  }
25865
- }, PeoplePersonalEmailProfileWaterfall1PayloadSchema = PayloadSchema$27, PeoplePersonalEmailProfileWaterfall1Entry = {
25866
- pipeId: pipeId$18,
25867
- basePipe: getBasePipeName(pipeId$18),
26326
+ }, PeoplePersonalEmailProfileWaterfall1PayloadSchema = PayloadSchema$28, PeoplePersonalEmailProfileWaterfall1Entry = {
26327
+ pipeId: pipeId$19,
26328
+ basePipe: getBasePipeName(pipeId$19),
25868
26329
  allowedUserConnectionProviders: availableProviders,
25869
26330
  managedProviders: availableProviders,
25870
26331
  label: "Find personal email",
@@ -25874,12 +26335,12 @@ const PeoplePersonalEmailProfileWaterfall1PipeClass = class extends Pipe {
25874
26335
  description: "Find the personal email address of a prospect by using a professional profile URL as input.",
25875
26336
  tags: [CATALOG_TAGS.EMAIL, CATALOG_TAGS.PERSONAL_EMAIL],
25876
26337
  docPath: "/resources/pipe-catalog/people:personalemail:profile:waterfall/1",
25877
- billableOperations: BILLABLE_OPERATIONS$18,
25878
- defaultInputGroups: getDefaultInputGroups$15(null),
26338
+ billableOperations: BILLABLE_OPERATIONS$19,
26339
+ defaultInputGroups: getDefaultInputGroups$16(null),
25879
26340
  inputFieldMode: "static",
25880
26341
  outputFieldMode: "static",
25881
26342
  defaultPayload: {
25882
- pipe_id: pipeId$18,
26343
+ pipe_id: pipeId$19,
25883
26344
  connector: null,
25884
26345
  trigger: null,
25885
26346
  config: {
@@ -25898,7 +26359,7 @@ const PeoplePersonalEmailProfileWaterfall1PipeClass = class extends Pipe {
25898
26359
  }
25899
26360
  }
25900
26361
  };
25901
- var pipeId$17 = "people:phone:profile:waterfall@1", linkedInProfileURLInput = getField("profile_url"), mobilePhoneNumberOutput = getField("mobile"), PROVIDERS$3 = [
26362
+ var pipeId$18 = "people:phone:profile:waterfall@1", linkedInProfileURLInput = getField("profile_url"), mobilePhoneNumberOutput = getField("mobile"), PROVIDERS$3 = [
25902
26363
  "leadmagic",
25903
26364
  "prospeo",
25904
26365
  "findymail",
@@ -25908,8 +26369,8 @@ var pipeId$17 = "people:phone:profile:waterfall@1", linkedInProfileURLInput = ge
25908
26369
  { provider: "prospeo" },
25909
26370
  { provider: "findymail" },
25910
26371
  { provider: "clado" }
25911
- ], PayloadSchema$26 = object({
25912
- pipe_id: literal(pipeId$17),
26372
+ ], PayloadSchema$27 = object({
26373
+ pipe_id: literal(pipeId$18),
25913
26374
  trigger: pipesTriggerInput(),
25914
26375
  connector: optionalConnectorInput(),
25915
26376
  config: object({
@@ -25921,10 +26382,10 @@ var pipeId$17 = "people:phone:profile:waterfall@1", linkedInProfileURLInput = ge
25921
26382
  input_fields: inputFields(object({ [linkedInProfileURLInput.name]: pipesInputField({ fieldName: linkedInProfileURLInput.name }) })),
25922
26383
  output_fields: outputFields(object({ [mobilePhoneNumberOutput.name]: pipesOutputField({ fieldName: mobilePhoneNumberOutput.name }) }))
25923
26384
  }).optional()
25924
- }), getDefaultInputGroups$14 = (a) => [{
26385
+ }), getDefaultInputGroups$15 = (a) => [{
25925
26386
  condition: "all",
25926
26387
  fields: { [linkedInProfileURLInput.name]: catalogInput(linkedInProfileURLInput, a) }
25927
- }], BILLABLE_OPERATIONS$17 = {
26388
+ }], BILLABLE_OPERATIONS$18 = {
25928
26389
  "leadmagic-mobile-from-profile": {
25929
26390
  provider: "leadmagic",
25930
26391
  allowManagedConnection: !0,
@@ -25951,10 +26412,10 @@ var pipeId$17 = "people:phone:profile:waterfall@1", linkedInProfileURLInput = ge
25951
26412
  }
25952
26413
  };
25953
26414
  const PeoplePhoneProfileWaterfall1PipeClass = class extends Pipe {
25954
- pipeId = pipeId$17;
26415
+ pipeId = pipeId$18;
25955
26416
  payload;
25956
- payloadSchema = PayloadSchema$26;
25957
- billableOperations = BILLABLE_OPERATIONS$17;
26417
+ payloadSchema = PayloadSchema$27;
26418
+ billableOperations = BILLABLE_OPERATIONS$18;
25958
26419
  constructor(a) {
25959
26420
  super(), this.payload = this.validatePayload(a);
25960
26421
  }
@@ -25965,7 +26426,7 @@ const PeoplePhoneProfileWaterfall1PipeClass = class extends Pipe {
25965
26426
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
25966
26427
  }
25967
26428
  getInputGroups() {
25968
- return getDefaultInputGroups$14(this.payload.config);
26429
+ return getDefaultInputGroups$15(this.payload.config);
25969
26430
  }
25970
26431
  getRawOutputFields() {
25971
26432
  return { [mobilePhoneNumberOutput.name]: this.catalogOutput(mobilePhoneNumberOutput, { receivesMovementWidgets: !0 }) };
@@ -25984,9 +26445,9 @@ const PeoplePhoneProfileWaterfall1PipeClass = class extends Pipe {
25984
26445
  allowManagedConnection: !0
25985
26446
  }));
25986
26447
  }
25987
- }, PeoplePhoneProfileWaterfall1PayloadSchema = PayloadSchema$26, PeoplePhoneProfileWaterfall1Entry = {
25988
- pipeId: pipeId$17,
25989
- basePipe: getBasePipeName(pipeId$17),
26448
+ }, PeoplePhoneProfileWaterfall1PayloadSchema = PayloadSchema$27, PeoplePhoneProfileWaterfall1Entry = {
26449
+ pipeId: pipeId$18,
26450
+ basePipe: getBasePipeName(pipeId$18),
25990
26451
  label: "Mobile number from LinkedIn profile",
25991
26452
  executionMode: "waterfall",
25992
26453
  categories: ["people_data"],
@@ -25994,14 +26455,14 @@ const PeoplePhoneProfileWaterfall1PipeClass = class extends Pipe {
25994
26455
  description: "Find a mobile phone number for any prospect using multiple data providers in a waterfall motion.",
25995
26456
  docPath: "/resources/pipe-catalog/people:phone:profile:waterfall/1",
25996
26457
  tags: [CATALOG_TAGS.PHONE, CATALOG_TAGS.WATERFALL],
25997
- billableOperations: BILLABLE_OPERATIONS$17,
25998
- defaultInputGroups: getDefaultInputGroups$14(null),
26458
+ billableOperations: BILLABLE_OPERATIONS$18,
26459
+ defaultInputGroups: getDefaultInputGroups$15(null),
25999
26460
  inputFieldMode: "static",
26000
26461
  outputFieldMode: "static",
26001
26462
  managedProviders: PROVIDERS$3,
26002
26463
  allowedUserConnectionProviders: PROVIDERS$3,
26003
26464
  defaultPayload: {
26004
- pipe_id: pipeId$17,
26465
+ pipe_id: pipeId$18,
26005
26466
  connector: null,
26006
26467
  trigger: null,
26007
26468
  config: {
@@ -26014,8 +26475,8 @@ const PeoplePhoneProfileWaterfall1PipeClass = class extends Pipe {
26014
26475
  }
26015
26476
  }
26016
26477
  };
26017
- var pipeId$16 = "people:phone:workemail:waterfall@1", workEmailInput$2 = getField("work_email"), mobileOutput = getField("mobile"), providers$2 = ["leadmagic"], defaultProviders$5 = [{ provider: "leadmagic" }], PayloadSchema$25 = object({
26018
- pipe_id: literal(pipeId$16),
26478
+ var pipeId$17 = "people:phone:workemail:waterfall@1", workEmailInput$2 = getField("work_email"), mobileOutput = getField("mobile"), providers$2 = ["leadmagic"], defaultProviders$5 = [{ provider: "leadmagic" }], PayloadSchema$26 = object({
26479
+ pipe_id: literal(pipeId$17),
26019
26480
  trigger: pipesTriggerInput(),
26020
26481
  connector: optionalConnectorInput(),
26021
26482
  config: object({
@@ -26027,20 +26488,20 @@ var pipeId$16 = "people:phone:workemail:waterfall@1", workEmailInput$2 = getFiel
26027
26488
  input_fields: inputFields(object({ [workEmailInput$2.name]: pipesInputField({ fieldName: workEmailInput$2.name }) })),
26028
26489
  output_fields: outputFields(object({ [mobileOutput.name]: pipesOutputField({ fieldName: mobileOutput.name }) }))
26029
26490
  }).optional()
26030
- }), getDefaultInputGroups$13 = (a) => [{
26491
+ }), getDefaultInputGroups$14 = (a) => [{
26031
26492
  condition: "all",
26032
26493
  fields: { [workEmailInput$2.name]: catalogInput(workEmailInput$2, a) }
26033
- }], BILLABLE_OPERATIONS$16 = { "leadmagic-mobile-from-workemail": {
26494
+ }], BILLABLE_OPERATIONS$17 = { "leadmagic-mobile-from-workemail": {
26034
26495
  provider: "leadmagic",
26035
26496
  allowManagedConnection: !0,
26036
26497
  credits: 2,
26037
26498
  mode: "onSuccess"
26038
26499
  } };
26039
26500
  const PeoplePhoneWorkEmailWaterfall1PipeClass = class extends Pipe {
26040
- pipeId = pipeId$16;
26501
+ pipeId = pipeId$17;
26041
26502
  payload;
26042
- payloadSchema = PayloadSchema$25;
26043
- billableOperations = BILLABLE_OPERATIONS$16;
26503
+ payloadSchema = PayloadSchema$26;
26504
+ billableOperations = BILLABLE_OPERATIONS$17;
26044
26505
  constructor(a) {
26045
26506
  super(), this.payload = this.validatePayload(a);
26046
26507
  }
@@ -26051,7 +26512,7 @@ const PeoplePhoneWorkEmailWaterfall1PipeClass = class extends Pipe {
26051
26512
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
26052
26513
  }
26053
26514
  getInputGroups() {
26054
- return getDefaultInputGroups$13(this.payload.config);
26515
+ return getDefaultInputGroups$14(this.payload.config);
26055
26516
  }
26056
26517
  getRawOutputFields() {
26057
26518
  return { [mobileOutput.name]: this.catalogOutput(mobileOutput, { receivesMovementWidgets: !0 }) };
@@ -26065,9 +26526,9 @@ const PeoplePhoneWorkEmailWaterfall1PipeClass = class extends Pipe {
26065
26526
  allowManagedConnection: !0
26066
26527
  }));
26067
26528
  }
26068
- }, PeoplePhoneWorkEmailWaterfall1PayloadSchema = PayloadSchema$25, PeoplePhoneWorkEmailWaterfall1Entry = {
26069
- pipeId: pipeId$16,
26070
- basePipe: getBasePipeName(pipeId$16),
26529
+ }, PeoplePhoneWorkEmailWaterfall1PayloadSchema = PayloadSchema$26, PeoplePhoneWorkEmailWaterfall1Entry = {
26530
+ pipeId: pipeId$17,
26531
+ basePipe: getBasePipeName(pipeId$17),
26071
26532
  label: "Mobile number from email",
26072
26533
  executionMode: "waterfall",
26073
26534
  categories: ["people_data"],
@@ -26075,14 +26536,14 @@ const PeoplePhoneWorkEmailWaterfall1PipeClass = class extends Pipe {
26075
26536
  description: "Find a mobile phone number for a prospect.",
26076
26537
  tags: [CATALOG_TAGS.PHONE, CATALOG_TAGS.WATERFALL],
26077
26538
  docPath: "/resources/pipe-catalog/people:phone:workemail:waterfall/1",
26078
- billableOperations: BILLABLE_OPERATIONS$16,
26079
- defaultInputGroups: getDefaultInputGroups$13(null),
26539
+ billableOperations: BILLABLE_OPERATIONS$17,
26540
+ defaultInputGroups: getDefaultInputGroups$14(null),
26080
26541
  inputFieldMode: "static",
26081
26542
  outputFieldMode: "static",
26082
26543
  allowedUserConnectionProviders: providers$2,
26083
26544
  managedProviders: providers$2,
26084
26545
  defaultPayload: {
26085
- pipe_id: pipeId$16,
26546
+ pipe_id: pipeId$17,
26086
26547
  connector: null,
26087
26548
  trigger: null,
26088
26549
  config: {
@@ -26096,8 +26557,8 @@ const PeoplePhoneWorkEmailWaterfall1PipeClass = class extends Pipe {
26096
26557
  }
26097
26558
  };
26098
26559
  var profileUrlInput$2 = getField("profile_url"), postListTextOutput = getField("post_list_string"), postListJsonOutput = getField("crustdata_post_list");
26099
- const pipeId$15 = "people:posts:crustdata@1", PayloadSchema$24 = object({
26100
- pipe_id: literal(pipeId$15),
26560
+ const pipeId$16 = "people:posts:crustdata@1", PayloadSchema$25 = object({
26561
+ pipe_id: literal(pipeId$16),
26101
26562
  trigger: pipesTriggerInput(),
26102
26563
  connector: optionalConnectorInput(),
26103
26564
  config: object({
@@ -26119,10 +26580,10 @@ const pipeId$15 = "people:posts:crustdata@1", PayloadSchema$24 = object({
26119
26580
  }))
26120
26581
  }).optional()
26121
26582
  });
26122
- var getDefaultInputGroups$12 = (a) => [{
26583
+ var getDefaultInputGroups$13 = (a) => [{
26123
26584
  condition: "all",
26124
26585
  fields: { [profileUrlInput$2.name]: catalogInput(profileUrlInput$2, a) }
26125
- }], BILLABLE_OPERATIONS$15 = { "crustdata-single-post-fetch": {
26586
+ }], BILLABLE_OPERATIONS$16 = { "crustdata-single-post-fetch": {
26126
26587
  allowManagedConnection: !0,
26127
26588
  credits: 1.5,
26128
26589
  mode: "onSuccess",
@@ -26130,10 +26591,10 @@ var getDefaultInputGroups$12 = (a) => [{
26130
26591
  provider: "crustdata"
26131
26592
  } };
26132
26593
  const PeoplePostsCrustdataPipeClass1 = class extends Pipe {
26133
- pipeId = pipeId$15;
26594
+ pipeId = pipeId$16;
26134
26595
  payload;
26135
- payloadSchema = PayloadSchema$24;
26136
- billableOperations = BILLABLE_OPERATIONS$15;
26596
+ payloadSchema = PayloadSchema$25;
26597
+ billableOperations = BILLABLE_OPERATIONS$16;
26137
26598
  constructor(a) {
26138
26599
  super(), this.payload = this.validatePayload(a);
26139
26600
  }
@@ -26144,7 +26605,7 @@ const PeoplePostsCrustdataPipeClass1 = class extends Pipe {
26144
26605
  return ["crustdata-single-post-fetch"];
26145
26606
  }
26146
26607
  getInputGroups() {
26147
- return getDefaultInputGroups$12(this.payload.config);
26608
+ return getDefaultInputGroups$13(this.payload.config);
26148
26609
  }
26149
26610
  getRawOutputFields() {
26150
26611
  return {
@@ -26160,11 +26621,11 @@ const PeoplePostsCrustdataPipeClass1 = class extends Pipe {
26160
26621
  allowManagedConnection: !0
26161
26622
  }];
26162
26623
  }
26163
- }, PeoplePostsCrustdataPayloadSchema1 = PayloadSchema$24, PeoplePostsCrustdataEntry1 = {
26164
- pipeId: pipeId$15,
26624
+ }, PeoplePostsCrustdataPayloadSchema1 = PayloadSchema$25, PeoplePostsCrustdataEntry1 = {
26625
+ pipeId: pipeId$16,
26165
26626
  inputFieldMode: "static",
26166
26627
  outputFieldMode: "static",
26167
- basePipe: getBasePipeName(pipeId$15),
26628
+ basePipe: getBasePipeName(pipeId$16),
26168
26629
  label: "LinkedIn posts",
26169
26630
  executionMode: "single",
26170
26631
  categories: ["people_data"],
@@ -26172,12 +26633,12 @@ const PeoplePostsCrustdataPipeClass1 = class extends Pipe {
26172
26633
  description: "Find list of recent LinkedIn posts.",
26173
26634
  tags: [CATALOG_TAGS.LINKEDIN],
26174
26635
  docPath: "/resources/pipe-catalog/people:posts:crustdata/1",
26175
- billableOperations: BILLABLE_OPERATIONS$15,
26636
+ billableOperations: BILLABLE_OPERATIONS$16,
26176
26637
  allowedUserConnectionProviders: ["crustdata"],
26177
26638
  managedProviders: ["crustdata"],
26178
- defaultInputGroups: getDefaultInputGroups$12(null),
26639
+ defaultInputGroups: getDefaultInputGroups$13(null),
26179
26640
  defaultPayload: {
26180
- pipe_id: pipeId$15,
26641
+ pipe_id: pipeId$16,
26181
26642
  connector: null,
26182
26643
  trigger: null,
26183
26644
  config: {
@@ -26196,7 +26657,7 @@ const PeoplePostsCrustdataPipeClass1 = class extends Pipe {
26196
26657
  }
26197
26658
  }
26198
26659
  };
26199
- var pipeId$14 = "people:profile:waterfall@1", profileOutput = getField("profile"), profileUrlInput$1 = getField("profile_url"), providers$1 = [
26660
+ var pipeId$15 = "people:profile:waterfall@1", profileOutput = getField("profile"), profileUrlInput$1 = getField("profile_url"), providers$1 = [
26200
26661
  "prospeo",
26201
26662
  "icypeas",
26202
26663
  "clado"
@@ -26204,8 +26665,8 @@ var pipeId$14 = "people:profile:waterfall@1", profileOutput = getField("profile"
26204
26665
  { provider: "clado" },
26205
26666
  { provider: "prospeo" },
26206
26667
  { provider: "icypeas" }
26207
- ], PayloadSchema$23 = object({
26208
- pipe_id: literal(pipeId$14),
26668
+ ], PayloadSchema$24 = object({
26669
+ pipe_id: literal(pipeId$15),
26209
26670
  trigger: pipesTriggerInput(),
26210
26671
  connector: optionalConnectorInput(),
26211
26672
  config: object({
@@ -26217,10 +26678,10 @@ var pipeId$14 = "people:profile:waterfall@1", profileOutput = getField("profile"
26217
26678
  input_fields: inputFields(object({ [profileUrlInput$1.name]: pipesInputField({ fieldName: profileUrlInput$1.name }) })),
26218
26679
  output_fields: outputFields(object({ [profileOutput.name]: pipesOutputField({ fieldName: profileOutput.name }) }))
26219
26680
  }).optional()
26220
- }), getDefaultInputGroups$11 = (a) => [{
26681
+ }), getDefaultInputGroups$12 = (a) => [{
26221
26682
  condition: "all",
26222
26683
  fields: { [profileUrlInput$1.name]: catalogInput(profileUrlInput$1, a) }
26223
- }], BILLABLE_OPERATIONS$14 = {
26684
+ }], BILLABLE_OPERATIONS$15 = {
26224
26685
  "icypeas-get-professional-profile": {
26225
26686
  provider: "icypeas",
26226
26687
  credits: 1,
@@ -26241,10 +26702,10 @@ var pipeId$14 = "people:profile:waterfall@1", profileOutput = getField("profile"
26241
26702
  }
26242
26703
  };
26243
26704
  const PeopleProfileWaterfall1PipeClass = class extends Pipe {
26244
- pipeId = pipeId$14;
26705
+ pipeId = pipeId$15;
26245
26706
  payload;
26246
- payloadSchema = PayloadSchema$23;
26247
- billableOperations = BILLABLE_OPERATIONS$14;
26707
+ payloadSchema = PayloadSchema$24;
26708
+ billableOperations = BILLABLE_OPERATIONS$15;
26248
26709
  constructor(a) {
26249
26710
  super(), this.payload = this.validatePayload(a);
26250
26711
  }
@@ -26255,7 +26716,7 @@ const PeopleProfileWaterfall1PipeClass = class extends Pipe {
26255
26716
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
26256
26717
  }
26257
26718
  getInputGroups() {
26258
- return getDefaultInputGroups$11(this.payload.config);
26719
+ return getDefaultInputGroups$12(this.payload.config);
26259
26720
  }
26260
26721
  getRawOutputFields() {
26261
26722
  return { [profileOutput.name]: this.catalogOutput(profileOutput, { receivesMovementWidgets: !0 }) };
@@ -26273,9 +26734,9 @@ const PeopleProfileWaterfall1PipeClass = class extends Pipe {
26273
26734
  allowManagedConnection: !0
26274
26735
  }));
26275
26736
  }
26276
- }, PeopleProfileWaterfall1PayloadSchema = PayloadSchema$23, PeopleProfileWaterfall1Entry = {
26277
- pipeId: pipeId$14,
26278
- basePipe: getBasePipeName(pipeId$14),
26737
+ }, PeopleProfileWaterfall1PayloadSchema = PayloadSchema$24, PeopleProfileWaterfall1Entry = {
26738
+ pipeId: pipeId$15,
26739
+ basePipe: getBasePipeName(pipeId$15),
26279
26740
  label: "Full LinkedIn profile",
26280
26741
  executionMode: "waterfall",
26281
26742
  categories: ["people_data"],
@@ -26287,10 +26748,10 @@ const PeopleProfileWaterfall1PipeClass = class extends Pipe {
26287
26748
  allowedUserConnectionProviders: providers$1,
26288
26749
  inputFieldMode: "static",
26289
26750
  outputFieldMode: "static",
26290
- billableOperations: BILLABLE_OPERATIONS$14,
26291
- defaultInputGroups: getDefaultInputGroups$11(null),
26751
+ billableOperations: BILLABLE_OPERATIONS$15,
26752
+ defaultInputGroups: getDefaultInputGroups$12(null),
26292
26753
  defaultPayload: {
26293
- pipe_id: pipeId$14,
26754
+ pipe_id: pipeId$15,
26294
26755
  trigger: null,
26295
26756
  connector: null,
26296
26757
  config: {
@@ -26304,8 +26765,8 @@ const PeopleProfileWaterfall1PipeClass = class extends Pipe {
26304
26765
  }
26305
26766
  };
26306
26767
  var workEmailInput$1 = getField("work_email"), crustdataPersonMatchOutput$1 = getField("crustdata_person_match"), crustdataProfileMatchScoreOutput = getField("crustdata_profile_match_score");
26307
- const pipeId$13 = "people:profile:workemail:crustdata@1", PayloadSchema$22 = object({
26308
- pipe_id: literal(pipeId$13),
26768
+ const pipeId$14 = "people:profile:workemail:crustdata@1", PayloadSchema$23 = object({
26769
+ pipe_id: literal(pipeId$14),
26309
26770
  trigger: pipesTriggerInput(),
26310
26771
  connector: optionalConnectorInput(),
26311
26772
  config: object({
@@ -26316,20 +26777,20 @@ const pipeId$13 = "people:profile:workemail:crustdata@1", PayloadSchema$22 = obj
26316
26777
  }))
26317
26778
  }).optional()
26318
26779
  });
26319
- var getDefaultInputGroups$10 = (a) => [{
26780
+ var getDefaultInputGroups$11 = (a) => [{
26320
26781
  condition: "all",
26321
26782
  fields: { [workEmailInput$1.name]: catalogInput(workEmailInput$1, a) }
26322
- }], BILLABLE_OPERATIONS$13 = { "crustdata-profile-from-workemail": {
26783
+ }], BILLABLE_OPERATIONS$14 = { "crustdata-profile-from-workemail": {
26323
26784
  allowManagedConnection: !0,
26324
26785
  credits: 5,
26325
26786
  mode: "onSuccess",
26326
26787
  provider: "crustdata"
26327
26788
  } };
26328
26789
  const PeopleProfileWorkemailCrustdataPipeClass1 = class extends Pipe {
26329
- pipeId = pipeId$13;
26790
+ pipeId = pipeId$14;
26330
26791
  payload;
26331
- payloadSchema = PayloadSchema$22;
26332
- billableOperations = BILLABLE_OPERATIONS$13;
26792
+ payloadSchema = PayloadSchema$23;
26793
+ billableOperations = BILLABLE_OPERATIONS$14;
26333
26794
  constructor(a) {
26334
26795
  super(), this.payload = this.validatePayload(a);
26335
26796
  }
@@ -26340,7 +26801,7 @@ const PeopleProfileWorkemailCrustdataPipeClass1 = class extends Pipe {
26340
26801
  return ["crustdata-profile-from-workemail"];
26341
26802
  }
26342
26803
  getInputGroups() {
26343
- return getDefaultInputGroups$10(this.payload.config);
26804
+ return getDefaultInputGroups$11(this.payload.config);
26344
26805
  }
26345
26806
  getRawOutputFields() {
26346
26807
  return {
@@ -26356,11 +26817,11 @@ const PeopleProfileWorkemailCrustdataPipeClass1 = class extends Pipe {
26356
26817
  allowManagedConnection: !0
26357
26818
  }];
26358
26819
  }
26359
- }, PeopleProfileWorkemailCrustdataPayloadSchema1 = PayloadSchema$22, PeopleProfileWorkemailCrustdataEntry1 = {
26360
- pipeId: pipeId$13,
26820
+ }, PeopleProfileWorkemailCrustdataPayloadSchema1 = PayloadSchema$23, PeopleProfileWorkemailCrustdataEntry1 = {
26821
+ pipeId: pipeId$14,
26361
26822
  inputFieldMode: "static",
26362
26823
  outputFieldMode: "static",
26363
- basePipe: getBasePipeName(pipeId$13),
26824
+ basePipe: getBasePipeName(pipeId$14),
26364
26825
  label: "Profile from work email",
26365
26826
  executionMode: "single",
26366
26827
  categories: ["people_data"],
@@ -26368,12 +26829,12 @@ const PeopleProfileWorkemailCrustdataPipeClass1 = class extends Pipe {
26368
26829
  description: "Find person profile by their work email address.",
26369
26830
  tags: [CATALOG_TAGS.EMAIL, CATALOG_TAGS.PEOPLE_PROFILES],
26370
26831
  docPath: "/resources/pipe-catalog/people:profile:workemail:crustdata/1",
26371
- billableOperations: BILLABLE_OPERATIONS$13,
26832
+ billableOperations: BILLABLE_OPERATIONS$14,
26372
26833
  allowedUserConnectionProviders: ["crustdata"],
26373
26834
  managedProviders: ["crustdata"],
26374
- defaultInputGroups: getDefaultInputGroups$10(null),
26835
+ defaultInputGroups: getDefaultInputGroups$11(null),
26375
26836
  defaultPayload: {
26376
- pipe_id: pipeId$13,
26837
+ pipe_id: pipeId$14,
26377
26838
  connector: null,
26378
26839
  trigger: null,
26379
26840
  config: {
@@ -26391,8 +26852,8 @@ const PeopleProfileWorkemailCrustdataPipeClass1 = class extends Pipe {
26391
26852
  }
26392
26853
  }
26393
26854
  };
26394
- var pipeId$12 = "people:profileurl:email:waterfall@1", emailInput$1 = getField("email"), workEmailInput = getField("work_email"), professionalProfileUrlOutput$1 = getField("profile_url"), providers = ["leadmagic"], defaultProviders$3 = [{ provider: "leadmagic" }], PayloadSchema$21 = object({
26395
- pipe_id: literal(pipeId$12),
26855
+ var pipeId$13 = "people:profileurl:email:waterfall@1", emailInput$1 = getField("email"), workEmailInput = getField("work_email"), professionalProfileUrlOutput$1 = getField("profile_url"), providers = ["leadmagic"], defaultProviders$3 = [{ provider: "leadmagic" }], PayloadSchema$22 = object({
26856
+ pipe_id: literal(pipeId$13),
26396
26857
  trigger: pipesTriggerInput(),
26397
26858
  connector: optionalConnectorInput(),
26398
26859
  config: object({
@@ -26407,23 +26868,23 @@ var pipeId$12 = "people:profileurl:email:waterfall@1", emailInput$1 = getField("
26407
26868
  })),
26408
26869
  output_fields: outputFields(object({ [professionalProfileUrlOutput$1.name]: pipesOutputField({ fieldName: professionalProfileUrlOutput$1.name }) }))
26409
26870
  }).optional()
26410
- }), getDefaultInputGroups$9 = (a) => [{
26871
+ }), getDefaultInputGroups$10 = (a) => [{
26411
26872
  condition: "atLeastOne",
26412
26873
  fields: {
26413
26874
  [emailInput$1.name]: catalogInput(emailInput$1, a),
26414
26875
  [workEmailInput.name]: catalogInput(workEmailInput, a)
26415
26876
  }
26416
- }], BILLABLE_OPERATIONS$12 = { "leadmagic-profile-url-from-email": {
26877
+ }], BILLABLE_OPERATIONS$13 = { "leadmagic-profile-url-from-email": {
26417
26878
  provider: "leadmagic",
26418
26879
  allowManagedConnection: !0,
26419
26880
  credits: 3.5,
26420
26881
  mode: "onSuccess"
26421
26882
  } };
26422
26883
  const PeopleProfileUrlEmailWaterfall1PipeClass = class extends Pipe {
26423
- pipeId = pipeId$12;
26884
+ pipeId = pipeId$13;
26424
26885
  payload;
26425
- payloadSchema = PayloadSchema$21;
26426
- billableOperations = BILLABLE_OPERATIONS$12;
26886
+ payloadSchema = PayloadSchema$22;
26887
+ billableOperations = BILLABLE_OPERATIONS$13;
26427
26888
  constructor(a) {
26428
26889
  super(), this.payload = this.validatePayload(a);
26429
26890
  }
@@ -26434,7 +26895,7 @@ const PeopleProfileUrlEmailWaterfall1PipeClass = class extends Pipe {
26434
26895
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
26435
26896
  }
26436
26897
  getInputGroups() {
26437
- return getDefaultInputGroups$9(this.payload.config);
26898
+ return getDefaultInputGroups$10(this.payload.config);
26438
26899
  }
26439
26900
  getRawOutputFields() {
26440
26901
  return { [professionalProfileUrlOutput$1.name]: this.catalogOutput(professionalProfileUrlOutput$1, { receivesMovementWidgets: !0 }) };
@@ -26448,9 +26909,9 @@ const PeopleProfileUrlEmailWaterfall1PipeClass = class extends Pipe {
26448
26909
  allowManagedConnection: !0
26449
26910
  }));
26450
26911
  }
26451
- }, PeopleProfileUrlEmailWaterfall1PayloadSchema = PayloadSchema$21, PeopleProfileUrlEmailWaterfall1Entry = {
26452
- pipeId: pipeId$12,
26453
- basePipe: getBasePipeName(pipeId$12),
26912
+ }, PeopleProfileUrlEmailWaterfall1PayloadSchema = PayloadSchema$22, PeopleProfileUrlEmailWaterfall1Entry = {
26913
+ pipeId: pipeId$13,
26914
+ basePipe: getBasePipeName(pipeId$13),
26454
26915
  managedProviders: providers,
26455
26916
  allowedUserConnectionProviders: providers,
26456
26917
  label: "LinkedIn URL from email",
@@ -26460,12 +26921,12 @@ const PeopleProfileUrlEmailWaterfall1PipeClass = class extends Pipe {
26460
26921
  description: "Find the URL for a prospect's LinkedIn profile from their personal or professional email address.",
26461
26922
  tags: [CATALOG_TAGS.LINKEDIN],
26462
26923
  docPath: "/resources/pipe-catalog/people:profileurl:email:waterfall/1",
26463
- billableOperations: BILLABLE_OPERATIONS$12,
26924
+ billableOperations: BILLABLE_OPERATIONS$13,
26464
26925
  inputFieldMode: "static",
26465
26926
  outputFieldMode: "static",
26466
- defaultInputGroups: getDefaultInputGroups$9(null),
26927
+ defaultInputGroups: getDefaultInputGroups$10(null),
26467
26928
  defaultPayload: {
26468
- pipe_id: pipeId$12,
26929
+ pipe_id: pipeId$13,
26469
26930
  trigger: null,
26470
26931
  connector: null,
26471
26932
  config: {
@@ -26481,8 +26942,8 @@ const PeopleProfileUrlEmailWaterfall1PipeClass = class extends Pipe {
26481
26942
  }
26482
26943
  }
26483
26944
  };
26484
- var pipeId$11 = "people:profileurl:name@1", nameInput$1 = getField("name"), companyNameInput$1 = getField("company_name"), locationHintInput = getField("location_hint"), professionalProfileUrlOutput = getField("profile_url"), PayloadSchema$20 = object({
26485
- pipe_id: literal(pipeId$11),
26945
+ var pipeId$12 = "people:profileurl:name@1", nameInput$1 = getField("name"), companyNameInput$1 = getField("company_name"), locationHintInput = getField("location_hint"), professionalProfileUrlOutput = getField("profile_url"), PayloadSchema$21 = object({
26946
+ pipe_id: literal(pipeId$12),
26486
26947
  connector: noConnectorInput(),
26487
26948
  trigger: pipesTriggerInput(),
26488
26949
  config: object({
@@ -26493,7 +26954,7 @@ var pipeId$11 = "people:profileurl:name@1", nameInput$1 = getField("name"), comp
26493
26954
  })),
26494
26955
  output_fields: outputFields(object({ [professionalProfileUrlOutput.name]: pipesOutputField({ fieldName: professionalProfileUrlOutput.name }) }))
26495
26956
  }).optional()
26496
- }), getDefaultInputGroups$8 = (a) => [
26957
+ }), getDefaultInputGroups$9 = (a) => [
26497
26958
  {
26498
26959
  condition: "all",
26499
26960
  fields: { [nameInput$1.name]: catalogInput(nameInput$1, a) }
@@ -26506,17 +26967,17 @@ var pipeId$11 = "people:profileurl:name@1", nameInput$1 = getField("name"), comp
26506
26967
  condition: "none",
26507
26968
  fields: { [locationHintInput.name]: catalogInput(locationHintInput, a) }
26508
26969
  }
26509
- ], BILLABLE_OPERATIONS$11 = { "pipe0-get-profileurl-from-name": {
26970
+ ], BILLABLE_OPERATIONS$12 = { "pipe0-get-profileurl-from-name": {
26510
26971
  provider: "pipe0",
26511
26972
  allowManagedConnection: !0,
26512
26973
  credits: .6,
26513
26974
  mode: "always"
26514
26975
  } };
26515
26976
  const PeopleProfileUrlName1PipeClass = class extends Pipe {
26516
- pipeId = pipeId$11;
26977
+ pipeId = pipeId$12;
26517
26978
  payload;
26518
- payloadSchema = PayloadSchema$20;
26519
- billableOperations = BILLABLE_OPERATIONS$11;
26979
+ payloadSchema = PayloadSchema$21;
26980
+ billableOperations = BILLABLE_OPERATIONS$12;
26520
26981
  constructor(a) {
26521
26982
  super(), this.payload = this.validatePayload(a);
26522
26983
  }
@@ -26527,7 +26988,7 @@ const PeopleProfileUrlName1PipeClass = class extends Pipe {
26527
26988
  return ["pipe0-get-profileurl-from-name"];
26528
26989
  }
26529
26990
  getInputGroups() {
26530
- return getDefaultInputGroups$8(this.payload.config);
26991
+ return getDefaultInputGroups$9(this.payload.config);
26531
26992
  }
26532
26993
  getRawOutputFields() {
26533
26994
  return { [professionalProfileUrlOutput.name]: this.catalogOutput(professionalProfileUrlOutput) };
@@ -26540,9 +27001,9 @@ const PeopleProfileUrlName1PipeClass = class extends Pipe {
26540
27001
  allowManagedConnection: !0
26541
27002
  }];
26542
27003
  }
26543
- }, PeopleProfileUrlName1PayloadSchema = PayloadSchema$20, PeopleProfileUrlName1Entry = {
26544
- pipeId: pipeId$11,
26545
- basePipe: getBasePipeName(pipeId$11),
27004
+ }, PeopleProfileUrlName1PayloadSchema = PayloadSchema$21, PeopleProfileUrlName1Entry = {
27005
+ pipeId: pipeId$12,
27006
+ basePipe: getBasePipeName(pipeId$12),
26546
27007
  label: "LinkedIn URL from name",
26547
27008
  executionMode: "single",
26548
27009
  categories: ["people_data"],
@@ -26552,12 +27013,12 @@ const PeopleProfileUrlName1PipeClass = class extends Pipe {
26552
27013
  description: "Find the LinkedIn profile URL by using the prospect's name as input.",
26553
27014
  docPath: "/resources/pipe-catalog/people:profileurl:name/1",
26554
27015
  tags: [CATALOG_TAGS.LINKEDIN],
26555
- billableOperations: BILLABLE_OPERATIONS$11,
26556
- defaultInputGroups: getDefaultInputGroups$8(null),
27016
+ billableOperations: BILLABLE_OPERATIONS$12,
27017
+ defaultInputGroups: getDefaultInputGroups$9(null),
26557
27018
  inputFieldMode: "static",
26558
27019
  outputFieldMode: "static",
26559
27020
  defaultPayload: {
26560
- pipe_id: pipeId$11,
27021
+ pipe_id: pipeId$12,
26561
27022
  connector: void 0,
26562
27023
  trigger: null,
26563
27024
  config: {
@@ -26573,7 +27034,7 @@ const PeopleProfileUrlName1PipeClass = class extends Pipe {
26573
27034
  }
26574
27035
  }
26575
27036
  };
26576
- var pipeId$10 = "people:workemail:waterfall@1", nameInput = getField("name"), companyWebsiteInput = getField("company_website_url"), companyNameInput = getField("company_name"), workEmailOutput$1 = getField("work_email"), emailValidationStatusOutput$1 = getField("email_validation_status"), PROVIDERS$2 = [
27037
+ var pipeId$11 = "people:workemail:waterfall@1", nameInput = getField("name"), companyWebsiteInput = getField("company_website_url"), companyNameInput = getField("company_name"), workEmailOutput$1 = getField("work_email"), emailValidationStatusOutput$1 = getField("email_validation_status"), PROVIDERS$2 = [
26577
27038
  "leadmagic",
26578
27039
  "prospeo",
26579
27040
  "hunter",
@@ -26585,8 +27046,8 @@ var pipeId$10 = "people:workemail:waterfall@1", nameInput = getField("name"), co
26585
27046
  { provider: "hunter" },
26586
27047
  { provider: "icypeas" },
26587
27048
  { provider: "findymail" }
26588
- ], PayloadSchema$19 = object({
26589
- pipe_id: literal(pipeId$10),
27049
+ ], PayloadSchema$20 = object({
27050
+ pipe_id: literal(pipeId$11),
26590
27051
  connector: optionalConnectorInput(),
26591
27052
  trigger: pipesTriggerInput(),
26592
27053
  config: object({
@@ -26623,7 +27084,7 @@ var pipeId$10 = "people:workemail:waterfall@1", nameInput = getField("name"), co
26623
27084
  [emailValidationStatusOutput$1.name]: pipesOutputField({ fieldName: emailValidationStatusOutput$1.name })
26624
27085
  }))
26625
27086
  }).optional()
26626
- }), getDefaultInputGroups$7 = (a) => [
27087
+ }), getDefaultInputGroups$8 = (a) => [
26627
27088
  {
26628
27089
  condition: "all",
26629
27090
  fields: { [nameInput.name]: catalogInput(nameInput, a) }
@@ -26636,7 +27097,7 @@ var pipeId$10 = "people:workemail:waterfall@1", nameInput = getField("name"), co
26636
27097
  condition: "none",
26637
27098
  fields: { [companyNameInput.name]: catalogInput(companyNameInput, a) }
26638
27099
  }
26639
- ], BILLABLE_OPERATIONS$10 = {
27100
+ ], BILLABLE_OPERATIONS$11 = {
26640
27101
  "leadmagic-get-work-email": {
26641
27102
  provider: "leadmagic",
26642
27103
  allowManagedConnection: !0,
@@ -26669,10 +27130,10 @@ var pipeId$10 = "people:workemail:waterfall@1", nameInput = getField("name"), co
26669
27130
  }
26670
27131
  };
26671
27132
  const PoepleWorkEmailWaterfallPipeClass1 = class extends Pipe {
26672
- pipeId = pipeId$10;
27133
+ pipeId = pipeId$11;
26673
27134
  payload;
26674
- payloadSchema = PayloadSchema$19;
26675
- billableOperations = BILLABLE_OPERATIONS$10;
27135
+ payloadSchema = PayloadSchema$20;
27136
+ billableOperations = BILLABLE_OPERATIONS$11;
26676
27137
  constructor(a) {
26677
27138
  super(), this.payload = this.validatePayload(a);
26678
27139
  }
@@ -26683,7 +27144,7 @@ const PoepleWorkEmailWaterfallPipeClass1 = class extends Pipe {
26683
27144
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
26684
27145
  }
26685
27146
  getInputGroups() {
26686
- return getDefaultInputGroups$7(this.payload.config);
27147
+ return getDefaultInputGroups$8(this.payload.config);
26687
27148
  }
26688
27149
  getRawOutputFields() {
26689
27150
  return {
@@ -26706,9 +27167,9 @@ const PoepleWorkEmailWaterfallPipeClass1 = class extends Pipe {
26706
27167
  allowManagedConnection: !0
26707
27168
  }));
26708
27169
  }
26709
- }, PoepleWorkEmailWaterfallPayloadSchema1 = PayloadSchema$19, PeopleWorkEmailWaterfallEntry1 = {
26710
- pipeId: pipeId$10,
26711
- basePipe: getBasePipeName(pipeId$10),
27170
+ }, PoepleWorkEmailWaterfallPayloadSchema1 = PayloadSchema$20, PeopleWorkEmailWaterfallEntry1 = {
27171
+ pipeId: pipeId$11,
27172
+ basePipe: getBasePipeName(pipeId$11),
26712
27173
  label: "Work email from name",
26713
27174
  executionMode: "waterfall",
26714
27175
  categories: ["people_data"],
@@ -26724,10 +27185,10 @@ const PoepleWorkEmailWaterfallPipeClass1 = class extends Pipe {
26724
27185
  allowedUserConnectionProviders: PROVIDERS$2,
26725
27186
  inputFieldMode: "static",
26726
27187
  outputFieldMode: "static",
26727
- billableOperations: BILLABLE_OPERATIONS$10,
26728
- defaultInputGroups: getDefaultInputGroups$7(null),
27188
+ billableOperations: BILLABLE_OPERATIONS$11,
27189
+ defaultInputGroups: getDefaultInputGroups$8(null),
26729
27190
  defaultPayload: {
26730
- pipe_id: pipeId$10,
27191
+ pipe_id: pipeId$11,
26731
27192
  connector: null,
26732
27193
  trigger: null,
26733
27194
  config: {
@@ -26752,7 +27213,7 @@ const PoepleWorkEmailWaterfallPipeClass1 = class extends Pipe {
26752
27213
  }
26753
27214
  }
26754
27215
  };
26755
- var pipeId$9 = "prompt:run@1", BILLABLE_OPERATIONS$9 = {
27216
+ var pipeId$10 = "prompt:run@1", BILLABLE_OPERATIONS$10 = {
26756
27217
  "gemini-flash-latest-prompt": {
26757
27218
  credits: .5,
26758
27219
  allowManagedConnection: !0,
@@ -26771,8 +27232,8 @@ var pipeId$9 = "prompt:run@1", BILLABLE_OPERATIONS$9 = {
26771
27232
  provider: "openai",
26772
27233
  mode: "always"
26773
27234
  }
26774
- }, PayloadSchema$18 = object({
26775
- pipe_id: literal(pipeId$9),
27235
+ }, PayloadSchema$19 = object({
27236
+ pipe_id: literal(pipeId$10),
26776
27237
  connector: optionalConnectorInput(),
26777
27238
  trigger: pipesTriggerInput(),
26778
27239
  config: object({
@@ -26795,7 +27256,7 @@ var pipeId$9 = "prompt:run@1", BILLABLE_OPERATIONS$9 = {
26795
27256
  value: "gemini-flash-latest",
26796
27257
  widgets: {
26797
27258
  logo: { url: providerCatalog.gemini.logoUrl },
26798
- pricing: { credits: BILLABLE_OPERATIONS$9["gemini-flash-latest-prompt"].credits }
27259
+ pricing: { credits: BILLABLE_OPERATIONS$10["gemini-flash-latest-prompt"].credits }
26799
27260
  }
26800
27261
  },
26801
27262
  {
@@ -26803,7 +27264,7 @@ var pipeId$9 = "prompt:run@1", BILLABLE_OPERATIONS$9 = {
26803
27264
  value: "openai-gpt-latest",
26804
27265
  widgets: {
26805
27266
  logo: { url: providerCatalog.openai.logoUrl },
26806
- pricing: { credits: BILLABLE_OPERATIONS$9["openai-gpt-latest-prompt"].credits }
27267
+ pricing: { credits: BILLABLE_OPERATIONS$10["openai-gpt-latest-prompt"].credits }
26807
27268
  }
26808
27269
  },
26809
27270
  {
@@ -26811,7 +27272,7 @@ var pipeId$9 = "prompt:run@1", BILLABLE_OPERATIONS$9 = {
26811
27272
  value: "openai-gpt-mini-latest",
26812
27273
  widgets: {
26813
27274
  logo: { url: providerCatalog.openai.logoUrl },
26814
- pricing: { credits: BILLABLE_OPERATIONS$9["openai-gpt-mini-latest-prompt"].credits }
27275
+ pricing: { credits: BILLABLE_OPERATIONS$10["openai-gpt-mini-latest-prompt"].credits }
26815
27276
  }
26816
27277
  }
26817
27278
  ]
@@ -26819,10 +27280,10 @@ var pipeId$9 = "prompt:run@1", BILLABLE_OPERATIONS$9 = {
26819
27280
  })
26820
27281
  });
26821
27282
  const RunPrompt1PipeClass = class extends Pipe {
26822
- pipeId = pipeId$9;
27283
+ pipeId = pipeId$10;
26823
27284
  payload;
26824
- payloadSchema = PayloadSchema$18;
26825
- billableOperations = BILLABLE_OPERATIONS$9;
27285
+ payloadSchema = PayloadSchema$19;
27286
+ billableOperations = BILLABLE_OPERATIONS$10;
26826
27287
  constructor(a) {
26827
27288
  super(), this.payload = this.validatePayload(a);
26828
27289
  }
@@ -26879,11 +27340,11 @@ const RunPrompt1PipeClass = class extends Pipe {
26879
27340
  default: throw Error(`Unknown model in ${this.pipeId}`);
26880
27341
  }
26881
27342
  }
26882
- }, RunPrompt1PayloadSchema = PayloadSchema$18, RunPrompt1Entry = {
26883
- pipeId: pipeId$9,
27343
+ }, RunPrompt1PayloadSchema = PayloadSchema$19, RunPrompt1Entry = {
27344
+ pipeId: pipeId$10,
26884
27345
  inputFieldMode: "config",
26885
27346
  outputFieldMode: "config",
26886
- basePipe: getBasePipeName(pipeId$9),
27347
+ basePipe: getBasePipeName(pipeId$10),
26887
27348
  label: "AI prompt",
26888
27349
  executionMode: "single",
26889
27350
  categories: [
@@ -26896,11 +27357,11 @@ const RunPrompt1PipeClass = class extends Pipe {
26896
27357
  tags: [CATALOG_TAGS.AI],
26897
27358
  docPath: "/resources/pipe-catalog/prompt:run/1",
26898
27359
  defaultInputGroups: [],
26899
- billableOperations: BILLABLE_OPERATIONS$9,
27360
+ billableOperations: BILLABLE_OPERATIONS$10,
26900
27361
  allowedUserConnectionProviders: ["gemini", "openai"],
26901
27362
  managedProviders: ["gemini", "openai"],
26902
27363
  defaultPayload: {
26903
- pipe_id: pipeId$9,
27364
+ pipe_id: pipeId$10,
26904
27365
  connector: null,
26905
27366
  trigger: null,
26906
27367
  config: {
@@ -26912,8 +27373,8 @@ const RunPrompt1PipeClass = class extends Pipe {
26912
27373
  }
26913
27374
  }
26914
27375
  };
26915
- var pipeId$8 = "sheet:append@1", sheetItemIdOutput = getField("sheet_record_id"), PayloadSchema$17 = object({
26916
- pipe_id: literal(pipeId$8),
27376
+ var pipeId$9 = "sheet:append@1", sheetItemIdOutput = getField("sheet_record_id"), PayloadSchema$18 = object({
27377
+ pipe_id: literal(pipeId$9),
26917
27378
  connector: requiredConnectorInput(),
26918
27379
  trigger: pipesTriggerInput(),
26919
27380
  config: object({
@@ -26947,17 +27408,17 @@ var pipeId$8 = "sheet:append@1", sheetItemIdOutput = getField("sheet_record_id")
26947
27408
  included_fields: pipesIncludedFieldsInput(),
26948
27409
  output_fields: outputFields(object({ [sheetItemIdOutput.name]: pipesOutputField({ fieldName: sheetItemIdOutput.name }) }))
26949
27410
  })
26950
- }), BILLABLE_OPERATIONS$8 = { "sheets-append-pipe0": {
27411
+ }), BILLABLE_OPERATIONS$9 = { "sheets-append-pipe0": {
26951
27412
  provider: "pipe0",
26952
27413
  allowManagedConnection: !1,
26953
27414
  credits: null,
26954
27415
  mode: null
26955
27416
  } };
26956
27417
  const SheetAddItemsPipeClass1 = class extends Pipe {
26957
- pipeId = pipeId$8;
27418
+ pipeId = pipeId$9;
26958
27419
  payload;
26959
- payloadSchema = PayloadSchema$17;
26960
- billableOperations = BILLABLE_OPERATIONS$8;
27420
+ payloadSchema = PayloadSchema$18;
27421
+ billableOperations = BILLABLE_OPERATIONS$9;
26961
27422
  constructor(a) {
26962
27423
  super(), this.payload = this.validatePayload(a);
26963
27424
  }
@@ -26995,9 +27456,9 @@ const SheetAddItemsPipeClass1 = class extends Pipe {
26995
27456
  allowManagedConnection: !0
26996
27457
  }];
26997
27458
  }
26998
- }, SheetAddItemsPayloadSchema1 = PayloadSchema$17, SheetAddItemsEntry1 = {
26999
- pipeId: pipeId$8,
27000
- basePipe: getBasePipeName(pipeId$8),
27459
+ }, SheetAddItemsPayloadSchema1 = PayloadSchema$18, SheetAddItemsEntry1 = {
27460
+ pipeId: pipeId$9,
27461
+ basePipe: getBasePipeName(pipeId$9),
27001
27462
  label: "Write row to sheet",
27002
27463
  executionMode: "single",
27003
27464
  categories: ["actions", "tools"],
@@ -27007,12 +27468,12 @@ const SheetAddItemsPipeClass1 = class extends Pipe {
27007
27468
  description: "Add items to pipe0 sheet.",
27008
27469
  docPath: "/resources/pipe-catalog/sheet:append/1",
27009
27470
  tags: [CATALOG_TAGS.FIELDS],
27010
- billableOperations: BILLABLE_OPERATIONS$8,
27471
+ billableOperations: BILLABLE_OPERATIONS$9,
27011
27472
  defaultInputGroups: [],
27012
27473
  inputFieldMode: "config",
27013
27474
  outputFieldMode: "static",
27014
27475
  defaultPayload: {
27015
- pipe_id: pipeId$8,
27476
+ pipe_id: pipeId$9,
27016
27477
  connector: {
27017
27478
  strategy: "first",
27018
27479
  connections: []
@@ -27030,8 +27491,8 @@ const SheetAddItemsPipeClass1 = class extends Pipe {
27030
27491
  }
27031
27492
  }
27032
27493
  };
27033
- var pipeId$7 = "sheet:expandappend@1", sheetRecordIdsOutput = getField("sheet_record_ids"), inputObjectsInput = getField("input_objects"), PayloadSchema$16 = object({
27034
- pipe_id: literal(pipeId$7),
27494
+ var pipeId$8 = "sheet:expandappend@1", sheetRecordIdsOutput = getField("sheet_record_ids"), inputObjectsInput = getField("input_objects"), PayloadSchema$17 = object({
27495
+ pipe_id: literal(pipeId$8),
27035
27496
  connector: requiredConnectorInput(),
27036
27497
  trigger: pipesTriggerInput(),
27037
27498
  config: object({
@@ -27065,21 +27526,21 @@ var pipeId$7 = "sheet:expandappend@1", sheetRecordIdsOutput = getField("sheet_re
27065
27526
  input_fields: inputFields(object({ [inputObjectsInput.name]: pipesInputField({ fieldName: inputObjectsInput.name }) })),
27066
27527
  output_fields: outputFields(object({ [sheetRecordIdsOutput.name]: pipesOutputField({ fieldName: sheetRecordIdsOutput.name }) }))
27067
27528
  })
27068
- }), BILLABLE_OPERATIONS$7 = { "sheets-appendexpand-pipe0": {
27529
+ }), BILLABLE_OPERATIONS$8 = { "sheets-appendexpand-pipe0": {
27069
27530
  provider: "pipe0",
27070
27531
  allowManagedConnection: !1,
27071
27532
  credits: null,
27072
27533
  mode: null
27073
- } }, getDefaultInputGroups$6 = (a) => [{
27534
+ } }, getDefaultInputGroups$7 = (a) => [{
27074
27535
  condition: "all",
27075
27536
  fields: { [inputObjectsInput.name]: catalogInput(inputObjectsInput, a) },
27076
27537
  message: ""
27077
27538
  }];
27078
27539
  const SheetExpandAppendPipeClass1 = class extends Pipe {
27079
- pipeId = pipeId$7;
27540
+ pipeId = pipeId$8;
27080
27541
  payload;
27081
- payloadSchema = PayloadSchema$16;
27082
- billableOperations = BILLABLE_OPERATIONS$7;
27542
+ payloadSchema = PayloadSchema$17;
27543
+ billableOperations = BILLABLE_OPERATIONS$8;
27083
27544
  constructor(a) {
27084
27545
  super(), this.payload = this.validatePayload(a);
27085
27546
  }
@@ -27090,7 +27551,7 @@ const SheetExpandAppendPipeClass1 = class extends Pipe {
27090
27551
  return ["sheets-appendexpand-pipe0"];
27091
27552
  }
27092
27553
  getInputGroups() {
27093
- return getDefaultInputGroups$6(this.payload.config);
27554
+ return getDefaultInputGroups$7(this.payload.config);
27094
27555
  }
27095
27556
  getRawOutputFields() {
27096
27557
  return { [sheetRecordIdsOutput.name]: this.catalogOutput(sheetRecordIdsOutput) };
@@ -27103,9 +27564,9 @@ const SheetExpandAppendPipeClass1 = class extends Pipe {
27103
27564
  allowManagedConnection: !0
27104
27565
  }];
27105
27566
  }
27106
- }, SheetExpandAppendPayloadSchema1 = PayloadSchema$16, SheetExpandAppendEntry1 = {
27107
- pipeId: pipeId$7,
27108
- basePipe: getBasePipeName(pipeId$7),
27567
+ }, SheetExpandAppendPayloadSchema1 = PayloadSchema$17, SheetExpandAppendEntry1 = {
27568
+ pipeId: pipeId$8,
27569
+ basePipe: getBasePipeName(pipeId$8),
27109
27570
  label: "Object list to sheet rows",
27110
27571
  executionMode: "single",
27111
27572
  categories: ["actions", "tools"],
@@ -27115,12 +27576,12 @@ const SheetExpandAppendPipeClass1 = class extends Pipe {
27115
27576
  description: "Expand a list of nested objects into sheet rows.",
27116
27577
  docPath: "/resources/pipe-catalog/sheet:expandappend/1",
27117
27578
  tags: [CATALOG_TAGS.FIELDS],
27118
- billableOperations: BILLABLE_OPERATIONS$7,
27579
+ billableOperations: BILLABLE_OPERATIONS$8,
27119
27580
  defaultInputGroups: [],
27120
27581
  inputFieldMode: "static",
27121
27582
  outputFieldMode: "static",
27122
27583
  defaultPayload: {
27123
- pipe_id: pipeId$7,
27584
+ pipe_id: pipeId$8,
27124
27585
  connector: {
27125
27586
  strategy: "first",
27126
27587
  connections: []
@@ -27138,8 +27599,8 @@ const SheetExpandAppendPipeClass1 = class extends Pipe {
27138
27599
  }
27139
27600
  }
27140
27601
  };
27141
- var pipeId$6 = "template:fill@1", templateOutput = getField("template_output"), PayloadSchema$15 = object({
27142
- pipe_id: literal(pipeId$6),
27602
+ var pipeId$7 = "template:fill@1", templateOutput = getField("template_output"), PayloadSchema$16 = object({
27603
+ pipe_id: literal(pipeId$7),
27143
27604
  connector: optionalConnectorInput(),
27144
27605
  trigger: pipesTriggerInput(),
27145
27606
  config: object({
@@ -27153,17 +27614,17 @@ var pipeId$6 = "template:fill@1", templateOutput = getField("template_output"),
27153
27614
  }),
27154
27615
  output_fields: outputFields(object({ [templateOutput.name]: pipesOutputField({ fieldName: templateOutput.name }) }))
27155
27616
  })
27156
- }), BILLABLE_OPERATIONS$6 = { "template-fill": {
27617
+ }), BILLABLE_OPERATIONS$7 = { "template-fill": {
27157
27618
  credits: 0,
27158
27619
  allowManagedConnection: !0,
27159
27620
  provider: "pipe0",
27160
27621
  mode: "always"
27161
27622
  } };
27162
27623
  const TemplateFillPipeClass1 = class extends Pipe {
27163
- pipeId = pipeId$6;
27624
+ pipeId = pipeId$7;
27164
27625
  payload;
27165
- payloadSchema = PayloadSchema$15;
27166
- billableOperations = BILLABLE_OPERATIONS$6;
27626
+ payloadSchema = PayloadSchema$16;
27627
+ billableOperations = BILLABLE_OPERATIONS$7;
27167
27628
  constructor(a) {
27168
27629
  super(), this.payload = this.validatePayload(a);
27169
27630
  }
@@ -27187,11 +27648,11 @@ const TemplateFillPipeClass1 = class extends Pipe {
27187
27648
  getConnectionsRequirements() {
27188
27649
  return [];
27189
27650
  }
27190
- }, TemplateFillPayloadSchema1 = PayloadSchema$15, TemplateFillEntry1 = {
27191
- pipeId: pipeId$6,
27651
+ }, TemplateFillPayloadSchema1 = PayloadSchema$16, TemplateFillEntry1 = {
27652
+ pipeId: pipeId$7,
27192
27653
  inputFieldMode: "config",
27193
27654
  outputFieldMode: "config",
27194
- basePipe: getBasePipeName(pipeId$6),
27655
+ basePipe: getBasePipeName(pipeId$7),
27195
27656
  label: "Fill a text template",
27196
27657
  executionMode: "single",
27197
27658
  categories: ["tools"],
@@ -27200,11 +27661,11 @@ const TemplateFillPipeClass1 = class extends Pipe {
27200
27661
  tags: [CATALOG_TAGS.TEXT],
27201
27662
  docPath: "/resources/pipe-catalog/template:fill/1",
27202
27663
  defaultInputGroups: [],
27203
- billableOperations: BILLABLE_OPERATIONS$6,
27664
+ billableOperations: BILLABLE_OPERATIONS$7,
27204
27665
  allowedUserConnectionProviders: [],
27205
27666
  managedProviders: ["pipe0"],
27206
27667
  defaultPayload: {
27207
- pipe_id: pipeId$6,
27668
+ pipe_id: pipeId$7,
27208
27669
  connector: null,
27209
27670
  trigger: null,
27210
27671
  config: {
@@ -27216,8 +27677,8 @@ const TemplateFillPipeClass1 = class extends Pipe {
27216
27677
  }
27217
27678
  }
27218
27679
  };
27219
- var pipeId$5 = "website:extract:firecrawl@1", websiteUrlInput = getField("website_url"), firecrawlExtractResultOutput = getField("firecrawl_extract_result"), PayloadSchema$14 = object({
27220
- pipe_id: literal(pipeId$5),
27680
+ var pipeId$6 = "website:extract:firecrawl@1", websiteUrlInput = getField("website_url"), firecrawlExtractResultOutput = getField("firecrawl_extract_result"), PayloadSchema$15 = object({
27681
+ pipe_id: literal(pipeId$6),
27221
27682
  connector: optionalConnectorInput(),
27222
27683
  trigger: pipesTriggerInput(),
27223
27684
  config: object({
@@ -27261,20 +27722,20 @@ var pipeId$5 = "website:extract:firecrawl@1", websiteUrlInput = getField("websit
27261
27722
  input_fields: inputFields(object({ [websiteUrlInput.name]: pipesInputField({ fieldName: websiteUrlInput.name }) })),
27262
27723
  output_fields: outputFields(object({ [firecrawlExtractResultOutput.name]: pipesOutputField({ fieldName: firecrawlExtractResultOutput.name }) }))
27263
27724
  })
27264
- }), getDefaultInputGroups$5 = (a) => [{
27725
+ }), getDefaultInputGroups$6 = (a) => [{
27265
27726
  condition: "all",
27266
27727
  fields: { [websiteUrlInput.name]: catalogInput(websiteUrlInput, a) }
27267
- }], BILLABLE_OPERATIONS$5 = { "firecrawl-website-extract": {
27728
+ }], BILLABLE_OPERATIONS$6 = { "firecrawl-website-extract": {
27268
27729
  allowManagedConnection: !0,
27269
27730
  provider: "firecrawl",
27270
27731
  credits: 2,
27271
27732
  mode: "onSuccess"
27272
27733
  } };
27273
27734
  const WebsiteExtractFirecrawlPipeClass1 = class extends Pipe {
27274
- pipeId = pipeId$5;
27735
+ pipeId = pipeId$6;
27275
27736
  payload;
27276
- payloadSchema = PayloadSchema$14;
27277
- billableOperations = BILLABLE_OPERATIONS$5;
27737
+ payloadSchema = PayloadSchema$15;
27738
+ billableOperations = BILLABLE_OPERATIONS$6;
27278
27739
  constructor(a) {
27279
27740
  super(), this.payload = this.validatePayload(a);
27280
27741
  }
@@ -27285,7 +27746,7 @@ const WebsiteExtractFirecrawlPipeClass1 = class extends Pipe {
27285
27746
  return ["firecrawl-website-extract"];
27286
27747
  }
27287
27748
  getInputGroups() {
27288
- return getDefaultInputGroups$5(this.payload.config);
27749
+ return getDefaultInputGroups$6(this.payload.config);
27289
27750
  }
27290
27751
  getRawOutputFields() {
27291
27752
  return { [firecrawlExtractResultOutput.name]: this.catalogOutput(firecrawlExtractResultOutput) };
@@ -27298,9 +27759,9 @@ const WebsiteExtractFirecrawlPipeClass1 = class extends Pipe {
27298
27759
  allowManagedConnection: !0
27299
27760
  }];
27300
27761
  }
27301
- }, WebsiteExtractFirecrawlPayloadSchema1 = PayloadSchema$14, WebsiteExtractFirecrawlEntry1 = {
27302
- pipeId: pipeId$5,
27303
- basePipe: getBasePipeName(pipeId$5),
27762
+ }, WebsiteExtractFirecrawlPayloadSchema1 = PayloadSchema$15, WebsiteExtractFirecrawlEntry1 = {
27763
+ pipeId: pipeId$6,
27764
+ basePipe: getBasePipeName(pipeId$6),
27304
27765
  label: "Extract",
27305
27766
  executionMode: "single",
27306
27767
  categories: ["tools"],
@@ -27308,14 +27769,14 @@ const WebsiteExtractFirecrawlPipeClass1 = class extends Pipe {
27308
27769
  description: "Perform advanced AI scraping to extract data from any website. Search all subdomains and combine scraped data with search results.",
27309
27770
  tags: [CATALOG_TAGS.SCRAPE],
27310
27771
  docPath: "/resources/pipe-catalog/website:extract:firecrawl/1",
27311
- billableOperations: BILLABLE_OPERATIONS$5,
27772
+ billableOperations: BILLABLE_OPERATIONS$6,
27312
27773
  inputFieldMode: "static",
27313
27774
  outputFieldMode: "static",
27314
27775
  allowedUserConnectionProviders: ["firecrawl"],
27315
27776
  managedProviders: ["firecrawl"],
27316
- defaultInputGroups: getDefaultInputGroups$5(null),
27777
+ defaultInputGroups: getDefaultInputGroups$6(null),
27317
27778
  defaultPayload: {
27318
- pipe_id: pipeId$5,
27779
+ pipe_id: pipeId$6,
27319
27780
  trigger: null,
27320
27781
  connector: null,
27321
27782
  config: {
@@ -27331,13 +27792,13 @@ const WebsiteExtractFirecrawlPipeClass1 = class extends Pipe {
27331
27792
  }
27332
27793
  }
27333
27794
  };
27334
- var pipeId$4 = "website:maplinks:firecrawl@1", BILLABLE_OPERATIONS$4 = { "firecrawl-website-maplinks": {
27795
+ var pipeId$5 = "website:maplinks:firecrawl@1", BILLABLE_OPERATIONS$5 = { "firecrawl-website-maplinks": {
27335
27796
  allowManagedConnection: !0,
27336
27797
  provider: "firecrawl",
27337
27798
  credits: 1,
27338
27799
  mode: "onSuccess"
27339
- } }, websisteUrlInput$1 = getField("website_url"), mappedLinksOutput = getField("mapped_links"), PayloadSchema$13 = object({
27340
- pipe_id: literal(pipeId$4),
27800
+ } }, websisteUrlInput$1 = getField("website_url"), mappedLinksOutput = getField("mapped_links"), PayloadSchema$14 = object({
27801
+ pipe_id: literal(pipeId$5),
27341
27802
  connector: optionalConnectorInput(),
27342
27803
  trigger: pipesTriggerInput(),
27343
27804
  config: object({
@@ -27385,15 +27846,15 @@ var pipeId$4 = "website:maplinks:firecrawl@1", BILLABLE_OPERATIONS$4 = { "firecr
27385
27846
  input_fields: inputFields(object({ [websisteUrlInput$1.name]: pipesInputField({ fieldName: websisteUrlInput$1.name }) })),
27386
27847
  output_fields: outputFields(object({ [mappedLinksOutput.name]: pipesOutputField({ fieldName: mappedLinksOutput.name }) }))
27387
27848
  }).optional()
27388
- }), getDefaultInputGroups$4 = (a) => [{
27849
+ }), getDefaultInputGroups$5 = (a) => [{
27389
27850
  condition: "all",
27390
27851
  fields: { [websisteUrlInput$1.name]: catalogInput(websisteUrlInput$1, a) }
27391
27852
  }];
27392
27853
  const WebsiteMappedLinksFireCrawlPipeClass1 = class extends Pipe {
27393
- pipeId = pipeId$4;
27854
+ pipeId = pipeId$5;
27394
27855
  payload;
27395
- payloadSchema = PayloadSchema$13;
27396
- billableOperations = BILLABLE_OPERATIONS$4;
27856
+ payloadSchema = PayloadSchema$14;
27857
+ billableOperations = BILLABLE_OPERATIONS$5;
27397
27858
  constructor(a) {
27398
27859
  super(), this.payload = this.validatePayload(a);
27399
27860
  }
@@ -27404,7 +27865,7 @@ const WebsiteMappedLinksFireCrawlPipeClass1 = class extends Pipe {
27404
27865
  return ["firecrawl-website-maplinks"];
27405
27866
  }
27406
27867
  getInputGroups() {
27407
- return getDefaultInputGroups$4(this.payload.config);
27868
+ return getDefaultInputGroups$5(this.payload.config);
27408
27869
  }
27409
27870
  getRawOutputFields() {
27410
27871
  return { [mappedLinksOutput.name]: this.catalogOutput(mappedLinksOutput) };
@@ -27417,9 +27878,9 @@ const WebsiteMappedLinksFireCrawlPipeClass1 = class extends Pipe {
27417
27878
  allowManagedConnection: !0
27418
27879
  }];
27419
27880
  }
27420
- }, WebsiteMappedLinksFireCrawlPayloadSchema1 = PayloadSchema$13, WebsiteMappedLinksFireCrawlEntry1 = {
27421
- pipeId: pipeId$4,
27422
- basePipe: getBasePipeName(pipeId$4),
27881
+ }, WebsiteMappedLinksFireCrawlPayloadSchema1 = PayloadSchema$14, WebsiteMappedLinksFireCrawlEntry1 = {
27882
+ pipeId: pipeId$5,
27883
+ basePipe: getBasePipeName(pipeId$5),
27423
27884
  label: "Map domain links",
27424
27885
  executionMode: "single",
27425
27886
  categories: ["tools"],
@@ -27427,14 +27888,14 @@ const WebsiteMappedLinksFireCrawlPipeClass1 = class extends Pipe {
27427
27888
  description: "Input a website and get all internal URLs on the website. Results do not include links to external pages.",
27428
27889
  tags: [CATALOG_TAGS.SCRAPE],
27429
27890
  docPath: "/resources/pipe-catalog/website:maplinks:firecrawl/1",
27430
- billableOperations: BILLABLE_OPERATIONS$4,
27891
+ billableOperations: BILLABLE_OPERATIONS$5,
27431
27892
  inputFieldMode: "static",
27432
27893
  outputFieldMode: "static",
27433
27894
  allowedUserConnectionProviders: ["firecrawl"],
27434
27895
  managedProviders: ["firecrawl"],
27435
- defaultInputGroups: getDefaultInputGroups$4(null),
27896
+ defaultInputGroups: getDefaultInputGroups$5(null),
27436
27897
  defaultPayload: {
27437
- pipe_id: pipeId$4,
27898
+ pipe_id: pipeId$5,
27438
27899
  trigger: null,
27439
27900
  connector: null,
27440
27901
  config: {
@@ -27449,8 +27910,8 @@ const WebsiteMappedLinksFireCrawlPipeClass1 = class extends Pipe {
27449
27910
  }
27450
27911
  }
27451
27912
  };
27452
- var pipeId$3 = "website:scrape:firecrawl@1", websisteUrlInput = getField("website_url"), websiteMarkdownOutput = getField("website_markdown"), websiteHTMLOutput = getField("website_html"), websiteLinksOutput = getField("website_links"), PayloadSchema$12 = object({
27453
- pipe_id: literal(pipeId$3),
27913
+ var pipeId$4 = "website:scrape:firecrawl@1", websisteUrlInput = getField("website_url"), websiteMarkdownOutput = getField("website_markdown"), websiteHTMLOutput = getField("website_html"), websiteLinksOutput = getField("website_links"), PayloadSchema$13 = object({
27914
+ pipe_id: literal(pipeId$4),
27454
27915
  connector: optionalConnectorInput(),
27455
27916
  trigger: pipesTriggerInput(),
27456
27917
  config: object({
@@ -27470,20 +27931,20 @@ var pipeId$3 = "website:scrape:firecrawl@1", websisteUrlInput = getField("websit
27470
27931
  [websiteLinksOutput.name]: pipesOutputField({ fieldName: websiteLinksOutput.name })
27471
27932
  }))
27472
27933
  }).optional()
27473
- }), getDefaultInputGroups$3 = (a) => [{
27934
+ }), getDefaultInputGroups$4 = (a) => [{
27474
27935
  condition: "all",
27475
27936
  fields: { [websisteUrlInput.name]: catalogInput(websisteUrlInput, a) }
27476
- }], BILLABLE_OPERATIONS$3 = { "firecrawl-website-scrape": {
27937
+ }], BILLABLE_OPERATIONS$4 = { "firecrawl-website-scrape": {
27477
27938
  allowManagedConnection: !0,
27478
27939
  provider: "firecrawl",
27479
27940
  credits: .1,
27480
27941
  mode: "onSuccess"
27481
27942
  } };
27482
27943
  const WebsiteScrapeFireCrawlPipeClass1 = class extends Pipe {
27483
- pipeId = pipeId$3;
27944
+ pipeId = pipeId$4;
27484
27945
  payload;
27485
- payloadSchema = PayloadSchema$12;
27486
- billableOperations = BILLABLE_OPERATIONS$3;
27946
+ payloadSchema = PayloadSchema$13;
27947
+ billableOperations = BILLABLE_OPERATIONS$4;
27487
27948
  constructor(a) {
27488
27949
  super(), this.payload = this.validatePayload(a);
27489
27950
  }
@@ -27494,7 +27955,7 @@ const WebsiteScrapeFireCrawlPipeClass1 = class extends Pipe {
27494
27955
  return ["firecrawl-website-scrape"];
27495
27956
  }
27496
27957
  getInputGroups() {
27497
- return getDefaultInputGroups$3(this.payload.config);
27958
+ return getDefaultInputGroups$4(this.payload.config);
27498
27959
  }
27499
27960
  getRawOutputFields() {
27500
27961
  return {
@@ -27511,9 +27972,9 @@ const WebsiteScrapeFireCrawlPipeClass1 = class extends Pipe {
27511
27972
  allowManagedConnection: !0
27512
27973
  }];
27513
27974
  }
27514
- }, WebsiteScrapeFireCrawlPayloadSchema1 = PayloadSchema$12, WebsiteScrapeFireCrawlEntry1 = {
27515
- pipeId: pipeId$3,
27516
- basePipe: getBasePipeName(pipeId$3),
27975
+ }, WebsiteScrapeFireCrawlPayloadSchema1 = PayloadSchema$13, WebsiteScrapeFireCrawlEntry1 = {
27976
+ pipeId: pipeId$4,
27977
+ basePipe: getBasePipeName(pipeId$4),
27517
27978
  label: "Scrape",
27518
27979
  executionMode: "single",
27519
27980
  categories: ["tools"],
@@ -27521,14 +27982,14 @@ const WebsiteScrapeFireCrawlPipeClass1 = class extends Pipe {
27521
27982
  description: "Turn any URL into clean data.",
27522
27983
  tags: [CATALOG_TAGS.SCRAPE],
27523
27984
  docPath: "/resources/pipe-catalog/website:scrape:firecrawl/1",
27524
- billableOperations: BILLABLE_OPERATIONS$3,
27985
+ billableOperations: BILLABLE_OPERATIONS$4,
27525
27986
  inputFieldMode: "static",
27526
27987
  outputFieldMode: "static",
27527
27988
  allowedUserConnectionProviders: ["firecrawl"],
27528
27989
  managedProviders: ["firecrawl"],
27529
- defaultInputGroups: getDefaultInputGroups$3(null),
27990
+ defaultInputGroups: getDefaultInputGroups$4(null),
27530
27991
  defaultPayload: {
27531
- pipe_id: pipeId$3,
27992
+ pipe_id: pipeId$4,
27532
27993
  trigger: null,
27533
27994
  connector: null,
27534
27995
  config: {
@@ -27551,14 +28012,14 @@ const WebsiteScrapeFireCrawlPipeClass1 = class extends Pipe {
27551
28012
  }
27552
28013
  }
27553
28014
  };
27554
- var pipeId$2 = "website:scrapelist:firecrawl@1", BILLABLE_OPERATIONS$2 = { "firecrawl-list-url-scrape": {
28015
+ var pipeId$3 = "website:scrapelist:firecrawl@1", BILLABLE_OPERATIONS$3 = { "firecrawl-list-url-scrape": {
27555
28016
  allowManagedConnection: !0,
27556
28017
  provider: "firecrawl",
27557
28018
  credits: .1,
27558
28019
  mode: "onSuccess",
27559
28020
  note: "You are charged per url that is scraped."
27560
- } }, urlsInput = getField("urls"), scrapeListResponseOutput = getField("scrape_list_response"), PayloadSchema$11 = object({
27561
- pipe_id: literal(pipeId$2),
28021
+ } }, urlsInput = getField("urls"), scrapeListResponseOutput = getField("scrape_list_response"), PayloadSchema$12 = object({
28022
+ pipe_id: literal(pipeId$3),
27562
28023
  connector: optionalConnectorInput(),
27563
28024
  trigger: pipesTriggerInput(),
27564
28025
  config: object({
@@ -27597,15 +28058,15 @@ var pipeId$2 = "website:scrapelist:firecrawl@1", BILLABLE_OPERATIONS$2 = { "fire
27597
28058
  input_fields: inputFields(object({ [urlsInput.name]: pipesInputField({ fieldName: urlsInput.name }) })),
27598
28059
  output_fields: outputFields(object({ [scrapeListResponseOutput.name]: pipesOutputField({ fieldName: scrapeListResponseOutput.name }) }))
27599
28060
  }).optional()
27600
- }), getDefaultInputGroups$2 = (a) => [{
28061
+ }), getDefaultInputGroups$3 = (a) => [{
27601
28062
  condition: "all",
27602
28063
  fields: { [urlsInput.name]: catalogInput(urlsInput, a) }
27603
28064
  }];
27604
28065
  const WebsiteScrapeListFireCrawlPipeClass1 = class extends Pipe {
27605
- pipeId = pipeId$2;
28066
+ pipeId = pipeId$3;
27606
28067
  payload;
27607
- payloadSchema = PayloadSchema$11;
27608
- billableOperations = BILLABLE_OPERATIONS$2;
28068
+ payloadSchema = PayloadSchema$12;
28069
+ billableOperations = BILLABLE_OPERATIONS$3;
27609
28070
  constructor(a) {
27610
28071
  super(), this.payload = this.validatePayload(a);
27611
28072
  }
@@ -27622,7 +28083,7 @@ const WebsiteScrapeListFireCrawlPipeClass1 = class extends Pipe {
27622
28083
  ].fill("firecrawl-list-url-scrape");
27623
28084
  }
27624
28085
  getInputGroups() {
27625
- return getDefaultInputGroups$2(this.payload.config);
28086
+ return getDefaultInputGroups$3(this.payload.config);
27626
28087
  }
27627
28088
  getRawOutputFields() {
27628
28089
  return { [scrapeListResponseOutput.name]: this.catalogOutput(scrapeListResponseOutput) };
@@ -27635,9 +28096,9 @@ const WebsiteScrapeListFireCrawlPipeClass1 = class extends Pipe {
27635
28096
  allowManagedConnection: !0
27636
28097
  }];
27637
28098
  }
27638
- }, WebsiteScrapeListFireCrawlPayloadSchema1 = PayloadSchema$11, WebsiteScrapeListFireCrawlEntry1 = {
27639
- pipeId: pipeId$2,
27640
- basePipe: getBasePipeName(pipeId$2),
28099
+ }, WebsiteScrapeListFireCrawlPayloadSchema1 = PayloadSchema$12, WebsiteScrapeListFireCrawlEntry1 = {
28100
+ pipeId: pipeId$3,
28101
+ basePipe: getBasePipeName(pipeId$3),
27641
28102
  label: "Scrape list",
27642
28103
  executionMode: "single",
27643
28104
  categories: ["tools"],
@@ -27645,14 +28106,14 @@ const WebsiteScrapeListFireCrawlPipeClass1 = class extends Pipe {
27645
28106
  description: "Turn a list of URLs into clean scraped data.",
27646
28107
  tags: [CATALOG_TAGS.SCRAPE],
27647
28108
  docPath: "/resources/pipe-catalog/website:scrapelist:firecrawl/1",
27648
- billableOperations: BILLABLE_OPERATIONS$2,
28109
+ billableOperations: BILLABLE_OPERATIONS$3,
27649
28110
  inputFieldMode: "static",
27650
28111
  outputFieldMode: "static",
27651
28112
  allowedUserConnectionProviders: ["firecrawl"],
27652
28113
  managedProviders: ["firecrawl"],
27653
- defaultInputGroups: getDefaultInputGroups$2(null),
28114
+ defaultInputGroups: getDefaultInputGroups$3(null),
27654
28115
  defaultPayload: {
27655
- pipe_id: pipeId$2,
28116
+ pipe_id: pipeId$3,
27656
28117
  trigger: null,
27657
28118
  connector: null,
27658
28119
  config: {
@@ -27670,7 +28131,7 @@ const WebsiteScrapeListFireCrawlPipeClass1 = class extends Pipe {
27670
28131
  }
27671
28132
  }
27672
28133
  };
27673
- var pipeId$1 = "people:workemail:profileurl:waterfall@1", profileUrlInput = getField("profile_url"), workEmailOutput = getField("work_email"), emailValidationStatusOutput = getField("email_validation_status"), PROVIDERS$1 = [
28134
+ var pipeId$2 = "people:workemail:profileurl:waterfall@1", profileUrlInput = getField("profile_url"), workEmailOutput = getField("work_email"), emailValidationStatusOutput = getField("email_validation_status"), PROVIDERS$1 = [
27674
28135
  "hunter",
27675
28136
  "findymail",
27676
28137
  "leadmagic",
@@ -27682,8 +28143,8 @@ var pipeId$1 = "people:workemail:profileurl:waterfall@1", profileUrlInput = getF
27682
28143
  { provider: "leadmagic" },
27683
28144
  { provider: "crustdata" },
27684
28145
  { provider: "clado" }
27685
- ], PayloadSchema$10 = object({
27686
- pipe_id: literal(pipeId$1),
28146
+ ], PayloadSchema$11 = object({
28147
+ pipe_id: literal(pipeId$2),
27687
28148
  connector: optionalConnectorInput(),
27688
28149
  trigger: pipesTriggerInput(),
27689
28150
  config: object({
@@ -27716,10 +28177,10 @@ var pipeId$1 = "people:workemail:profileurl:waterfall@1", profileUrlInput = getF
27716
28177
  [emailValidationStatusOutput.name]: pipesOutputField({ fieldName: emailValidationStatusOutput.name })
27717
28178
  }))
27718
28179
  }).optional()
27719
- }), getDefaultInputGroups$1 = (a) => [{
28180
+ }), getDefaultInputGroups$2 = (a) => [{
27720
28181
  condition: "all",
27721
28182
  fields: { [profileUrlInput.name]: catalogInput(profileUrlInput, a) }
27722
- }], BILLABLE_OPERATIONS$1 = {
28183
+ }], BILLABLE_OPERATIONS$2 = {
27723
28184
  "hunter-workemail-profileurl": {
27724
28185
  provider: "hunter",
27725
28186
  allowManagedConnection: !0,
@@ -27752,10 +28213,10 @@ var pipeId$1 = "people:workemail:profileurl:waterfall@1", profileUrlInput = getF
27752
28213
  }
27753
28214
  };
27754
28215
  const PoepleWorkEmailProfileUrlWaterfallPipeClass1 = class extends Pipe {
27755
- pipeId = pipeId$1;
28216
+ pipeId = pipeId$2;
27756
28217
  payload;
27757
- payloadSchema = PayloadSchema$10;
27758
- billableOperations = BILLABLE_OPERATIONS$1;
28218
+ payloadSchema = PayloadSchema$11;
28219
+ billableOperations = BILLABLE_OPERATIONS$2;
27759
28220
  constructor(a) {
27760
28221
  super(), this.payload = this.validatePayload(a);
27761
28222
  }
@@ -27766,7 +28227,7 @@ const PoepleWorkEmailProfileUrlWaterfallPipeClass1 = class extends Pipe {
27766
28227
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
27767
28228
  }
27768
28229
  getInputGroups() {
27769
- return getDefaultInputGroups$1(this.payload.config);
28230
+ return getDefaultInputGroups$2(this.payload.config);
27770
28231
  }
27771
28232
  getRawOutputFields() {
27772
28233
  return {
@@ -27789,9 +28250,9 @@ const PoepleWorkEmailProfileUrlWaterfallPipeClass1 = class extends Pipe {
27789
28250
  allowManagedConnection: !0
27790
28251
  }));
27791
28252
  }
27792
- }, PoepleWorkEmailProfileUrlWaterfallPayloadSchema1 = PayloadSchema$10, PoepleWorkEmailProfileUrlWaterfallEntry1 = {
27793
- pipeId: pipeId$1,
27794
- basePipe: getBasePipeName(pipeId$1),
28253
+ }, PoepleWorkEmailProfileUrlWaterfallPayloadSchema1 = PayloadSchema$11, PoepleWorkEmailProfileUrlWaterfallEntry1 = {
28254
+ pipeId: pipeId$2,
28255
+ basePipe: getBasePipeName(pipeId$2),
27795
28256
  label: "Work email from LinkedIn URL",
27796
28257
  executionMode: "waterfall",
27797
28258
  categories: ["people_data"],
@@ -27807,10 +28268,10 @@ const PoepleWorkEmailProfileUrlWaterfallPipeClass1 = class extends Pipe {
27807
28268
  allowedUserConnectionProviders: PROVIDERS$1,
27808
28269
  inputFieldMode: "static",
27809
28270
  outputFieldMode: "static",
27810
- billableOperations: BILLABLE_OPERATIONS$1,
27811
- defaultInputGroups: getDefaultInputGroups$1(null),
28271
+ billableOperations: BILLABLE_OPERATIONS$2,
28272
+ defaultInputGroups: getDefaultInputGroups$2(null),
27812
28273
  defaultPayload: {
27813
- pipe_id: pipeId$1,
28274
+ pipe_id: pipeId$2,
27814
28275
  connector: null,
27815
28276
  trigger: null,
27816
28277
  config: {
@@ -27831,7 +28292,7 @@ const PoepleWorkEmailProfileUrlWaterfallPipeClass1 = class extends Pipe {
27831
28292
  }
27832
28293
  }
27833
28294
  };
27834
- var pipeId = "people:identity:email:waterfall@1", emailInput = getField("email"), companyWebsiteUrlOutput = getField("company_website_url"), nameOutput$2 = getField("name"), jobTitleOutput$2 = getField("job_title"), profileUrlOutput$2 = getField("profile_url"), companyProfileUrlOutput = getField("company_profile_url"), companyNameOutput$3 = getField("company_name"), PROVIDERS = [
28295
+ var pipeId$1 = "people:identity:email:waterfall@1", emailInput = getField("email"), companyWebsiteUrlOutput = getField("company_website_url"), nameOutput$2 = getField("name"), jobTitleOutput$2 = getField("job_title"), profileUrlOutput$2 = getField("profile_url"), companyProfileUrlOutput = getField("company_profile_url"), companyNameOutput$3 = getField("company_name"), PROVIDERS = [
27835
28296
  "findymail",
27836
28297
  "hunter",
27837
28298
  "crustdata"
@@ -27839,8 +28300,8 @@ var pipeId = "people:identity:email:waterfall@1", emailInput = getField("email")
27839
28300
  { provider: "findymail" },
27840
28301
  { provider: "hunter" },
27841
28302
  { provider: "crustdata" }
27842
- ], PayloadSchema$9 = object({
27843
- pipe_id: literal(pipeId),
28303
+ ], PayloadSchema$10 = object({
28304
+ pipe_id: literal(pipeId$1),
27844
28305
  connector: optionalConnectorInput(),
27845
28306
  trigger: pipesTriggerInput(),
27846
28307
  config: object({
@@ -27859,10 +28320,10 @@ var pipeId = "people:identity:email:waterfall@1", emailInput = getField("email")
27859
28320
  [companyProfileUrlOutput.name]: pipesOutputField({ fieldName: companyProfileUrlOutput.name })
27860
28321
  }))
27861
28322
  }).optional()
27862
- }), getDefaultInputGroups = (a) => [{
28323
+ }), getDefaultInputGroups$1 = (a) => [{
27863
28324
  condition: "all",
27864
28325
  fields: { [emailInput.name]: catalogInput(emailInput, a) }
27865
- }], BILLABLE_OPERATIONS = {
28326
+ }], BILLABLE_OPERATIONS$1 = {
27866
28327
  "hunter-reverse-email-lookup": {
27867
28328
  provider: "hunter",
27868
28329
  allowManagedConnection: !0,
@@ -27883,10 +28344,10 @@ var pipeId = "people:identity:email:waterfall@1", emailInput = getField("email")
27883
28344
  }
27884
28345
  };
27885
28346
  const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
27886
- pipeId = pipeId;
28347
+ pipeId = pipeId$1;
27887
28348
  payload;
27888
- payloadSchema = PayloadSchema$9;
27889
- billableOperations = BILLABLE_OPERATIONS;
28349
+ payloadSchema = PayloadSchema$10;
28350
+ billableOperations = BILLABLE_OPERATIONS$1;
27890
28351
  constructor(a) {
27891
28352
  super(), this.payload = this.validatePayload(a);
27892
28353
  }
@@ -27897,7 +28358,7 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
27897
28358
  return this.getProviderNames().map((a) => getProviderBillableOperation(a, this.billableOperations).billableOperation);
27898
28359
  }
27899
28360
  getInputGroups() {
27900
- return getDefaultInputGroups(this.payload.config);
28361
+ return getDefaultInputGroups$1(this.payload.config);
27901
28362
  }
27902
28363
  getRawOutputFields() {
27903
28364
  return {
@@ -27922,9 +28383,9 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
27922
28383
  allowManagedConnection: !0
27923
28384
  }));
27924
28385
  }
27925
- }, PeopleIdentityEmailWaterfallPayloadSchema1 = PayloadSchema$9, PeopleIdentityEmailWaterfallEntry1 = {
27926
- pipeId,
27927
- basePipe: getBasePipeName(pipeId),
28386
+ }, PeopleIdentityEmailWaterfallPayloadSchema1 = PayloadSchema$10, PeopleIdentityEmailWaterfallEntry1 = {
28387
+ pipeId: pipeId$1,
28388
+ basePipe: getBasePipeName(pipeId$1),
27928
28389
  label: "Person identity from email",
27929
28390
  executionMode: "waterfall",
27930
28391
  categories: ["people_data"],
@@ -27936,10 +28397,10 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
27936
28397
  allowedUserConnectionProviders: PROVIDERS,
27937
28398
  inputFieldMode: "static",
27938
28399
  outputFieldMode: "static",
27939
- billableOperations: BILLABLE_OPERATIONS,
27940
- defaultInputGroups: getDefaultInputGroups(null),
28400
+ billableOperations: BILLABLE_OPERATIONS$1,
28401
+ defaultInputGroups: getDefaultInputGroups$1(null),
27941
28402
  defaultPayload: {
27942
- pipe_id: pipeId,
28403
+ pipe_id: pipeId$1,
27943
28404
  connector: null,
27944
28405
  trigger: null,
27945
28406
  config: {
@@ -27973,6 +28434,82 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
27973
28434
  }
27974
28435
  }
27975
28436
  }
28437
+ };
28438
+ var companyWebsiteUrlInput = getField("company_website_url"), crustdataEnrichmentMatchOutput = getField("crustdata_companyenrich_match");
28439
+ const pipeId = "company:match:crustdata@1", PayloadSchema$9 = object({
28440
+ pipe_id: literal(pipeId),
28441
+ trigger: pipesTriggerInput(),
28442
+ connector: optionalConnectorInput(),
28443
+ config: object({
28444
+ input_fields: inputFields(object({ [companyWebsiteUrlInput.name]: pipesInputField({ fieldName: companyWebsiteUrlInput.name }) })),
28445
+ output_fields: outputFields(object({ [crustdataEnrichmentMatchOutput.name]: pipesOutputField({ fieldName: crustdataEnrichmentMatchOutput.name }) }))
28446
+ }).optional()
28447
+ });
28448
+ var getDefaultInputGroups = (a) => [{
28449
+ condition: "all",
28450
+ fields: { [companyWebsiteUrlInput.name]: catalogInput(companyWebsiteUrlInput, a) }
28451
+ }], BILLABLE_OPERATIONS = { crustdata_company_enrich: {
28452
+ allowManagedConnection: !0,
28453
+ credits: 2,
28454
+ mode: "onSuccess",
28455
+ provider: "crustdata"
28456
+ } };
28457
+ const CompanyMatchCrustdataPipeClass1 = class extends Pipe {
28458
+ pipeId = pipeId;
28459
+ payload;
28460
+ payloadSchema = PayloadSchema$9;
28461
+ billableOperations = BILLABLE_OPERATIONS;
28462
+ constructor(a) {
28463
+ super(), this.payload = this.validatePayload(a);
28464
+ }
28465
+ getProviderNames() {
28466
+ return ["crustdata"];
28467
+ }
28468
+ estimateBillableOperations() {
28469
+ return ["crustdata_company_enrich"];
28470
+ }
28471
+ getInputGroups() {
28472
+ return getDefaultInputGroups(this.payload.config);
28473
+ }
28474
+ getRawOutputFields() {
28475
+ return { [crustdataEnrichmentMatchOutput.name]: this.catalogOutput(crustdataEnrichmentMatchOutput) };
28476
+ }
28477
+ getConnectionsRequirements() {
28478
+ return [{
28479
+ provider: "crustdata",
28480
+ rateLimitRatio: 1,
28481
+ rateLimitOperation: "crustdata_company_enrich",
28482
+ allowManagedConnection: !0
28483
+ }];
28484
+ }
28485
+ }, CompanyMatchCrustdataPayloadSchema1 = PayloadSchema$9, CompanyMatchCrustdataEntry1 = {
28486
+ pipeId,
28487
+ inputFieldMode: "static",
28488
+ outputFieldMode: "static",
28489
+ basePipe: getBasePipeName(pipeId),
28490
+ label: "Company match",
28491
+ executionMode: "single",
28492
+ categories: ["company_data"],
28493
+ lifecycle: null,
28494
+ description: "Company data like headcount distribution, LinkedIn URLs etc. via the Crustdata API.",
28495
+ tags: [CATALOG_TAGS.WEBSITE, CATALOG_TAGS.LINKEDIN],
28496
+ docPath: "/resources/pipe-catalog/company:match:crustdata/1",
28497
+ billableOperations: BILLABLE_OPERATIONS,
28498
+ allowedUserConnectionProviders: ["crustdata"],
28499
+ managedProviders: ["crustdata"],
28500
+ defaultInputGroups: getDefaultInputGroups(null),
28501
+ defaultPayload: {
28502
+ pipe_id: pipeId,
28503
+ connector: null,
28504
+ trigger: null,
28505
+ config: {
28506
+ input_fields: { company_website_url: { alias: "" } },
28507
+ output_fields: { crustdata_companyenrich_match: {
28508
+ alias: "",
28509
+ enabled: !0
28510
+ } }
28511
+ }
28512
+ }
27976
28513
  }, pipeClassCatalog = {
27977
28514
  "prompt:run@1": RunPrompt1PipeClass,
27978
28515
  "company:newssummary:website@1": CompanyNewsSummaryWebsite1PipeClass,
@@ -28010,6 +28547,7 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
28010
28547
  "sheet:append@1": SheetAddItemsPipeClass1,
28011
28548
  "sheet:expandappend@1": SheetExpandAppendPipeClass1,
28012
28549
  "people:match:role:waterfall@1": PeopleMatchRoleWaterfallPipeClass1,
28550
+ "company:match:crustdata@1": CompanyMatchCrustdataPipeClass1,
28013
28551
  "company:identity@2": CompanyIdentity2PipeClass,
28014
28552
  "people:phone:profile:waterfall@1": PeoplePhoneProfileWaterfall1PipeClass,
28015
28553
  "people:phone:workemail:waterfall@1": PeoplePhoneWorkEmailWaterfall1PipeClass,
@@ -28049,6 +28587,7 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
28049
28587
  "people:posts:crustdata@1": PeoplePostsCrustdataPayloadSchema1,
28050
28588
  "people:profile:workemail:crustdata@1": PeopleProfileWorkemailCrustdataPayloadSchema1,
28051
28589
  "people:identity:email:waterfall@1": PeopleIdentityEmailWaterfallPayloadSchema1,
28590
+ "company:match:crustdata@1": CompanyMatchCrustdataPayloadSchema1,
28052
28591
  "message:send:slack@1": MessageSendSlackPayloadSchema1,
28053
28592
  "email:send:gmail@1": ActionSendMailGmailPayloadSchema1,
28054
28593
  "message:write@1": MessageWritePayloadSchema1,
@@ -28107,6 +28646,7 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
28107
28646
  "people:profile:workemail:crustdata@1": PeopleProfileWorkemailCrustdataEntry1,
28108
28647
  "people:workemail:profileurl:waterfall@1": PoepleWorkEmailProfileUrlWaterfallEntry1,
28109
28648
  "people:identity:email:waterfall@1": PeopleIdentityEmailWaterfallEntry1,
28649
+ "company:match:crustdata@1": CompanyMatchCrustdataEntry1,
28110
28650
  "people:personalemail:profile:waterfall@1": PeoplePersonalEmailProfileWaterfall1Entry,
28111
28651
  "people:email:validate:zerobounce@1": PeopleEmailValidateZeroBounceEntry1,
28112
28652
  "people:email:validate:zerobounce@2": PeopleEmailValidateZeroBounceEntry2,