@pipe0/base 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.d.mts +789 -192
- package/dist/index.mjs +10 -10
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -372,6 +372,7 @@ declare const StoreOptionWidgetSchema: z.ZodObject<{
|
|
|
372
372
|
logodev: "logodev";
|
|
373
373
|
amplemarket: "amplemarket";
|
|
374
374
|
parallel: "parallel";
|
|
375
|
+
luma: "luma";
|
|
375
376
|
}>;
|
|
376
377
|
}, z.core.$strip>>;
|
|
377
378
|
emoji: z.ZodOptional<z.ZodObject<{
|
|
@@ -619,6 +620,7 @@ declare const WidgetsSchema: z.ZodObject<{
|
|
|
619
620
|
logodev: "logodev";
|
|
620
621
|
amplemarket: "amplemarket";
|
|
621
622
|
parallel: "parallel";
|
|
623
|
+
luma: "luma";
|
|
622
624
|
}>;
|
|
623
625
|
}, z.core.$strip>>;
|
|
624
626
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -648,6 +650,7 @@ declare const WidgetsSchema: z.ZodObject<{
|
|
|
648
650
|
logodev: "logodev";
|
|
649
651
|
amplemarket: "amplemarket";
|
|
650
652
|
parallel: "parallel";
|
|
653
|
+
luma: "luma";
|
|
651
654
|
}>>;
|
|
652
655
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
653
656
|
pipe0: "pipe0";
|
|
@@ -676,6 +679,7 @@ declare const WidgetsSchema: z.ZodObject<{
|
|
|
676
679
|
logodev: "logodev";
|
|
677
680
|
amplemarket: "amplemarket";
|
|
678
681
|
parallel: "parallel";
|
|
682
|
+
luma: "luma";
|
|
679
683
|
}>>;
|
|
680
684
|
}, z.core.$strip>>>;
|
|
681
685
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -1247,6 +1251,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1247
1251
|
logodev: "logodev";
|
|
1248
1252
|
amplemarket: "amplemarket";
|
|
1249
1253
|
parallel: "parallel";
|
|
1254
|
+
luma: "luma";
|
|
1250
1255
|
}>;
|
|
1251
1256
|
}, z.core.$strip>>;
|
|
1252
1257
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -1276,6 +1281,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1276
1281
|
logodev: "logodev";
|
|
1277
1282
|
amplemarket: "amplemarket";
|
|
1278
1283
|
parallel: "parallel";
|
|
1284
|
+
luma: "luma";
|
|
1279
1285
|
}>>;
|
|
1280
1286
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
1281
1287
|
pipe0: "pipe0";
|
|
@@ -1304,6 +1310,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1304
1310
|
logodev: "logodev";
|
|
1305
1311
|
amplemarket: "amplemarket";
|
|
1306
1312
|
parallel: "parallel";
|
|
1313
|
+
luma: "luma";
|
|
1307
1314
|
}>>;
|
|
1308
1315
|
}, z.core.$strip>>>;
|
|
1309
1316
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -1610,6 +1617,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
1610
1617
|
logodev: "logodev";
|
|
1611
1618
|
amplemarket: "amplemarket";
|
|
1612
1619
|
parallel: "parallel";
|
|
1620
|
+
luma: "luma";
|
|
1613
1621
|
}>;
|
|
1614
1622
|
}, z.core.$strip>>;
|
|
1615
1623
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -1639,6 +1647,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
1639
1647
|
logodev: "logodev";
|
|
1640
1648
|
amplemarket: "amplemarket";
|
|
1641
1649
|
parallel: "parallel";
|
|
1650
|
+
luma: "luma";
|
|
1642
1651
|
}>>;
|
|
1643
1652
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
1644
1653
|
pipe0: "pipe0";
|
|
@@ -1667,6 +1676,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
1667
1676
|
logodev: "logodev";
|
|
1668
1677
|
amplemarket: "amplemarket";
|
|
1669
1678
|
parallel: "parallel";
|
|
1679
|
+
luma: "luma";
|
|
1670
1680
|
}>>;
|
|
1671
1681
|
}, z.core.$strip>>>;
|
|
1672
1682
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -1953,6 +1963,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
1953
1963
|
logodev: "logodev";
|
|
1954
1964
|
amplemarket: "amplemarket";
|
|
1955
1965
|
parallel: "parallel";
|
|
1966
|
+
luma: "luma";
|
|
1956
1967
|
}>;
|
|
1957
1968
|
}, z.core.$strip>>;
|
|
1958
1969
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -1982,6 +1993,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
1982
1993
|
logodev: "logodev";
|
|
1983
1994
|
amplemarket: "amplemarket";
|
|
1984
1995
|
parallel: "parallel";
|
|
1996
|
+
luma: "luma";
|
|
1985
1997
|
}>>;
|
|
1986
1998
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
1987
1999
|
pipe0: "pipe0";
|
|
@@ -2010,6 +2022,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
2010
2022
|
logodev: "logodev";
|
|
2011
2023
|
amplemarket: "amplemarket";
|
|
2012
2024
|
parallel: "parallel";
|
|
2025
|
+
luma: "luma";
|
|
2013
2026
|
}>>;
|
|
2014
2027
|
}, z.core.$strip>>>;
|
|
2015
2028
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -2278,6 +2291,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2278
2291
|
logodev: "logodev";
|
|
2279
2292
|
amplemarket: "amplemarket";
|
|
2280
2293
|
parallel: "parallel";
|
|
2294
|
+
luma: "luma";
|
|
2281
2295
|
}>;
|
|
2282
2296
|
}, z.core.$strip>>;
|
|
2283
2297
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -2307,6 +2321,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2307
2321
|
logodev: "logodev";
|
|
2308
2322
|
amplemarket: "amplemarket";
|
|
2309
2323
|
parallel: "parallel";
|
|
2324
|
+
luma: "luma";
|
|
2310
2325
|
}>>;
|
|
2311
2326
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
2312
2327
|
pipe0: "pipe0";
|
|
@@ -2335,6 +2350,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2335
2350
|
logodev: "logodev";
|
|
2336
2351
|
amplemarket: "amplemarket";
|
|
2337
2352
|
parallel: "parallel";
|
|
2353
|
+
luma: "luma";
|
|
2338
2354
|
}>>;
|
|
2339
2355
|
}, z.core.$strip>>>;
|
|
2340
2356
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -2894,6 +2910,9 @@ declare const FieldNameSchema: z.ZodEnum<{
|
|
|
2894
2910
|
http_response_status: "http_response_status";
|
|
2895
2911
|
http_response_body: "http_response_body";
|
|
2896
2912
|
http_response_headers: "http_response_headers";
|
|
2913
|
+
luma_id: "luma_id";
|
|
2914
|
+
registered_at: "registered_at";
|
|
2915
|
+
luma_event_guest_match: "luma_event_guest_match";
|
|
2897
2916
|
professional_profile_url: "professional_profile_url";
|
|
2898
2917
|
professional_profile: "professional_profile";
|
|
2899
2918
|
mobile_number: "mobile_number";
|
|
@@ -2926,11 +2945,12 @@ declare const ProviderNameSchema: z.ZodEnum<{
|
|
|
2926
2945
|
logodev: "logodev";
|
|
2927
2946
|
amplemarket: "amplemarket";
|
|
2928
2947
|
parallel: "parallel";
|
|
2948
|
+
luma: "luma";
|
|
2929
2949
|
}>;
|
|
2930
|
-
type ProviderRateLimitOperation = "pipe0_logic" | "pipe0_generic" | "pipe0-sheet-operation" | "pipe0_scraper" | "findymail_generic" | "findymail_email_lookup" | "findymail_email_b2b_lookup" | "findymail_phone_lookup" | "dropcontact_generic" | "hunter_generic" | "hunter_email_finder" | "hunter_email_enrichment" | "zerobounce_generic" | "millionverifier_generic" | "googlemaps_generic" | "gemini_35_flash" | "gemini_20_flash" | "leadmagic_company_search" | "leadmagic_email_lookup" | "leadmagic_email_b2b_lookup" | "leadmagic_email_to_b2b_profile" | "leadmagic_personal_email_finder" | "leadmagic_mobile_number_lookup" | "leadmagic_company_funding" | "leadmagic_role_finder" | "contactout_generic" | "builtwith_generic" | "perplexity_generic" | "serper_search" | "clado_search_people" | "clado_contact_information" | "icypeas_scrape_profile" | "icypeas_lead_database" | "icypeas_company_database" | "icypeas_email_lookup" | "prospeo_phone_number_lookup" | "prospeo_social_profile_lookup" | "clado_social_profile_lookup" | "prospeo_email_lookup" | "resend_generic" | "slack_post_message" | "gmail_send_email" | "leadmagic_employee_finder" | "firecrawl_generic" | "firecrawl_map_requests" | "firecrawl_extract" | "exa_websets" | "parallel_search_base" | "parallel_entity_search" | "parallel_extract" | "openai_gpt-5" | "openai_gpt-5-mini" | "company_enrich_generic" | "logodev_describe" | "crustdata_company_db_search" | "crustdata_company_enrich" | "crustdata_company_identify" | "crustdata_people_db_search" | "crustdata_realtime_post_fetch" | "crustdata_realtime_person_enrich" | "amplemarket_generic" | "amplemarket-person-reveal" | "amplemarket_people_search" | "amplemarket_company_search" | "mixrank-person-match";
|
|
2950
|
+
type ProviderRateLimitOperation = "pipe0_logic" | "pipe0_generic" | "pipe0-sheet-operation" | "pipe0_scraper" | "findymail_generic" | "findymail_email_lookup" | "findymail_email_b2b_lookup" | "findymail_phone_lookup" | "dropcontact_generic" | "hunter_generic" | "hunter_email_finder" | "hunter_email_enrichment" | "zerobounce_generic" | "millionverifier_generic" | "googlemaps_generic" | "gemini_35_flash" | "gemini_20_flash" | "leadmagic_company_search" | "leadmagic_email_lookup" | "leadmagic_email_b2b_lookup" | "leadmagic_email_to_b2b_profile" | "leadmagic_personal_email_finder" | "leadmagic_mobile_number_lookup" | "leadmagic_company_funding" | "leadmagic_role_finder" | "contactout_generic" | "builtwith_generic" | "perplexity_generic" | "serper_search" | "clado_search_people" | "clado_contact_information" | "icypeas_scrape_profile" | "icypeas_lead_database" | "icypeas_company_database" | "icypeas_email_lookup" | "prospeo_phone_number_lookup" | "prospeo_social_profile_lookup" | "clado_social_profile_lookup" | "prospeo_email_lookup" | "resend_generic" | "slack_post_message" | "gmail_send_email" | "leadmagic_employee_finder" | "firecrawl_generic" | "firecrawl_map_requests" | "firecrawl_extract" | "exa_websets" | "parallel_search_base" | "parallel_entity_search" | "parallel_extract" | "openai_gpt-5" | "openai_gpt-5-mini" | "company_enrich_generic" | "logodev_describe" | "crustdata_company_db_search" | "crustdata_company_enrich" | "crustdata_company_identify" | "crustdata_people_db_search" | "crustdata_realtime_post_fetch" | "crustdata_realtime_person_enrich" | "amplemarket_generic" | "amplemarket-person-reveal" | "amplemarket_people_search" | "amplemarket_company_search" | "mixrank-person-match" | "luma_get_guests";
|
|
2931
2951
|
type ProviderName = z.infer<typeof ProviderNameSchema>;
|
|
2932
2952
|
type ExternalProviderName = Exclude<ProviderName, "pipe0">;
|
|
2933
|
-
type BillableOperation = "companies-profiles-amplemarket-v1" | "companies-profiles-amplemarket-v2" | "companies-profiles-crustdata-v1" | "companies-profiles-crustdata-v2" | "companies-entitysearch-parallel-v1" | "people-entitysearch-parallel-v1" | "company-domain-workemail-v1-pipe0" | "company-funding-leadmagic-v1-leadmagic" | "company-funding-leadmagic-v2-leadmagic" | "company-identity-v1-pipe0" | "company-identity-v2-pipe0" | "company-identity-v3-pipe0" | "company-lookalikes-companyenrich-v1-companyenrich" | "company-lookalikes-companyenrich-v2-companyenrich" | "company-identity-crustdata-v1-crustdata" | "company-match-crustdata-v1-crustdata" | "company-match-crustdata-v2-crustdata" | "company-match-logodev-v1-logodev" | "company-match-logodev-v2-logodev" | "company-newssummary-domain-v1-pipe0" | "company-newssummary-website-v1-pipe0" | "company-overview-v1-pipe0" | "company-overview-v2-pipe0" | "company-overview-v3-pipe0" | "company-techstack-builtwith-v1-builtwith" | "company-techstack-builtwith-v2-builtwith" | "company-websiteurl-email-v1-pipe0" | "contact-create-resend-v1-resend" | "email-iswork-v1-pipe0" | "email-send-gmail-v1-gmail" | "email-send-resend-v1-resend" | "email-validate-zerobounce-v1-zerobounce" | "email-write-v1-gemini-flash-latest" | "email-write-v1-openai-gpt-latest" | "email-write-v1-openai-gpt-mini-latest" | "field-domainify-v1-pipe0" | "field-slugify-v1-pipe0" | "fields-merge-v1-pipe0" | "http-request-v1-pipe0" | "json-extract-multi-v1-pipe0" | "message-send-slack-v1-slack" | "message-write-v1-gemini-flash-latest" | "message-write-v1-openai-gpt-latest" | "message-write-v1-openai-gpt-mini-latest" | "people-email-iswork-v1-pipe0" | "people-email-validate-zerobounce-v1-zerobounce" | "people-email-validate-zerobounce-v2-zerobounce" | "people-identity-email-waterfall-v1-crustdata" | "people-identity-email-waterfall-v1-findymail" | "people-identity-email-waterfall-v1-hunter" | "people-match-role-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-prospeo" | "people-mobilenumber-workemail-waterfall-v1-leadmagic" | "people-name-split-v1-pipe0" | "people-personalemail-profile-waterfall-v1-clado" | "people-personalemail-profile-waterfall-v1-leadmagic" | "people-personalemail-profile-waterfall-v1-mixrank" | "people-phone-profile-waterfall-v1-amplemarket" | "people-phone-profile-waterfall-v1-clado" | "people-phone-profile-waterfall-v1-findymail" | "people-phone-profile-waterfall-v1-leadmagic" | "people-phone-profile-waterfall-v1-prospeo" | "people-phone-workemail-waterfall-v1-amplemarket" | "people-phone-workemail-waterfall-v1-leadmagic" | "people-professionalprofile-waterfall-v1-icypeas" | "people-professionalprofile-waterfall-v1-prospeo" | "people-professionalprofileurl-email-waterfall-v1-leadmagic" | "people-professionalprofileurl-name-v1-pipe0" | "people-profile-waterfall-v1-amplemarket" | "people-profile-waterfall-v1-clado" | "people-profile-waterfall-v1-icypeas" | "people-profile-waterfall-v1-prospeo" | "people-profile-workemail-crustdata-v1-crustdata" | "people-profiles-amplemarket-v1" | "people-profiles-amplemarket-v2" | "people-profiles-crustdata-v1" | "people-profiles-crustdata-v2" | "people-profileurl-email-waterfall-v1-leadmagic" | "people-validate-email-zerobounce-v1-zerobounce" | "people-workemail-profileurl-waterfall-v1-amplemarket" | "people-workemail-profileurl-waterfall-v1-clado" | "people-workemail-profileurl-waterfall-v1-crustdata" | "people-workemail-profileurl-waterfall-v1-findymail" | "people-workemail-profileurl-waterfall-v1-hunter" | "people-workemail-profileurl-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-amplemarket" | "people-workemail-waterfall-v1-findymail" | "people-workemail-waterfall-v1-hunter" | "people-workemail-waterfall-v1-icypeas" | "people-workemail-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-prospeo" | "person-email-validate-millionverifier-v1-millionverifier" | "person-identity-amplemarket-v1-amplemarket" | "person-identity-email-waterfall-v1-crustdata" | "person-identity-email-waterfall-v1-findymail" | "person-identity-email-waterfall-v1-hunter" | "person-match-amplemarket-v1-amplemarket" | "person-match-role-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-amplemarket" | "person-mobile-profileurl-waterfall-v1-findymail" | "person-mobile-profileurl-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-prospeo" | "person-mobile-workemail-waterfall-v1-amplemarket" | "person-mobile-workemail-waterfall-v1-leadmagic" | "person-devprofileurl-profileurl-waterfall-v1-crustdata" | "person-name-join-v1-pipe0" | "person-name-split-v1-pipe0" | "person-personalemail-profileurl-waterfall-v1-leadmagic" | "person-personalemail-profileurl-waterfall-v1-mixrank" | "person-posts-crustdata-v1-crustdata" | "person-profile-waterfall-v1-amplemarket" | "person-profile-waterfall-v1-icypeas" | "person-profile-waterfall-v1-prospeo" | "person-profile-workemail-crustdata-v1-crustdata" | "person-profileurl-email-waterfall-v1-leadmagic" | "person-profileurl-name-v1-pipe0" | "person-workemail-profileurl-waterfall-v1-amplemarket" | "person-workemail-profileurl-waterfall-v1-crustdata" | "person-workemail-profileurl-waterfall-v1-findymail" | "person-workemail-profileurl-waterfall-v1-hunter" | "person-workemail-profileurl-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-amplemarket" | "person-workemail-waterfall-v1-findymail" | "person-workemail-waterfall-v1-hunter" | "person-workemail-waterfall-v1-icypeas" | "person-workemail-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-prospeo" | "prompt-run-v1-gemini-flash-latest" | "prompt-run-v1-openai-gpt-latest" | "prompt-run-v1-openai-gpt-mini-latest" | "sheet-row-append-v1-pipe0" | "sheet-row-expandappend-v1-pipe0" | "template-fill-v1-pipe0" | "website-extract-firecrawl-v1-firecrawl" | "website-extract-parallel-v1-parallel" | "website-maplinks-firecrawl-v1-firecrawl" | "website-scrape-firecrawl-v1-firecrawl" | "website-scrapelist-firecrawl-v1-firecrawl";
|
|
2953
|
+
type BillableOperation = "companies-profiles-amplemarket-v1" | "companies-profiles-amplemarket-v2" | "companies-profiles-crustdata-v1" | "companies-profiles-crustdata-v2" | "companies-entitysearch-parallel-v1" | "people-entitysearch-parallel-v1" | "people-eventguests-luma-v1" | "company-domain-workemail-v1-pipe0" | "company-funding-leadmagic-v1-leadmagic" | "company-funding-leadmagic-v2-leadmagic" | "company-identity-v1-pipe0" | "company-identity-v2-pipe0" | "company-identity-v3-pipe0" | "company-lookalikes-companyenrich-v1-companyenrich" | "company-lookalikes-companyenrich-v2-companyenrich" | "company-identity-crustdata-v1-crustdata" | "company-match-crustdata-v1-crustdata" | "company-match-crustdata-v2-crustdata" | "company-match-logodev-v1-logodev" | "company-match-logodev-v2-logodev" | "company-newssummary-domain-v1-pipe0" | "company-newssummary-website-v1-pipe0" | "company-overview-v1-pipe0" | "company-overview-v2-pipe0" | "company-overview-v3-pipe0" | "company-techstack-builtwith-v1-builtwith" | "company-techstack-builtwith-v2-builtwith" | "company-websiteurl-email-v1-pipe0" | "contact-create-resend-v1-resend" | "email-iswork-v1-pipe0" | "email-send-gmail-v1-gmail" | "email-send-resend-v1-resend" | "email-validate-zerobounce-v1-zerobounce" | "email-write-v1-gemini-flash-latest" | "email-write-v1-openai-gpt-latest" | "email-write-v1-openai-gpt-mini-latest" | "field-domainify-v1-pipe0" | "field-slugify-v1-pipe0" | "fields-merge-v1-pipe0" | "http-request-v1-pipe0" | "json-extract-multi-v1-pipe0" | "message-send-slack-v1-slack" | "message-write-v1-gemini-flash-latest" | "message-write-v1-openai-gpt-latest" | "message-write-v1-openai-gpt-mini-latest" | "people-email-iswork-v1-pipe0" | "people-email-validate-zerobounce-v1-zerobounce" | "people-email-validate-zerobounce-v2-zerobounce" | "people-identity-email-waterfall-v1-crustdata" | "people-identity-email-waterfall-v1-findymail" | "people-identity-email-waterfall-v1-hunter" | "people-match-role-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-prospeo" | "people-mobilenumber-workemail-waterfall-v1-leadmagic" | "people-name-split-v1-pipe0" | "people-personalemail-profile-waterfall-v1-clado" | "people-personalemail-profile-waterfall-v1-leadmagic" | "people-personalemail-profile-waterfall-v1-mixrank" | "people-phone-profile-waterfall-v1-amplemarket" | "people-phone-profile-waterfall-v1-clado" | "people-phone-profile-waterfall-v1-findymail" | "people-phone-profile-waterfall-v1-leadmagic" | "people-phone-profile-waterfall-v1-prospeo" | "people-phone-workemail-waterfall-v1-amplemarket" | "people-phone-workemail-waterfall-v1-leadmagic" | "people-professionalprofile-waterfall-v1-icypeas" | "people-professionalprofile-waterfall-v1-prospeo" | "people-professionalprofileurl-email-waterfall-v1-leadmagic" | "people-professionalprofileurl-name-v1-pipe0" | "people-profile-waterfall-v1-amplemarket" | "people-profile-waterfall-v1-clado" | "people-profile-waterfall-v1-icypeas" | "people-profile-waterfall-v1-prospeo" | "people-profile-workemail-crustdata-v1-crustdata" | "people-profiles-amplemarket-v1" | "people-profiles-amplemarket-v2" | "people-profiles-crustdata-v1" | "people-profiles-crustdata-v2" | "people-profileurl-email-waterfall-v1-leadmagic" | "people-validate-email-zerobounce-v1-zerobounce" | "people-workemail-profileurl-waterfall-v1-amplemarket" | "people-workemail-profileurl-waterfall-v1-clado" | "people-workemail-profileurl-waterfall-v1-crustdata" | "people-workemail-profileurl-waterfall-v1-findymail" | "people-workemail-profileurl-waterfall-v1-hunter" | "people-workemail-profileurl-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-amplemarket" | "people-workemail-waterfall-v1-findymail" | "people-workemail-waterfall-v1-hunter" | "people-workemail-waterfall-v1-icypeas" | "people-workemail-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-prospeo" | "person-email-validate-millionverifier-v1-millionverifier" | "person-identity-amplemarket-v1-amplemarket" | "person-identity-email-waterfall-v1-crustdata" | "person-identity-email-waterfall-v1-findymail" | "person-identity-email-waterfall-v1-hunter" | "person-match-amplemarket-v1-amplemarket" | "person-match-role-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-amplemarket" | "person-mobile-profileurl-waterfall-v1-findymail" | "person-mobile-profileurl-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-prospeo" | "person-mobile-workemail-waterfall-v1-amplemarket" | "person-mobile-workemail-waterfall-v1-leadmagic" | "person-devprofileurl-profileurl-waterfall-v1-crustdata" | "person-name-join-v1-pipe0" | "person-name-split-v1-pipe0" | "person-personalemail-profileurl-waterfall-v1-leadmagic" | "person-personalemail-profileurl-waterfall-v1-mixrank" | "person-posts-crustdata-v1-crustdata" | "person-profile-waterfall-v1-amplemarket" | "person-profile-waterfall-v1-icypeas" | "person-profile-waterfall-v1-prospeo" | "person-profile-workemail-crustdata-v1-crustdata" | "person-profileurl-email-waterfall-v1-leadmagic" | "person-profileurl-name-v1-pipe0" | "person-workemail-profileurl-waterfall-v1-amplemarket" | "person-workemail-profileurl-waterfall-v1-crustdata" | "person-workemail-profileurl-waterfall-v1-findymail" | "person-workemail-profileurl-waterfall-v1-hunter" | "person-workemail-profileurl-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-amplemarket" | "person-workemail-waterfall-v1-findymail" | "person-workemail-waterfall-v1-hunter" | "person-workemail-waterfall-v1-icypeas" | "person-workemail-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-prospeo" | "prompt-run-v1-gemini-flash-latest" | "prompt-run-v1-openai-gpt-latest" | "prompt-run-v1-openai-gpt-mini-latest" | "sheet-row-append-v1-pipe0" | "sheet-row-expandappend-v1-pipe0" | "template-fill-v1-pipe0" | "website-extract-firecrawl-v1-firecrawl" | "website-extract-parallel-v1-parallel" | "website-maplinks-firecrawl-v1-firecrawl" | "website-scrape-firecrawl-v1-firecrawl" | "website-scrapelist-firecrawl-v1-firecrawl";
|
|
2934
2954
|
//#endregion
|
|
2935
2955
|
//#region src/fields/field-catalog.d.ts
|
|
2936
2956
|
type FieldEntry = {
|
|
@@ -5013,6 +5033,102 @@ declare const fieldCatalog: {
|
|
|
5013
5033
|
readonly description: "Response headers returned by the upstream endpoint as a flat key-value map.";
|
|
5014
5034
|
readonly jsonMeta: null;
|
|
5015
5035
|
};
|
|
5036
|
+
readonly luma_id: {
|
|
5037
|
+
readonly label: "Luma ID";
|
|
5038
|
+
readonly type: "string";
|
|
5039
|
+
readonly format: "text";
|
|
5040
|
+
readonly description: "Unique identifier of the guest's event registration in Luma.";
|
|
5041
|
+
readonly jsonMeta: null;
|
|
5042
|
+
};
|
|
5043
|
+
readonly registered_at: {
|
|
5044
|
+
readonly label: "Registered at";
|
|
5045
|
+
readonly type: "string";
|
|
5046
|
+
readonly format: "text";
|
|
5047
|
+
readonly description: "ISO timestamp of when the guest registered for the event.";
|
|
5048
|
+
readonly jsonMeta: null;
|
|
5049
|
+
};
|
|
5050
|
+
readonly luma_event_guest_match: {
|
|
5051
|
+
readonly label: "Event guest match";
|
|
5052
|
+
readonly type: "json";
|
|
5053
|
+
readonly format: "json_object";
|
|
5054
|
+
readonly description: "Full event guest object returned by Luma.";
|
|
5055
|
+
readonly jsonMeta: {
|
|
5056
|
+
readonly zodSchema: z.ZodObject<{
|
|
5057
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5058
|
+
user_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5059
|
+
user_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5060
|
+
user_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5061
|
+
user_first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5062
|
+
user_last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5063
|
+
approval_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5064
|
+
check_in_qr_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5065
|
+
eth_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5066
|
+
solana_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5067
|
+
phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5068
|
+
utm_source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5069
|
+
invited_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5070
|
+
joined_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5071
|
+
registered_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5072
|
+
registration_answers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5073
|
+
label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5074
|
+
question_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5075
|
+
question_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5076
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
5077
|
+
answer: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
5078
|
+
answer_company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5079
|
+
answer_job_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5080
|
+
}, z.core.$strip>>>>;
|
|
5081
|
+
event_tickets: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5082
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5083
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5084
|
+
amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5085
|
+
amount_discount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5086
|
+
amount_tax: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5087
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5088
|
+
checked_in_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5089
|
+
event_ticket_type_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5090
|
+
is_captured: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
5091
|
+
}, z.core.$strip>>>>;
|
|
5092
|
+
}, z.core.$strip>;
|
|
5093
|
+
readonly exampleValue: {
|
|
5094
|
+
id?: string | null | undefined;
|
|
5095
|
+
user_id?: string | null | undefined;
|
|
5096
|
+
user_email?: string | null | undefined;
|
|
5097
|
+
user_name?: string | null | undefined;
|
|
5098
|
+
user_first_name?: string | null | undefined;
|
|
5099
|
+
user_last_name?: string | null | undefined;
|
|
5100
|
+
approval_status?: string | null | undefined;
|
|
5101
|
+
check_in_qr_code?: string | null | undefined;
|
|
5102
|
+
eth_address?: string | null | undefined;
|
|
5103
|
+
solana_address?: string | null | undefined;
|
|
5104
|
+
phone_number?: string | null | undefined;
|
|
5105
|
+
utm_source?: string | null | undefined;
|
|
5106
|
+
invited_at?: string | null | undefined;
|
|
5107
|
+
joined_at?: string | null | undefined;
|
|
5108
|
+
registered_at?: string | null | undefined;
|
|
5109
|
+
registration_answers?: {
|
|
5110
|
+
label?: string | null | undefined;
|
|
5111
|
+
question_id?: string | null | undefined;
|
|
5112
|
+
question_type?: string | null | undefined;
|
|
5113
|
+
value?: unknown;
|
|
5114
|
+
answer?: unknown;
|
|
5115
|
+
answer_company?: string | null | undefined;
|
|
5116
|
+
answer_job_title?: string | null | undefined;
|
|
5117
|
+
}[] | null | undefined;
|
|
5118
|
+
event_tickets?: {
|
|
5119
|
+
id?: string | null | undefined;
|
|
5120
|
+
name?: string | null | undefined;
|
|
5121
|
+
amount?: number | null | undefined;
|
|
5122
|
+
amount_discount?: number | null | undefined;
|
|
5123
|
+
amount_tax?: number | null | undefined;
|
|
5124
|
+
currency?: string | null | undefined;
|
|
5125
|
+
checked_in_at?: string | null | undefined;
|
|
5126
|
+
event_ticket_type_id?: string | null | undefined;
|
|
5127
|
+
is_captured?: boolean | null | undefined;
|
|
5128
|
+
}[] | null | undefined;
|
|
5129
|
+
};
|
|
5130
|
+
};
|
|
5131
|
+
};
|
|
5016
5132
|
readonly sheet_record_id: {
|
|
5017
5133
|
readonly label: "Record ID";
|
|
5018
5134
|
readonly type: "string";
|
|
@@ -7508,6 +7624,15 @@ declare const fieldBehaviorCatalog: {
|
|
|
7508
7624
|
http_response_status: {};
|
|
7509
7625
|
http_response_body: {};
|
|
7510
7626
|
http_response_headers: {};
|
|
7627
|
+
luma_id: {};
|
|
7628
|
+
registered_at: {};
|
|
7629
|
+
luma_event_guest_match: {
|
|
7630
|
+
getStaticWidgets(): {
|
|
7631
|
+
display_value: {
|
|
7632
|
+
label: string;
|
|
7633
|
+
};
|
|
7634
|
+
};
|
|
7635
|
+
};
|
|
7511
7636
|
estimated_salary: {};
|
|
7512
7637
|
scrape_list_response: {};
|
|
7513
7638
|
clado_person_match: {
|
|
@@ -9826,6 +9951,102 @@ declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
9826
9951
|
readonly description: "Response headers returned by the upstream endpoint as a flat key-value map.";
|
|
9827
9952
|
readonly jsonMeta: null;
|
|
9828
9953
|
};
|
|
9954
|
+
readonly luma_id: {
|
|
9955
|
+
readonly label: "Luma ID";
|
|
9956
|
+
readonly type: "string";
|
|
9957
|
+
readonly format: "text";
|
|
9958
|
+
readonly description: "Unique identifier of the guest's event registration in Luma.";
|
|
9959
|
+
readonly jsonMeta: null;
|
|
9960
|
+
};
|
|
9961
|
+
readonly registered_at: {
|
|
9962
|
+
readonly label: "Registered at";
|
|
9963
|
+
readonly type: "string";
|
|
9964
|
+
readonly format: "text";
|
|
9965
|
+
readonly description: "ISO timestamp of when the guest registered for the event.";
|
|
9966
|
+
readonly jsonMeta: null;
|
|
9967
|
+
};
|
|
9968
|
+
readonly luma_event_guest_match: {
|
|
9969
|
+
readonly label: "Event guest match";
|
|
9970
|
+
readonly type: "json";
|
|
9971
|
+
readonly format: "json_object";
|
|
9972
|
+
readonly description: "Full event guest object returned by Luma.";
|
|
9973
|
+
readonly jsonMeta: {
|
|
9974
|
+
readonly zodSchema: z.ZodObject<{
|
|
9975
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9976
|
+
user_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9977
|
+
user_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9978
|
+
user_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9979
|
+
user_first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9980
|
+
user_last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9981
|
+
approval_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9982
|
+
check_in_qr_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9983
|
+
eth_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9984
|
+
solana_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9985
|
+
phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9986
|
+
utm_source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9987
|
+
invited_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9988
|
+
joined_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9989
|
+
registered_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9990
|
+
registration_answers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
9991
|
+
label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9992
|
+
question_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9993
|
+
question_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9994
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
9995
|
+
answer: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
9996
|
+
answer_company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9997
|
+
answer_job_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9998
|
+
}, z.core.$strip>>>>;
|
|
9999
|
+
event_tickets: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
10000
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10001
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10002
|
+
amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10003
|
+
amount_discount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10004
|
+
amount_tax: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10005
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10006
|
+
checked_in_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10007
|
+
event_ticket_type_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10008
|
+
is_captured: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
10009
|
+
}, z.core.$strip>>>>;
|
|
10010
|
+
}, z.core.$strip>;
|
|
10011
|
+
readonly exampleValue: {
|
|
10012
|
+
id?: string | null | undefined;
|
|
10013
|
+
user_id?: string | null | undefined;
|
|
10014
|
+
user_email?: string | null | undefined;
|
|
10015
|
+
user_name?: string | null | undefined;
|
|
10016
|
+
user_first_name?: string | null | undefined;
|
|
10017
|
+
user_last_name?: string | null | undefined;
|
|
10018
|
+
approval_status?: string | null | undefined;
|
|
10019
|
+
check_in_qr_code?: string | null | undefined;
|
|
10020
|
+
eth_address?: string | null | undefined;
|
|
10021
|
+
solana_address?: string | null | undefined;
|
|
10022
|
+
phone_number?: string | null | undefined;
|
|
10023
|
+
utm_source?: string | null | undefined;
|
|
10024
|
+
invited_at?: string | null | undefined;
|
|
10025
|
+
joined_at?: string | null | undefined;
|
|
10026
|
+
registered_at?: string | null | undefined;
|
|
10027
|
+
registration_answers?: {
|
|
10028
|
+
label?: string | null | undefined;
|
|
10029
|
+
question_id?: string | null | undefined;
|
|
10030
|
+
question_type?: string | null | undefined;
|
|
10031
|
+
value?: unknown;
|
|
10032
|
+
answer?: unknown;
|
|
10033
|
+
answer_company?: string | null | undefined;
|
|
10034
|
+
answer_job_title?: string | null | undefined;
|
|
10035
|
+
}[] | null | undefined;
|
|
10036
|
+
event_tickets?: {
|
|
10037
|
+
id?: string | null | undefined;
|
|
10038
|
+
name?: string | null | undefined;
|
|
10039
|
+
amount?: number | null | undefined;
|
|
10040
|
+
amount_discount?: number | null | undefined;
|
|
10041
|
+
amount_tax?: number | null | undefined;
|
|
10042
|
+
currency?: string | null | undefined;
|
|
10043
|
+
checked_in_at?: string | null | undefined;
|
|
10044
|
+
event_ticket_type_id?: string | null | undefined;
|
|
10045
|
+
is_captured?: boolean | null | undefined;
|
|
10046
|
+
}[] | null | undefined;
|
|
10047
|
+
};
|
|
10048
|
+
};
|
|
10049
|
+
};
|
|
9829
10050
|
readonly sheet_record_id: {
|
|
9830
10051
|
readonly label: "Record ID";
|
|
9831
10052
|
readonly type: "string";
|
|
@@ -12636,6 +12857,7 @@ declare const StoreOptionSchema: z.ZodObject<{
|
|
|
12636
12857
|
logodev: "logodev";
|
|
12637
12858
|
amplemarket: "amplemarket";
|
|
12638
12859
|
parallel: "parallel";
|
|
12860
|
+
luma: "luma";
|
|
12639
12861
|
}>;
|
|
12640
12862
|
}, z.core.$strip>>;
|
|
12641
12863
|
emoji: z.ZodOptional<z.ZodObject<{
|
|
@@ -12736,6 +12958,7 @@ declare const FormStoreSchema: z.ZodObject<{
|
|
|
12736
12958
|
logodev: "logodev";
|
|
12737
12959
|
amplemarket: "amplemarket";
|
|
12738
12960
|
parallel: "parallel";
|
|
12961
|
+
luma: "luma";
|
|
12739
12962
|
}>;
|
|
12740
12963
|
}, z.core.$strip>>;
|
|
12741
12964
|
emoji: z.ZodOptional<z.ZodObject<{
|
|
@@ -12993,7 +13216,7 @@ interface FormResolvers {
|
|
|
12993
13216
|
}
|
|
12994
13217
|
//#endregion
|
|
12995
13218
|
//#region src/search/schemas.d.ts
|
|
12996
|
-
declare const SEARCH_IDS: readonly ["companies:profiles:crustdata@1", "companies:profiles:crustdata@2", "companies:profiles:amplemarket@1", "companies:profiles:amplemarket@2", "people:profiles:crustdata@1", "people:profiles:crustdata@2", "people:profiles:amplemarket@1", "people:profiles:amplemarket@2", "companies:entitysearch:parallel@1", "people:entitysearch:parallel@1"];
|
|
13219
|
+
declare const SEARCH_IDS: readonly ["companies:profiles:crustdata@1", "companies:profiles:crustdata@2", "companies:profiles:amplemarket@1", "companies:profiles:amplemarket@2", "people:profiles:crustdata@1", "people:profiles:crustdata@2", "people:profiles:amplemarket@1", "people:profiles:amplemarket@2", "companies:entitysearch:parallel@1", "people:entitysearch:parallel@1", "people:eventguests:luma@1"];
|
|
12997
13220
|
declare const SearchIdSchema: z.ZodEnum<{
|
|
12998
13221
|
"companies:profiles:crustdata@1": "companies:profiles:crustdata@1";
|
|
12999
13222
|
"companies:profiles:crustdata@2": "companies:profiles:crustdata@2";
|
|
@@ -13005,6 +13228,7 @@ declare const SearchIdSchema: z.ZodEnum<{
|
|
|
13005
13228
|
"people:profiles:amplemarket@2": "people:profiles:amplemarket@2";
|
|
13006
13229
|
"companies:entitysearch:parallel@1": "companies:entitysearch:parallel@1";
|
|
13007
13230
|
"people:entitysearch:parallel@1": "people:entitysearch:parallel@1";
|
|
13231
|
+
"people:eventguests:luma@1": "people:eventguests:luma@1";
|
|
13008
13232
|
}>;
|
|
13009
13233
|
type SearchId = z.infer<typeof SearchIdSchema>;
|
|
13010
13234
|
//#endregion
|
|
@@ -13300,7 +13524,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
13300
13524
|
}, z$1.core.$strip>;
|
|
13301
13525
|
"people:profiles:crustdata@2": z$1.ZodObject<{
|
|
13302
13526
|
search_id: z$1.ZodLiteral<"people:profiles:crustdata@2">;
|
|
13303
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
13527
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
13304
13528
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
13305
13529
|
first: "first";
|
|
13306
13530
|
}>>;
|
|
@@ -13308,7 +13532,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
13308
13532
|
type: z$1.ZodLiteral<"vault">;
|
|
13309
13533
|
connection: z$1.ZodString;
|
|
13310
13534
|
}, z$1.core.$strip>>;
|
|
13311
|
-
}, z$1.core.$strip
|
|
13535
|
+
}, z$1.core.$strip>>>;
|
|
13312
13536
|
config: z$1.ZodObject<{
|
|
13313
13537
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
13314
13538
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
@@ -13659,7 +13883,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
13659
13883
|
}, z$1.core.$strip>;
|
|
13660
13884
|
"companies:profiles:crustdata@2": z$1.ZodObject<{
|
|
13661
13885
|
search_id: z$1.ZodLiteral<"companies:profiles:crustdata@2">;
|
|
13662
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
13886
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
13663
13887
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
13664
13888
|
first: "first";
|
|
13665
13889
|
}>>;
|
|
@@ -13667,7 +13891,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
13667
13891
|
type: z$1.ZodLiteral<"vault">;
|
|
13668
13892
|
connection: z$1.ZodString;
|
|
13669
13893
|
}, z$1.core.$strip>>;
|
|
13670
|
-
}, z$1.core.$strip
|
|
13894
|
+
}, z$1.core.$strip>>>;
|
|
13671
13895
|
config: z$1.ZodObject<{
|
|
13672
13896
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
13673
13897
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
@@ -13917,7 +14141,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
13917
14141
|
}, z$1.core.$strip>;
|
|
13918
14142
|
"people:profiles:amplemarket@2": z$1.ZodObject<{
|
|
13919
14143
|
search_id: z$1.ZodLiteral<"people:profiles:amplemarket@2">;
|
|
13920
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
14144
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
13921
14145
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
13922
14146
|
first: "first";
|
|
13923
14147
|
}>>;
|
|
@@ -13925,7 +14149,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
13925
14149
|
type: z$1.ZodLiteral<"vault">;
|
|
13926
14150
|
connection: z$1.ZodString;
|
|
13927
14151
|
}, z$1.core.$strip>>;
|
|
13928
|
-
}, z$1.core.$strip
|
|
14152
|
+
}, z$1.core.$strip>>>;
|
|
13929
14153
|
config: z$1.ZodObject<{
|
|
13930
14154
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
13931
14155
|
page_number: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>;
|
|
@@ -14146,7 +14370,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
14146
14370
|
}, z$1.core.$strip>;
|
|
14147
14371
|
"companies:profiles:amplemarket@2": z$1.ZodObject<{
|
|
14148
14372
|
search_id: z$1.ZodLiteral<"companies:profiles:amplemarket@2">;
|
|
14149
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
14373
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
14150
14374
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
14151
14375
|
first: "first";
|
|
14152
14376
|
}>>;
|
|
@@ -14154,7 +14378,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
14154
14378
|
type: z$1.ZodLiteral<"vault">;
|
|
14155
14379
|
connection: z$1.ZodString;
|
|
14156
14380
|
}, z$1.core.$strip>>;
|
|
14157
|
-
}, z$1.core.$strip
|
|
14381
|
+
}, z$1.core.$strip>>>;
|
|
14158
14382
|
config: z$1.ZodObject<{
|
|
14159
14383
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
14160
14384
|
page_number: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>;
|
|
@@ -14264,7 +14488,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
14264
14488
|
}, z$1.core.$strip>;
|
|
14265
14489
|
"companies:entitysearch:parallel@1": z$1.ZodObject<{
|
|
14266
14490
|
search_id: z$1.ZodLiteral<"companies:entitysearch:parallel@1">;
|
|
14267
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
14491
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
14268
14492
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
14269
14493
|
first: "first";
|
|
14270
14494
|
}>>;
|
|
@@ -14272,7 +14496,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
14272
14496
|
type: z$1.ZodLiteral<"vault">;
|
|
14273
14497
|
connection: z$1.ZodString;
|
|
14274
14498
|
}, z$1.core.$strip>>;
|
|
14275
|
-
}, z$1.core.$strip
|
|
14499
|
+
}, z$1.core.$strip>>>;
|
|
14276
14500
|
config: z$1.ZodObject<{
|
|
14277
14501
|
objective: z$1.ZodString;
|
|
14278
14502
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
@@ -14302,7 +14526,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
14302
14526
|
}, z$1.core.$strip>;
|
|
14303
14527
|
"people:entitysearch:parallel@1": z$1.ZodObject<{
|
|
14304
14528
|
search_id: z$1.ZodLiteral<"people:entitysearch:parallel@1">;
|
|
14305
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
14529
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
14306
14530
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
14307
14531
|
first: "first";
|
|
14308
14532
|
}>>;
|
|
@@ -14310,7 +14534,7 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
14310
14534
|
type: z$1.ZodLiteral<"vault">;
|
|
14311
14535
|
connection: z$1.ZodString;
|
|
14312
14536
|
}, z$1.core.$strip>>;
|
|
14313
|
-
}, z$1.core.$strip
|
|
14537
|
+
}, z$1.core.$strip>>>;
|
|
14314
14538
|
config: z$1.ZodObject<{
|
|
14315
14539
|
objective: z$1.ZodString;
|
|
14316
14540
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
@@ -14334,6 +14558,48 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
14334
14558
|
}, z$1.core.$strip>>;
|
|
14335
14559
|
}, z$1.core.$strip>;
|
|
14336
14560
|
}, z$1.core.$strip>;
|
|
14561
|
+
"people:eventguests:luma@1": z$1.ZodObject<{
|
|
14562
|
+
search_id: z$1.ZodLiteral<"people:eventguests:luma@1">;
|
|
14563
|
+
connector: z$1.ZodObject<{
|
|
14564
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
14565
|
+
first: "first";
|
|
14566
|
+
}>>;
|
|
14567
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
14568
|
+
type: z$1.ZodLiteral<"vault">;
|
|
14569
|
+
connection: z$1.ZodString;
|
|
14570
|
+
}, z$1.core.$strip>>;
|
|
14571
|
+
}, z$1.core.$strip>;
|
|
14572
|
+
config: z$1.ZodObject<{
|
|
14573
|
+
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
14574
|
+
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
14575
|
+
output_fields: z$1.ZodOptional<z$1.ZodObject<{
|
|
14576
|
+
name: z$1.ZodDefault<z$1.ZodObject<{
|
|
14577
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
14578
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
14579
|
+
}, z$1.core.$strip>>;
|
|
14580
|
+
email: z$1.ZodDefault<z$1.ZodObject<{
|
|
14581
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
14582
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
14583
|
+
}, z$1.core.$strip>>;
|
|
14584
|
+
luma_id: z$1.ZodDefault<z$1.ZodObject<{
|
|
14585
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
14586
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
14587
|
+
}, z$1.core.$strip>>;
|
|
14588
|
+
registered_at: z$1.ZodDefault<z$1.ZodObject<{
|
|
14589
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
14590
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
14591
|
+
}, z$1.core.$strip>>;
|
|
14592
|
+
luma_event_guest_match: z$1.ZodDefault<z$1.ZodObject<{
|
|
14593
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
14594
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
14595
|
+
}, z$1.core.$strip>>;
|
|
14596
|
+
}, z$1.core.$strip>>;
|
|
14597
|
+
filters: z$1.ZodObject<{
|
|
14598
|
+
event_id: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]> | z$1.ZodDefault<z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]>>;
|
|
14599
|
+
approval_status: z$1.ZodString | z$1.ZodDefault<z$1.ZodString>;
|
|
14600
|
+
}, z$1.core.$strip>;
|
|
14601
|
+
}, z$1.core.$strip>;
|
|
14602
|
+
}, z$1.core.$strip>;
|
|
14337
14603
|
};
|
|
14338
14604
|
declare const searchCatalog: Record<SearchId, SearchDef<any>>;
|
|
14339
14605
|
type SearchCatalog = typeof searchCatalog;
|
|
@@ -14503,7 +14769,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
14503
14769
|
}, z$1.core.$strip>;
|
|
14504
14770
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
14505
14771
|
search_id: z$1.ZodLiteral<"companies:profiles:crustdata@2">;
|
|
14506
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
14772
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
14507
14773
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
14508
14774
|
first: "first";
|
|
14509
14775
|
}>>;
|
|
@@ -14511,7 +14777,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
14511
14777
|
type: z$1.ZodLiteral<"vault">;
|
|
14512
14778
|
connection: z$1.ZodString;
|
|
14513
14779
|
}, z$1.core.$strip>>;
|
|
14514
|
-
}, z$1.core.$strip
|
|
14780
|
+
}, z$1.core.$strip>>>;
|
|
14515
14781
|
config: z$1.ZodObject<{
|
|
14516
14782
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
14517
14783
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
@@ -14766,7 +15032,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
14766
15032
|
}, z$1.core.$strip>;
|
|
14767
15033
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
14768
15034
|
search_id: z$1.ZodLiteral<"companies:profiles:amplemarket@2">;
|
|
14769
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
15035
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
14770
15036
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
14771
15037
|
first: "first";
|
|
14772
15038
|
}>>;
|
|
@@ -14774,7 +15040,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
14774
15040
|
type: z$1.ZodLiteral<"vault">;
|
|
14775
15041
|
connection: z$1.ZodString;
|
|
14776
15042
|
}, z$1.core.$strip>>;
|
|
14777
|
-
}, z$1.core.$strip
|
|
15043
|
+
}, z$1.core.$strip>>>;
|
|
14778
15044
|
config: z$1.ZodObject<{
|
|
14779
15045
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
14780
15046
|
page_number: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>;
|
|
@@ -15094,7 +15360,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
15094
15360
|
}, z$1.core.$strip>;
|
|
15095
15361
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
15096
15362
|
search_id: z$1.ZodLiteral<"people:profiles:crustdata@2">;
|
|
15097
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
15363
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
15098
15364
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
15099
15365
|
first: "first";
|
|
15100
15366
|
}>>;
|
|
@@ -15102,7 +15368,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
15102
15368
|
type: z$1.ZodLiteral<"vault">;
|
|
15103
15369
|
connection: z$1.ZodString;
|
|
15104
15370
|
}, z$1.core.$strip>>;
|
|
15105
|
-
}, z$1.core.$strip
|
|
15371
|
+
}, z$1.core.$strip>>>;
|
|
15106
15372
|
config: z$1.ZodObject<{
|
|
15107
15373
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
15108
15374
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
@@ -15415,7 +15681,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
15415
15681
|
}, z$1.core.$strip>;
|
|
15416
15682
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
15417
15683
|
search_id: z$1.ZodLiteral<"people:profiles:amplemarket@2">;
|
|
15418
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
15684
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
15419
15685
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
15420
15686
|
first: "first";
|
|
15421
15687
|
}>>;
|
|
@@ -15423,7 +15689,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
15423
15689
|
type: z$1.ZodLiteral<"vault">;
|
|
15424
15690
|
connection: z$1.ZodString;
|
|
15425
15691
|
}, z$1.core.$strip>>;
|
|
15426
|
-
}, z$1.core.$strip
|
|
15692
|
+
}, z$1.core.$strip>>>;
|
|
15427
15693
|
config: z$1.ZodObject<{
|
|
15428
15694
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
15429
15695
|
page_number: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>;
|
|
@@ -15525,7 +15791,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
15525
15791
|
}, z$1.core.$strip>;
|
|
15526
15792
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
15527
15793
|
search_id: z$1.ZodLiteral<"companies:entitysearch:parallel@1">;
|
|
15528
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
15794
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
15529
15795
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
15530
15796
|
first: "first";
|
|
15531
15797
|
}>>;
|
|
@@ -15533,7 +15799,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
15533
15799
|
type: z$1.ZodLiteral<"vault">;
|
|
15534
15800
|
connection: z$1.ZodString;
|
|
15535
15801
|
}, z$1.core.$strip>>;
|
|
15536
|
-
}, z$1.core.$strip
|
|
15802
|
+
}, z$1.core.$strip>>>;
|
|
15537
15803
|
config: z$1.ZodObject<{
|
|
15538
15804
|
objective: z$1.ZodString;
|
|
15539
15805
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
@@ -15562,7 +15828,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
15562
15828
|
}, z$1.core.$strip>;
|
|
15563
15829
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
15564
15830
|
search_id: z$1.ZodLiteral<"people:entitysearch:parallel@1">;
|
|
15565
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
15831
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
15566
15832
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
15567
15833
|
first: "first";
|
|
15568
15834
|
}>>;
|
|
@@ -15570,7 +15836,7 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
15570
15836
|
type: z$1.ZodLiteral<"vault">;
|
|
15571
15837
|
connection: z$1.ZodString;
|
|
15572
15838
|
}, z$1.core.$strip>>;
|
|
15573
|
-
}, z$1.core.$strip
|
|
15839
|
+
}, z$1.core.$strip>>>;
|
|
15574
15840
|
config: z$1.ZodObject<{
|
|
15575
15841
|
objective: z$1.ZodString;
|
|
15576
15842
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
@@ -15593,6 +15859,47 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
15593
15859
|
}, z$1.core.$strip>>;
|
|
15594
15860
|
}, z$1.core.$strip>>;
|
|
15595
15861
|
}, z$1.core.$strip>;
|
|
15862
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
15863
|
+
search_id: z$1.ZodLiteral<"people:eventguests:luma@1">;
|
|
15864
|
+
connector: z$1.ZodObject<{
|
|
15865
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
15866
|
+
first: "first";
|
|
15867
|
+
}>>;
|
|
15868
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
15869
|
+
type: z$1.ZodLiteral<"vault">;
|
|
15870
|
+
connection: z$1.ZodString;
|
|
15871
|
+
}, z$1.core.$strip>>;
|
|
15872
|
+
}, z$1.core.$strip>;
|
|
15873
|
+
config: z$1.ZodObject<{
|
|
15874
|
+
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
15875
|
+
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
15876
|
+
output_fields: z$1.ZodOptional<z$1.ZodObject<{
|
|
15877
|
+
name: z$1.ZodDefault<z$1.ZodObject<{
|
|
15878
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
15879
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
15880
|
+
}, z$1.core.$strip>>;
|
|
15881
|
+
email: z$1.ZodDefault<z$1.ZodObject<{
|
|
15882
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
15883
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
15884
|
+
}, z$1.core.$strip>>;
|
|
15885
|
+
luma_id: z$1.ZodDefault<z$1.ZodObject<{
|
|
15886
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
15887
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
15888
|
+
}, z$1.core.$strip>>;
|
|
15889
|
+
registered_at: z$1.ZodDefault<z$1.ZodObject<{
|
|
15890
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
15891
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
15892
|
+
}, z$1.core.$strip>>;
|
|
15893
|
+
luma_event_guest_match: z$1.ZodDefault<z$1.ZodObject<{
|
|
15894
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
15895
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
15896
|
+
}, z$1.core.$strip>>;
|
|
15897
|
+
}, z$1.core.$strip>>;
|
|
15898
|
+
filters: z$1.ZodObject<{
|
|
15899
|
+
event_id: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]> | z$1.ZodDefault<z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]>>;
|
|
15900
|
+
approval_status: z$1.ZodString | z$1.ZodDefault<z$1.ZodString>;
|
|
15901
|
+
}, z$1.core.$strip>;
|
|
15902
|
+
}, z$1.core.$strip>;
|
|
15596
15903
|
}, z$1.core.$strip>], string>;
|
|
15597
15904
|
}, z$1.core.$strip>;
|
|
15598
15905
|
declare const SearchErrorSchema: z$1.ZodObject<{
|
|
@@ -15769,6 +16076,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
15769
16076
|
logodev: "logodev";
|
|
15770
16077
|
amplemarket: "amplemarket";
|
|
15771
16078
|
parallel: "parallel";
|
|
16079
|
+
luma: "luma";
|
|
15772
16080
|
}>;
|
|
15773
16081
|
}, z$1.core.$strip>>;
|
|
15774
16082
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -15798,6 +16106,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
15798
16106
|
logodev: "logodev";
|
|
15799
16107
|
amplemarket: "amplemarket";
|
|
15800
16108
|
parallel: "parallel";
|
|
16109
|
+
luma: "luma";
|
|
15801
16110
|
}>>;
|
|
15802
16111
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
15803
16112
|
pipe0: "pipe0";
|
|
@@ -15826,6 +16135,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
15826
16135
|
logodev: "logodev";
|
|
15827
16136
|
amplemarket: "amplemarket";
|
|
15828
16137
|
parallel: "parallel";
|
|
16138
|
+
luma: "luma";
|
|
15829
16139
|
}>>;
|
|
15830
16140
|
}, z$1.core.$strip>>>;
|
|
15831
16141
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -16020,6 +16330,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
16020
16330
|
logodev: "logodev";
|
|
16021
16331
|
amplemarket: "amplemarket";
|
|
16022
16332
|
parallel: "parallel";
|
|
16333
|
+
luma: "luma";
|
|
16023
16334
|
}>;
|
|
16024
16335
|
}, z$1.core.$strip>>;
|
|
16025
16336
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -16049,6 +16360,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
16049
16360
|
logodev: "logodev";
|
|
16050
16361
|
amplemarket: "amplemarket";
|
|
16051
16362
|
parallel: "parallel";
|
|
16363
|
+
luma: "luma";
|
|
16052
16364
|
}>>;
|
|
16053
16365
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
16054
16366
|
pipe0: "pipe0";
|
|
@@ -16077,6 +16389,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
16077
16389
|
logodev: "logodev";
|
|
16078
16390
|
amplemarket: "amplemarket";
|
|
16079
16391
|
parallel: "parallel";
|
|
16392
|
+
luma: "luma";
|
|
16080
16393
|
}>>;
|
|
16081
16394
|
}, z$1.core.$strip>>>;
|
|
16082
16395
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -16317,7 +16630,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
16317
16630
|
}, z$1.core.$strip>;
|
|
16318
16631
|
}, z$1.core.$strip> | z$1.ZodObject<{
|
|
16319
16632
|
search_id: z$1.ZodLiteral<"people:profiles:crustdata@2">;
|
|
16320
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
16633
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
16321
16634
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
16322
16635
|
first: "first";
|
|
16323
16636
|
}>>;
|
|
@@ -16325,7 +16638,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
16325
16638
|
type: z$1.ZodLiteral<"vault">;
|
|
16326
16639
|
connection: z$1.ZodString;
|
|
16327
16640
|
}, z$1.core.$strip>>;
|
|
16328
|
-
}, z$1.core.$strip
|
|
16641
|
+
}, z$1.core.$strip>>>;
|
|
16329
16642
|
config: z$1.ZodObject<{
|
|
16330
16643
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
16331
16644
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
@@ -16674,7 +16987,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
16674
16987
|
}, z$1.core.$strip>;
|
|
16675
16988
|
}, z$1.core.$strip> | z$1.ZodObject<{
|
|
16676
16989
|
search_id: z$1.ZodLiteral<"companies:profiles:crustdata@2">;
|
|
16677
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
16990
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
16678
16991
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
16679
16992
|
first: "first";
|
|
16680
16993
|
}>>;
|
|
@@ -16682,7 +16995,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
16682
16995
|
type: z$1.ZodLiteral<"vault">;
|
|
16683
16996
|
connection: z$1.ZodString;
|
|
16684
16997
|
}, z$1.core.$strip>>;
|
|
16685
|
-
}, z$1.core.$strip
|
|
16998
|
+
}, z$1.core.$strip>>>;
|
|
16686
16999
|
config: z$1.ZodObject<{
|
|
16687
17000
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
16688
17001
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
@@ -16930,7 +17243,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
16930
17243
|
}, z$1.core.$strip>;
|
|
16931
17244
|
}, z$1.core.$strip> | z$1.ZodObject<{
|
|
16932
17245
|
search_id: z$1.ZodLiteral<"people:profiles:amplemarket@2">;
|
|
16933
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
17246
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
16934
17247
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
16935
17248
|
first: "first";
|
|
16936
17249
|
}>>;
|
|
@@ -16938,7 +17251,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
16938
17251
|
type: z$1.ZodLiteral<"vault">;
|
|
16939
17252
|
connection: z$1.ZodString;
|
|
16940
17253
|
}, z$1.core.$strip>>;
|
|
16941
|
-
}, z$1.core.$strip
|
|
17254
|
+
}, z$1.core.$strip>>>;
|
|
16942
17255
|
config: z$1.ZodObject<{
|
|
16943
17256
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
16944
17257
|
page_number: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>;
|
|
@@ -17157,7 +17470,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
17157
17470
|
}, z$1.core.$strip>;
|
|
17158
17471
|
}, z$1.core.$strip> | z$1.ZodObject<{
|
|
17159
17472
|
search_id: z$1.ZodLiteral<"companies:profiles:amplemarket@2">;
|
|
17160
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
17473
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
17161
17474
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
17162
17475
|
first: "first";
|
|
17163
17476
|
}>>;
|
|
@@ -17165,7 +17478,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
17165
17478
|
type: z$1.ZodLiteral<"vault">;
|
|
17166
17479
|
connection: z$1.ZodString;
|
|
17167
17480
|
}, z$1.core.$strip>>;
|
|
17168
|
-
}, z$1.core.$strip
|
|
17481
|
+
}, z$1.core.$strip>>>;
|
|
17169
17482
|
config: z$1.ZodObject<{
|
|
17170
17483
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
17171
17484
|
page_number: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>;
|
|
@@ -17274,7 +17587,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
17274
17587
|
}, z$1.core.$strip>;
|
|
17275
17588
|
}, z$1.core.$strip> | z$1.ZodObject<{
|
|
17276
17589
|
search_id: z$1.ZodLiteral<"companies:entitysearch:parallel@1">;
|
|
17277
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
17590
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
17278
17591
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
17279
17592
|
first: "first";
|
|
17280
17593
|
}>>;
|
|
@@ -17282,7 +17595,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
17282
17595
|
type: z$1.ZodLiteral<"vault">;
|
|
17283
17596
|
connection: z$1.ZodString;
|
|
17284
17597
|
}, z$1.core.$strip>>;
|
|
17285
|
-
}, z$1.core.$strip
|
|
17598
|
+
}, z$1.core.$strip>>>;
|
|
17286
17599
|
config: z$1.ZodObject<{
|
|
17287
17600
|
objective: z$1.ZodString;
|
|
17288
17601
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
@@ -17311,7 +17624,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
17311
17624
|
}, z$1.core.$strip>;
|
|
17312
17625
|
}, z$1.core.$strip> | z$1.ZodObject<{
|
|
17313
17626
|
search_id: z$1.ZodLiteral<"people:entitysearch:parallel@1">;
|
|
17314
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
17627
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
17315
17628
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
17316
17629
|
first: "first";
|
|
17317
17630
|
}>>;
|
|
@@ -17319,7 +17632,7 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
17319
17632
|
type: z$1.ZodLiteral<"vault">;
|
|
17320
17633
|
connection: z$1.ZodString;
|
|
17321
17634
|
}, z$1.core.$strip>>;
|
|
17322
|
-
}, z$1.core.$strip
|
|
17635
|
+
}, z$1.core.$strip>>>;
|
|
17323
17636
|
config: z$1.ZodObject<{
|
|
17324
17637
|
objective: z$1.ZodString;
|
|
17325
17638
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
@@ -17342,6 +17655,47 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
17342
17655
|
}, z$1.core.$strip>>;
|
|
17343
17656
|
}, z$1.core.$strip>>;
|
|
17344
17657
|
}, z$1.core.$strip>;
|
|
17658
|
+
}, z$1.core.$strip> | z$1.ZodObject<{
|
|
17659
|
+
search_id: z$1.ZodLiteral<"people:eventguests:luma@1">;
|
|
17660
|
+
connector: z$1.ZodObject<{
|
|
17661
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
17662
|
+
first: "first";
|
|
17663
|
+
}>>;
|
|
17664
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
17665
|
+
type: z$1.ZodLiteral<"vault">;
|
|
17666
|
+
connection: z$1.ZodString;
|
|
17667
|
+
}, z$1.core.$strip>>;
|
|
17668
|
+
}, z$1.core.$strip>;
|
|
17669
|
+
config: z$1.ZodObject<{
|
|
17670
|
+
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
17671
|
+
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
17672
|
+
output_fields: z$1.ZodOptional<z$1.ZodObject<{
|
|
17673
|
+
name: z$1.ZodDefault<z$1.ZodObject<{
|
|
17674
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
17675
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
17676
|
+
}, z$1.core.$strip>>;
|
|
17677
|
+
email: z$1.ZodDefault<z$1.ZodObject<{
|
|
17678
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
17679
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
17680
|
+
}, z$1.core.$strip>>;
|
|
17681
|
+
luma_id: z$1.ZodDefault<z$1.ZodObject<{
|
|
17682
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
17683
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
17684
|
+
}, z$1.core.$strip>>;
|
|
17685
|
+
registered_at: z$1.ZodDefault<z$1.ZodObject<{
|
|
17686
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
17687
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
17688
|
+
}, z$1.core.$strip>>;
|
|
17689
|
+
luma_event_guest_match: z$1.ZodDefault<z$1.ZodObject<{
|
|
17690
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
17691
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
17692
|
+
}, z$1.core.$strip>>;
|
|
17693
|
+
}, z$1.core.$strip>>;
|
|
17694
|
+
filters: z$1.ZodObject<{
|
|
17695
|
+
event_id: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]> | z$1.ZodDefault<z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]>>;
|
|
17696
|
+
approval_status: z$1.ZodString | z$1.ZodDefault<z$1.ZodString>;
|
|
17697
|
+
}, z$1.core.$strip>;
|
|
17698
|
+
}, z$1.core.$strip>;
|
|
17345
17699
|
}, z$1.core.$strip>;
|
|
17346
17700
|
declare const PaginationTypeSchema: z$1.ZodEnum<{
|
|
17347
17701
|
cursor: "cursor";
|
|
@@ -17367,6 +17721,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
17367
17721
|
"people:profiles:amplemarket@2": "people:profiles:amplemarket@2";
|
|
17368
17722
|
"companies:entitysearch:parallel@1": "companies:entitysearch:parallel@1";
|
|
17369
17723
|
"people:entitysearch:parallel@1": "people:entitysearch:parallel@1";
|
|
17724
|
+
"people:eventguests:luma@1": "people:eventguests:luma@1";
|
|
17370
17725
|
}>;
|
|
17371
17726
|
errors: z$1.ZodArray<z$1.ZodObject<{
|
|
17372
17727
|
code: z$1.ZodString;
|
|
@@ -17540,6 +17895,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
17540
17895
|
logodev: "logodev";
|
|
17541
17896
|
amplemarket: "amplemarket";
|
|
17542
17897
|
parallel: "parallel";
|
|
17898
|
+
luma: "luma";
|
|
17543
17899
|
}>;
|
|
17544
17900
|
}, z$1.core.$strip>>;
|
|
17545
17901
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -17569,6 +17925,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
17569
17925
|
logodev: "logodev";
|
|
17570
17926
|
amplemarket: "amplemarket";
|
|
17571
17927
|
parallel: "parallel";
|
|
17928
|
+
luma: "luma";
|
|
17572
17929
|
}>>;
|
|
17573
17930
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
17574
17931
|
pipe0: "pipe0";
|
|
@@ -17597,6 +17954,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
17597
17954
|
logodev: "logodev";
|
|
17598
17955
|
amplemarket: "amplemarket";
|
|
17599
17956
|
parallel: "parallel";
|
|
17957
|
+
luma: "luma";
|
|
17600
17958
|
}>>;
|
|
17601
17959
|
}, z$1.core.$strip>>>;
|
|
17602
17960
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -17772,7 +18130,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
17772
18130
|
}, z$1.core.$strip>;
|
|
17773
18131
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
17774
18132
|
search_id: z$1.ZodLiteral<"companies:profiles:crustdata@2">;
|
|
17775
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
18133
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
17776
18134
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
17777
18135
|
first: "first";
|
|
17778
18136
|
}>>;
|
|
@@ -17780,7 +18138,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
17780
18138
|
type: z$1.ZodLiteral<"vault">;
|
|
17781
18139
|
connection: z$1.ZodString;
|
|
17782
18140
|
}, z$1.core.$strip>>;
|
|
17783
|
-
}, z$1.core.$strip
|
|
18141
|
+
}, z$1.core.$strip>>>;
|
|
17784
18142
|
config: z$1.ZodObject<{
|
|
17785
18143
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
17786
18144
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
@@ -18035,7 +18393,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18035
18393
|
}, z$1.core.$strip>;
|
|
18036
18394
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
18037
18395
|
search_id: z$1.ZodLiteral<"companies:profiles:amplemarket@2">;
|
|
18038
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
18396
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
18039
18397
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
18040
18398
|
first: "first";
|
|
18041
18399
|
}>>;
|
|
@@ -18043,7 +18401,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18043
18401
|
type: z$1.ZodLiteral<"vault">;
|
|
18044
18402
|
connection: z$1.ZodString;
|
|
18045
18403
|
}, z$1.core.$strip>>;
|
|
18046
|
-
}, z$1.core.$strip
|
|
18404
|
+
}, z$1.core.$strip>>>;
|
|
18047
18405
|
config: z$1.ZodObject<{
|
|
18048
18406
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
18049
18407
|
page_number: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>;
|
|
@@ -18363,7 +18721,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18363
18721
|
}, z$1.core.$strip>;
|
|
18364
18722
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
18365
18723
|
search_id: z$1.ZodLiteral<"people:profiles:crustdata@2">;
|
|
18366
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
18724
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
18367
18725
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
18368
18726
|
first: "first";
|
|
18369
18727
|
}>>;
|
|
@@ -18371,7 +18729,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18371
18729
|
type: z$1.ZodLiteral<"vault">;
|
|
18372
18730
|
connection: z$1.ZodString;
|
|
18373
18731
|
}, z$1.core.$strip>>;
|
|
18374
|
-
}, z$1.core.$strip
|
|
18732
|
+
}, z$1.core.$strip>>>;
|
|
18375
18733
|
config: z$1.ZodObject<{
|
|
18376
18734
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
18377
18735
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
@@ -18684,7 +19042,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18684
19042
|
}, z$1.core.$strip>;
|
|
18685
19043
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
18686
19044
|
search_id: z$1.ZodLiteral<"people:profiles:amplemarket@2">;
|
|
18687
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
19045
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
18688
19046
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
18689
19047
|
first: "first";
|
|
18690
19048
|
}>>;
|
|
@@ -18692,7 +19050,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18692
19050
|
type: z$1.ZodLiteral<"vault">;
|
|
18693
19051
|
connection: z$1.ZodString;
|
|
18694
19052
|
}, z$1.core.$strip>>;
|
|
18695
|
-
}, z$1.core.$strip
|
|
19053
|
+
}, z$1.core.$strip>>>;
|
|
18696
19054
|
config: z$1.ZodObject<{
|
|
18697
19055
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
18698
19056
|
page_number: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>;
|
|
@@ -18794,7 +19152,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18794
19152
|
}, z$1.core.$strip>;
|
|
18795
19153
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
18796
19154
|
search_id: z$1.ZodLiteral<"companies:entitysearch:parallel@1">;
|
|
18797
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
19155
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
18798
19156
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
18799
19157
|
first: "first";
|
|
18800
19158
|
}>>;
|
|
@@ -18802,7 +19160,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18802
19160
|
type: z$1.ZodLiteral<"vault">;
|
|
18803
19161
|
connection: z$1.ZodString;
|
|
18804
19162
|
}, z$1.core.$strip>>;
|
|
18805
|
-
}, z$1.core.$strip
|
|
19163
|
+
}, z$1.core.$strip>>>;
|
|
18806
19164
|
config: z$1.ZodObject<{
|
|
18807
19165
|
objective: z$1.ZodString;
|
|
18808
19166
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
@@ -18831,7 +19189,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18831
19189
|
}, z$1.core.$strip>;
|
|
18832
19190
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
18833
19191
|
search_id: z$1.ZodLiteral<"people:entitysearch:parallel@1">;
|
|
18834
|
-
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.
|
|
19192
|
+
connector: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
18835
19193
|
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
18836
19194
|
first: "first";
|
|
18837
19195
|
}>>;
|
|
@@ -18839,7 +19197,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18839
19197
|
type: z$1.ZodLiteral<"vault">;
|
|
18840
19198
|
connection: z$1.ZodString;
|
|
18841
19199
|
}, z$1.core.$strip>>;
|
|
18842
|
-
}, z$1.core.$strip
|
|
19200
|
+
}, z$1.core.$strip>>>;
|
|
18843
19201
|
config: z$1.ZodObject<{
|
|
18844
19202
|
objective: z$1.ZodString;
|
|
18845
19203
|
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
@@ -18862,6 +19220,47 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18862
19220
|
}, z$1.core.$strip>>;
|
|
18863
19221
|
}, z$1.core.$strip>>;
|
|
18864
19222
|
}, z$1.core.$strip>;
|
|
19223
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
19224
|
+
search_id: z$1.ZodLiteral<"people:eventguests:luma@1">;
|
|
19225
|
+
connector: z$1.ZodObject<{
|
|
19226
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
19227
|
+
first: "first";
|
|
19228
|
+
}>>;
|
|
19229
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
19230
|
+
type: z$1.ZodLiteral<"vault">;
|
|
19231
|
+
connection: z$1.ZodString;
|
|
19232
|
+
}, z$1.core.$strip>>;
|
|
19233
|
+
}, z$1.core.$strip>;
|
|
19234
|
+
config: z$1.ZodObject<{
|
|
19235
|
+
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
19236
|
+
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
19237
|
+
output_fields: z$1.ZodOptional<z$1.ZodObject<{
|
|
19238
|
+
name: z$1.ZodDefault<z$1.ZodObject<{
|
|
19239
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
19240
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
19241
|
+
}, z$1.core.$strip>>;
|
|
19242
|
+
email: z$1.ZodDefault<z$1.ZodObject<{
|
|
19243
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
19244
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
19245
|
+
}, z$1.core.$strip>>;
|
|
19246
|
+
luma_id: z$1.ZodDefault<z$1.ZodObject<{
|
|
19247
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
19248
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
19249
|
+
}, z$1.core.$strip>>;
|
|
19250
|
+
registered_at: z$1.ZodDefault<z$1.ZodObject<{
|
|
19251
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
19252
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
19253
|
+
}, z$1.core.$strip>>;
|
|
19254
|
+
luma_event_guest_match: z$1.ZodDefault<z$1.ZodObject<{
|
|
19255
|
+
alias: z$1.ZodDefault<z$1.ZodString>;
|
|
19256
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
19257
|
+
}, z$1.core.$strip>>;
|
|
19258
|
+
}, z$1.core.$strip>>;
|
|
19259
|
+
filters: z$1.ZodObject<{
|
|
19260
|
+
event_id: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]> | z$1.ZodDefault<z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodArray<z$1.ZodString>]>>;
|
|
19261
|
+
approval_status: z$1.ZodString | z$1.ZodDefault<z$1.ZodString>;
|
|
19262
|
+
}, z$1.core.$strip>;
|
|
19263
|
+
}, z$1.core.$strip>;
|
|
18865
19264
|
}, z$1.core.$strip>], string>>;
|
|
18866
19265
|
pagination_type: z$1.ZodNullable<z$1.ZodEnum<{
|
|
18867
19266
|
cursor: "cursor";
|
|
@@ -18894,12 +19293,12 @@ declare function getSearchEntry(searchId: SearchId): SearchDef<any>;
|
|
|
18894
19293
|
declare function getInitialSearchTableData(category: SearchCategory | null): SearchCatalogTableData[];
|
|
18895
19294
|
declare function getDefaultSearchOutputFields(searchId: SearchId): string[];
|
|
18896
19295
|
declare function getSearchTableDataAggregates(initialTableData: SearchCatalogTableData[], category: SearchCategory | null): {
|
|
18897
|
-
searchIdsByOutputField: Record<string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1")[]>;
|
|
18898
|
-
searchIdsByTag: Record<string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1")[]>;
|
|
18899
|
-
searchIdsByProvider: Record<string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1")[]>;
|
|
18900
|
-
sortedTagEntries: [string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1")[]][];
|
|
18901
|
-
sortedOutputFieldEntries: [string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1")[]][];
|
|
18902
|
-
sortedProviderEntries: [string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1")[]][];
|
|
19296
|
+
searchIdsByOutputField: Record<string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1")[]>;
|
|
19297
|
+
searchIdsByTag: Record<string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1")[]>;
|
|
19298
|
+
searchIdsByProvider: Record<string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1")[]>;
|
|
19299
|
+
sortedTagEntries: [string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1")[]][];
|
|
19300
|
+
sortedOutputFieldEntries: [string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1")[]][];
|
|
19301
|
+
sortedProviderEntries: [string, ("companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1")[]][];
|
|
18903
19302
|
searchEntriesByBaseSearch: Record<string, SearchMetaEntryWithId[]>;
|
|
18904
19303
|
};
|
|
18905
19304
|
declare function getStartingCostPerSearchProvider(search_id: SearchId): {
|
|
@@ -21468,6 +21867,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
21468
21867
|
logodev: "logodev";
|
|
21469
21868
|
amplemarket: "amplemarket";
|
|
21470
21869
|
parallel: "parallel";
|
|
21870
|
+
luma: "luma";
|
|
21471
21871
|
}>;
|
|
21472
21872
|
}, z$1.core.$strip>>;
|
|
21473
21873
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -21497,6 +21897,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
21497
21897
|
logodev: "logodev";
|
|
21498
21898
|
amplemarket: "amplemarket";
|
|
21499
21899
|
parallel: "parallel";
|
|
21900
|
+
luma: "luma";
|
|
21500
21901
|
}>>;
|
|
21501
21902
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
21502
21903
|
pipe0: "pipe0";
|
|
@@ -21525,6 +21926,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
21525
21926
|
logodev: "logodev";
|
|
21526
21927
|
amplemarket: "amplemarket";
|
|
21527
21928
|
parallel: "parallel";
|
|
21929
|
+
luma: "luma";
|
|
21528
21930
|
}>>;
|
|
21529
21931
|
}, z$1.core.$strip>>>;
|
|
21530
21932
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -21719,6 +22121,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
21719
22121
|
logodev: "logodev";
|
|
21720
22122
|
amplemarket: "amplemarket";
|
|
21721
22123
|
parallel: "parallel";
|
|
22124
|
+
luma: "luma";
|
|
21722
22125
|
}>;
|
|
21723
22126
|
}, z$1.core.$strip>>;
|
|
21724
22127
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -21748,6 +22151,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
21748
22151
|
logodev: "logodev";
|
|
21749
22152
|
amplemarket: "amplemarket";
|
|
21750
22153
|
parallel: "parallel";
|
|
22154
|
+
luma: "luma";
|
|
21751
22155
|
}>>;
|
|
21752
22156
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
21753
22157
|
pipe0: "pipe0";
|
|
@@ -21776,6 +22180,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
21776
22180
|
logodev: "logodev";
|
|
21777
22181
|
amplemarket: "amplemarket";
|
|
21778
22182
|
parallel: "parallel";
|
|
22183
|
+
luma: "luma";
|
|
21779
22184
|
}>>;
|
|
21780
22185
|
}, z$1.core.$strip>>>;
|
|
21781
22186
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -22020,6 +22425,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
22020
22425
|
logodev: "logodev";
|
|
22021
22426
|
amplemarket: "amplemarket";
|
|
22022
22427
|
parallel: "parallel";
|
|
22428
|
+
luma: "luma";
|
|
22023
22429
|
}>;
|
|
22024
22430
|
}, z$1.core.$strip>>;
|
|
22025
22431
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -22049,6 +22455,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
22049
22455
|
logodev: "logodev";
|
|
22050
22456
|
amplemarket: "amplemarket";
|
|
22051
22457
|
parallel: "parallel";
|
|
22458
|
+
luma: "luma";
|
|
22052
22459
|
}>>;
|
|
22053
22460
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
22054
22461
|
pipe0: "pipe0";
|
|
@@ -22077,6 +22484,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
22077
22484
|
logodev: "logodev";
|
|
22078
22485
|
amplemarket: "amplemarket";
|
|
22079
22486
|
parallel: "parallel";
|
|
22487
|
+
luma: "luma";
|
|
22080
22488
|
}>>;
|
|
22081
22489
|
}, z$1.core.$strip>>>;
|
|
22082
22490
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -23596,12 +24004,12 @@ declare abstract class Pipe<Payload extends {
|
|
|
23596
24004
|
resolveFormat?: (_lazyContext: LazyResolveContext) => RecordFieldFormat;
|
|
23597
24005
|
isPrimaryOutput?: boolean;
|
|
23598
24006
|
}): {
|
|
23599
|
-
name: "name" | "profile_url" | "skills" | "job_title" | "company_name" | "company_social_url" | "job_description" | "headcount" | "company_industry" | "message" | "company_description" | "cleaned_company_name" | "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" | "company_website_url" | "company_domain" | "first_name" | "addressee_name" | "address_line_1" | "address_line_2" | "profile_headline" | "address_city" | "address_country" | "address_state" | "zip_code" | "last_name" | "is_work_email" | "companyenrich_match" | "companyenrich_matches" | "ip_address" | "avatar_url" | "estimated_salary" | "is_email_valid" | "developer_profile_url" | "alternative_developer_profile_urls" | "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" | "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" | "parallel_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_company_identity_matches" | "crustdata_person_match" | "parallel_person_entity_match" | "parallel_company_entity_match" | "post_list_string" | "crustdata_post_list" | "crustdata_profile_match_score" | "amplemarket_person_match" | "amplemarket_company_match" | "created_sheet" | "sheet" | "string_input" | "domain" | "url_input" | "slugified" | "http_response_status" | "http_response_body" | "http_response_headers" | "professional_profile_url" | "professional_profile" | "mobile_number";
|
|
24007
|
+
name: "name" | "profile_url" | "skills" | "job_title" | "company_name" | "company_social_url" | "job_description" | "headcount" | "company_industry" | "message" | "company_description" | "cleaned_company_name" | "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" | "company_website_url" | "company_domain" | "first_name" | "addressee_name" | "address_line_1" | "address_line_2" | "profile_headline" | "address_city" | "address_country" | "address_state" | "zip_code" | "last_name" | "is_work_email" | "companyenrich_match" | "companyenrich_matches" | "ip_address" | "avatar_url" | "estimated_salary" | "is_email_valid" | "developer_profile_url" | "alternative_developer_profile_urls" | "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" | "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" | "parallel_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_company_identity_matches" | "crustdata_person_match" | "parallel_person_entity_match" | "parallel_company_entity_match" | "post_list_string" | "crustdata_post_list" | "crustdata_profile_match_score" | "amplemarket_person_match" | "amplemarket_company_match" | "created_sheet" | "sheet" | "string_input" | "domain" | "url_input" | "slugified" | "http_response_status" | "http_response_body" | "http_response_headers" | "luma_id" | "registered_at" | "luma_event_guest_match" | "professional_profile_url" | "professional_profile" | "mobile_number";
|
|
23600
24008
|
enabled: boolean;
|
|
23601
24009
|
type: "string" | "number" | "boolean" | "unknown" | "json" | ((_lazyContext: LazyResolveContext) => RecordFieldType);
|
|
23602
24010
|
format: "profile_url" | "int" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "currency" | "text" | "decimal" | "percent" | ((_lazyContext: LazyResolveContext) => RecordFieldFormat) | null;
|
|
23603
24011
|
resolvedName: any;
|
|
23604
|
-
description: "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "A person's primary developer profile URL (e.g. GitHub)." | "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "ID of sheet record" | "IDs sheet records" | "Result of email sending action using Gmail" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'" | "Validation status as returned from ZeroBounce single validation" | "Full validation object as returned by ZeroBounce" | "List of unstructured input objects" | "Reference to a created sheet" | "Result of a firecrawl extract operation" | "Flat list of Parallel Extract results (url, title, publish_date, excerpts)." | "Exa search result." | "CompanyEnrich response object" | "Crustdata company match object" | "Parallel person match object parsed from the entity description" | "Parallel company match object parsed from the entity description" | "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address." | "Crustdata company enrichment match." | "List of Crustdata company candidates matched by name or domain." | "LinkedIn post list" | "Rich JSON post list" | "Result of a role finder operation" | "Person match object as returned by Amplemarket" | "Company match object as returned by Amplemarket" | "CompanyEnrich response list." | "Company or organization logo" | "Get company logos & brand data" | "Social Media URL for a given company (e.g. LinkedIn profile URL).";
|
|
24012
|
+
description: "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "A person's primary developer profile URL (e.g. GitHub)." | "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "Unique identifier of the guest's event registration in Luma." | "ISO timestamp of when the guest registered for the event." | "Full event guest object returned by Luma." | "ID of sheet record" | "IDs sheet records" | "Result of email sending action using Gmail" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'" | "Validation status as returned from ZeroBounce single validation" | "Full validation object as returned by ZeroBounce" | "List of unstructured input objects" | "Reference to a created sheet" | "Result of a firecrawl extract operation" | "Flat list of Parallel Extract results (url, title, publish_date, excerpts)." | "Exa search result." | "CompanyEnrich response object" | "Crustdata company match object" | "Parallel person match object parsed from the entity description" | "Parallel company match object parsed from the entity description" | "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address." | "Crustdata company enrichment match." | "List of Crustdata company candidates matched by name or domain." | "LinkedIn post list" | "Rich JSON post list" | "Result of a role finder operation" | "Person match object as returned by Amplemarket" | "Company match object as returned by Amplemarket" | "CompanyEnrich response list." | "Company or organization logo" | "Get company logos & brand data" | "Social Media URL for a given company (e.g. LinkedIn profile URL).";
|
|
23605
24013
|
jsonMeta: {
|
|
23606
24014
|
readonly zodSchema: z.ZodArray<z.ZodObject<{
|
|
23607
24015
|
url: z.ZodURL;
|
|
@@ -25146,6 +25554,81 @@ declare abstract class Pipe<Payload extends {
|
|
|
25146
25554
|
created_at: string;
|
|
25147
25555
|
urn: string;
|
|
25148
25556
|
};
|
|
25557
|
+
} | {
|
|
25558
|
+
readonly zodSchema: z.ZodObject<{
|
|
25559
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25560
|
+
user_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25561
|
+
user_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25562
|
+
user_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25563
|
+
user_first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25564
|
+
user_last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25565
|
+
approval_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25566
|
+
check_in_qr_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25567
|
+
eth_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25568
|
+
solana_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25569
|
+
phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25570
|
+
utm_source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25571
|
+
invited_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25572
|
+
joined_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25573
|
+
registered_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25574
|
+
registration_answers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
25575
|
+
label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25576
|
+
question_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25577
|
+
question_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25578
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
25579
|
+
answer: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
25580
|
+
answer_company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25581
|
+
answer_job_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25582
|
+
}, z.core.$strip>>>>;
|
|
25583
|
+
event_tickets: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
25584
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25585
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25586
|
+
amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
25587
|
+
amount_discount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
25588
|
+
amount_tax: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
25589
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25590
|
+
checked_in_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25591
|
+
event_ticket_type_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25592
|
+
is_captured: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
25593
|
+
}, z.core.$strip>>>>;
|
|
25594
|
+
}, z.core.$strip>;
|
|
25595
|
+
readonly exampleValue: {
|
|
25596
|
+
id?: string | null | undefined;
|
|
25597
|
+
user_id?: string | null | undefined;
|
|
25598
|
+
user_email?: string | null | undefined;
|
|
25599
|
+
user_name?: string | null | undefined;
|
|
25600
|
+
user_first_name?: string | null | undefined;
|
|
25601
|
+
user_last_name?: string | null | undefined;
|
|
25602
|
+
approval_status?: string | null | undefined;
|
|
25603
|
+
check_in_qr_code?: string | null | undefined;
|
|
25604
|
+
eth_address?: string | null | undefined;
|
|
25605
|
+
solana_address?: string | null | undefined;
|
|
25606
|
+
phone_number?: string | null | undefined;
|
|
25607
|
+
utm_source?: string | null | undefined;
|
|
25608
|
+
invited_at?: string | null | undefined;
|
|
25609
|
+
joined_at?: string | null | undefined;
|
|
25610
|
+
registered_at?: string | null | undefined;
|
|
25611
|
+
registration_answers?: {
|
|
25612
|
+
label?: string | null | undefined;
|
|
25613
|
+
question_id?: string | null | undefined;
|
|
25614
|
+
question_type?: string | null | undefined;
|
|
25615
|
+
value?: unknown;
|
|
25616
|
+
answer?: unknown;
|
|
25617
|
+
answer_company?: string | null | undefined;
|
|
25618
|
+
answer_job_title?: string | null | undefined;
|
|
25619
|
+
}[] | null | undefined;
|
|
25620
|
+
event_tickets?: {
|
|
25621
|
+
id?: string | null | undefined;
|
|
25622
|
+
name?: string | null | undefined;
|
|
25623
|
+
amount?: number | null | undefined;
|
|
25624
|
+
amount_discount?: number | null | undefined;
|
|
25625
|
+
amount_tax?: number | null | undefined;
|
|
25626
|
+
currency?: string | null | undefined;
|
|
25627
|
+
checked_in_at?: string | null | undefined;
|
|
25628
|
+
event_ticket_type_id?: string | null | undefined;
|
|
25629
|
+
is_captured?: boolean | null | undefined;
|
|
25630
|
+
}[] | null | undefined;
|
|
25631
|
+
};
|
|
25149
25632
|
} | {
|
|
25150
25633
|
readonly zodSchema: z.ZodObject<{
|
|
25151
25634
|
email: z.ZodString;
|
|
@@ -27274,7 +27757,7 @@ declare abstract class Pipe<Payload extends {
|
|
|
27274
27757
|
}[];
|
|
27275
27758
|
};
|
|
27276
27759
|
} | null;
|
|
27277
|
-
label: "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Developer profile URL" | "Alternative developer profile URLs" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Record ID" | "Record IDs" | "Gmail e-mail success" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Match score" | "Company enrichment match" | "Company identity matches" | "Post list" | "Crustdata Post list" | "Role finder match" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "LinkedIn Profile URL";
|
|
27760
|
+
label: "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Developer profile URL" | "Alternative developer profile URLs" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Luma ID" | "Registered at" | "Event guest match" | "Record ID" | "Record IDs" | "Gmail e-mail success" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Match score" | "Company enrichment match" | "Company identity matches" | "Post list" | "Crustdata Post list" | "Role finder match" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "LinkedIn Profile URL";
|
|
27278
27761
|
isCatalogFIeld: boolean;
|
|
27279
27762
|
isPrimaryOutput: boolean;
|
|
27280
27763
|
};
|
|
@@ -39126,6 +39609,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
39126
39609
|
logodev: "logodev";
|
|
39127
39610
|
amplemarket: "amplemarket";
|
|
39128
39611
|
parallel: "parallel";
|
|
39612
|
+
luma: "luma";
|
|
39129
39613
|
}>;
|
|
39130
39614
|
}, z.core.$strip>>;
|
|
39131
39615
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -39155,6 +39639,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
39155
39639
|
logodev: "logodev";
|
|
39156
39640
|
amplemarket: "amplemarket";
|
|
39157
39641
|
parallel: "parallel";
|
|
39642
|
+
luma: "luma";
|
|
39158
39643
|
}>>;
|
|
39159
39644
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
39160
39645
|
pipe0: "pipe0";
|
|
@@ -39183,6 +39668,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
39183
39668
|
logodev: "logodev";
|
|
39184
39669
|
amplemarket: "amplemarket";
|
|
39185
39670
|
parallel: "parallel";
|
|
39671
|
+
luma: "luma";
|
|
39186
39672
|
}>>;
|
|
39187
39673
|
}, z.core.$strip>>>;
|
|
39188
39674
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -45169,6 +45655,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
45169
45655
|
logodev: "logodev";
|
|
45170
45656
|
amplemarket: "amplemarket";
|
|
45171
45657
|
parallel: "parallel";
|
|
45658
|
+
luma: "luma";
|
|
45172
45659
|
}>;
|
|
45173
45660
|
}, z.core.$strip>>;
|
|
45174
45661
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -45198,6 +45685,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
45198
45685
|
logodev: "logodev";
|
|
45199
45686
|
amplemarket: "amplemarket";
|
|
45200
45687
|
parallel: "parallel";
|
|
45688
|
+
luma: "luma";
|
|
45201
45689
|
}>>;
|
|
45202
45690
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
45203
45691
|
pipe0: "pipe0";
|
|
@@ -45226,6 +45714,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
45226
45714
|
logodev: "logodev";
|
|
45227
45715
|
amplemarket: "amplemarket";
|
|
45228
45716
|
parallel: "parallel";
|
|
45717
|
+
luma: "luma";
|
|
45229
45718
|
}>>;
|
|
45230
45719
|
}, z.core.$strip>>>;
|
|
45231
45720
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -45327,7 +45816,15 @@ type PipeMetadataFactory = (_ctx: {
|
|
|
45327
45816
|
}) => GeneratedInputMeta;
|
|
45328
45817
|
declare const pipesPayloadRegistry: z.core.$ZodRegistry<GeneratedInputMeta | PipeMetadataFactory, z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>;
|
|
45329
45818
|
type PipesPayloadRegistry = typeof pipesPayloadRegistry;
|
|
45330
|
-
|
|
45819
|
+
type SearchMetadataFactory = (_ctx: {
|
|
45820
|
+
searchEntry: any;
|
|
45821
|
+
searchPayload: SearchPayload;
|
|
45822
|
+
userConnections: {
|
|
45823
|
+
public_id: string;
|
|
45824
|
+
provider: string;
|
|
45825
|
+
}[];
|
|
45826
|
+
}) => GeneratedInputMeta;
|
|
45827
|
+
declare const searchesPayloadRegistry: z.core.$ZodRegistry<GeneratedInputMeta | SearchMetadataFactory, z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>;
|
|
45331
45828
|
type SearchesPayloadRegistry = typeof searchesPayloadRegistry;
|
|
45332
45829
|
type Registry = PipesPayloadRegistry | SearchesPayloadRegistry;
|
|
45333
45830
|
type SectionKeys = "general" | "pagination" | "config.filters" | "pipe_io";
|
|
@@ -46103,6 +46600,24 @@ declare const noConnectorInput: () => z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
|
46103
46600
|
connection: z.ZodString;
|
|
46104
46601
|
}, z.core.$strip>>;
|
|
46105
46602
|
}, z.core.$strip>>>;
|
|
46603
|
+
declare const searchesRequiredConnectorInput: () => z.ZodObject<{
|
|
46604
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
46605
|
+
first: "first";
|
|
46606
|
+
}>>;
|
|
46607
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
46608
|
+
type: z.ZodLiteral<"vault">;
|
|
46609
|
+
connection: z.ZodString;
|
|
46610
|
+
}, z.core.$strip>>;
|
|
46611
|
+
}, z.core.$strip>;
|
|
46612
|
+
declare const searchesOptionalConnectorInput: () => z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
46613
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
46614
|
+
first: "first";
|
|
46615
|
+
}>>;
|
|
46616
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
46617
|
+
type: z.ZodLiteral<"vault">;
|
|
46618
|
+
connection: z.ZodString;
|
|
46619
|
+
}, z.core.$strip>>;
|
|
46620
|
+
}, z.core.$strip>>>;
|
|
46106
46621
|
declare const pipesInputField: (metadata: {
|
|
46107
46622
|
fieldName: string;
|
|
46108
46623
|
}) => z.ZodDefault<z.ZodObject<{
|
|
@@ -46214,6 +46729,7 @@ declare const searchesOutputField: (metadata: Metadata<typeof outputFieldInput>)
|
|
|
46214
46729
|
declare const searchesTextInput: (metadata: Metadata<typeof textInput>) => z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
|
|
46215
46730
|
declare const searchesTextareaField: (metadata: Metadata<typeof textareaInput>) => z.ZodString;
|
|
46216
46731
|
declare const searchesSelectInput: (metadata: Metadata<typeof selectInput>) => z.ZodString | z.ZodDefault<z.ZodString>;
|
|
46732
|
+
declare const searchesContextSelectInput: (metadata: Metadata<typeof contextSelectInput>) => z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> | z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
46217
46733
|
declare const searchesMultiSelectInput: (metadata: Metadata<typeof multiSelectInput>) => z.ZodArray<z.ZodEnum<{
|
|
46218
46734
|
[x: string]: string;
|
|
46219
46735
|
}>> | z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
@@ -46277,6 +46793,15 @@ declare function getSearchPayloadFormConfig({
|
|
|
46277
46793
|
groupPathMatch?: GroupPathMatch;
|
|
46278
46794
|
formResolvers?: FormResolvers;
|
|
46279
46795
|
}): FormSection[];
|
|
46796
|
+
/**
|
|
46797
|
+
* Search analog of `collectPipeContextSelectFields`: walks a search's payload
|
|
46798
|
+
* schema and returns its `context_select_input` fields that carry an
|
|
46799
|
+
* `optionsDef`. Used by the `/search/field-context` route to resolve dropdown
|
|
46800
|
+
* options (e.g. the Luma event picker) using the user's connection secret.
|
|
46801
|
+
*/
|
|
46802
|
+
declare function collectSearchContextSelectFields(searchId: SearchId): Array<ContextSelectMeta & {
|
|
46803
|
+
optionsDef: PipeFieldContextDef;
|
|
46804
|
+
}>;
|
|
46280
46805
|
//#endregion
|
|
46281
46806
|
//#region src/form-generation/input-guards.d.ts
|
|
46282
46807
|
declare const inputGuards: {
|
|
@@ -47994,6 +48519,70 @@ declare function getProviderBillableOperation<O extends BillableOperations>(prov
|
|
|
47994
48519
|
billableOperationDef: BillableOperationDef;
|
|
47995
48520
|
};
|
|
47996
48521
|
//#endregion
|
|
48522
|
+
//#region src/pipes/catalog/utils/high-volume.d.ts
|
|
48523
|
+
declare const HIGH_VOLUME_PRICING_MIN_CREDITS = 0.1;
|
|
48524
|
+
type HighVolumeTier = {
|
|
48525
|
+
level: HighVolumeLevel;
|
|
48526
|
+
credits: number;
|
|
48527
|
+
weight: number;
|
|
48528
|
+
};
|
|
48529
|
+
type HighVolumeEligibleOperation = {
|
|
48530
|
+
billableOperation: BillableOperation;
|
|
48531
|
+
provider: ProviderName;
|
|
48532
|
+
kind: "pipe" | "search";
|
|
48533
|
+
standardCredits: number;
|
|
48534
|
+
tiers: HighVolumeTier[];
|
|
48535
|
+
usedBy: {
|
|
48536
|
+
kind: "pipe" | "search";
|
|
48537
|
+
id: string;
|
|
48538
|
+
label: string;
|
|
48539
|
+
categories: string[];
|
|
48540
|
+
}[];
|
|
48541
|
+
};
|
|
48542
|
+
/**
|
|
48543
|
+
* Returns the tier object at the requested level, or undefined if the
|
|
48544
|
+
* catalog does not declare a tier for that level.
|
|
48545
|
+
*/
|
|
48546
|
+
declare function getTier(credits: ManagedCredits, level: HighVolumeLevel): Tier | undefined;
|
|
48547
|
+
/**
|
|
48548
|
+
* Walks downward from `level` looking for the highest declared tier <=
|
|
48549
|
+
* `level`. Protects runtime billing against catalog drift: if a catalog
|
|
48550
|
+
* drops tier 3 while an org's enrollment row still records `level=3`,
|
|
48551
|
+
* the runtime falls back to tier 2 (or tier 1) instead of charging the
|
|
48552
|
+
* default price.
|
|
48553
|
+
*/
|
|
48554
|
+
declare function tierAtOrBelow(credits: ManagedCredits, level: HighVolumeLevel): {
|
|
48555
|
+
level: HighVolumeLevel;
|
|
48556
|
+
tier: Tier;
|
|
48557
|
+
} | undefined;
|
|
48558
|
+
/**
|
|
48559
|
+
* Enumerates the declared tiers in ascending order. Returns an empty
|
|
48560
|
+
* array for ops that opt out of high-volume pricing entirely.
|
|
48561
|
+
*/
|
|
48562
|
+
declare function listTiers(credits: ManagedCredits): HighVolumeTier[];
|
|
48563
|
+
/**
|
|
48564
|
+
* An op is eligible iff:
|
|
48565
|
+
* - the default price clears the floor,
|
|
48566
|
+
* - it declares at least one high-volume tier,
|
|
48567
|
+
* - tiers are gap-free (1, 1+2, or 1+2+3),
|
|
48568
|
+
* - tier credits are strictly decreasing relative to the default and to each other,
|
|
48569
|
+
* - tier weights are positive integers, strictly increasing across tiers.
|
|
48570
|
+
*/
|
|
48571
|
+
declare function isHighVolumeEligible(credits: ManagedCredits): boolean;
|
|
48572
|
+
/**
|
|
48573
|
+
* Enumerates every billable operation across the active pipe and search
|
|
48574
|
+
* catalogs that opts into high-volume pricing. The deprecated searches
|
|
48575
|
+
* (plural) catalog is intentionally excluded.
|
|
48576
|
+
*
|
|
48577
|
+
* Dedupes on billableOperation key — the same key can appear on multiple
|
|
48578
|
+
* pipe versions (that's the point of the shared key). When duplicates
|
|
48579
|
+
* disagree on credits, the entry with the lowest standardCredits wins;
|
|
48580
|
+
* tier metadata is taken from the first eligible occurrence we see (a
|
|
48581
|
+
* billable operation is expected to declare a consistent tier shape
|
|
48582
|
+
* across the catalog).
|
|
48583
|
+
*/
|
|
48584
|
+
declare function listHighVolumeEligibleOperations(): HighVolumeEligibleOperation[];
|
|
48585
|
+
//#endregion
|
|
47997
48586
|
//#region src/pipes/catalog/utils/get-provider-credits.d.ts
|
|
47998
48587
|
/**
|
|
47999
48588
|
* Build a `provider → credits` map from a pipe's `BILLABLE_OPERATIONS`. Pass
|
|
@@ -48055,10 +48644,10 @@ declare function markRecordFieldAsComplete({
|
|
|
48055
48644
|
} | undefined;
|
|
48056
48645
|
waterfall?: {
|
|
48057
48646
|
attempted_providers: {
|
|
48058
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
48647
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
48059
48648
|
}[];
|
|
48060
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
48061
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
48649
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
48650
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
48062
48651
|
} | undefined;
|
|
48063
48652
|
icon?: {
|
|
48064
48653
|
key: "linkedin" | "job";
|
|
@@ -48119,10 +48708,10 @@ declare function markRecordFieldAsPending({
|
|
|
48119
48708
|
} | undefined;
|
|
48120
48709
|
waterfall?: {
|
|
48121
48710
|
attempted_providers: {
|
|
48122
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
48711
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
48123
48712
|
}[];
|
|
48124
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
48125
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
48713
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
48714
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
48126
48715
|
} | undefined;
|
|
48127
48716
|
icon?: {
|
|
48128
48717
|
key: "linkedin" | "job";
|
|
@@ -48189,10 +48778,10 @@ declare function markRecordFieldAsNoResult({
|
|
|
48189
48778
|
} | undefined;
|
|
48190
48779
|
waterfall?: {
|
|
48191
48780
|
attempted_providers: {
|
|
48192
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
48781
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
48193
48782
|
}[];
|
|
48194
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
48195
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
48783
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
48784
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
48196
48785
|
} | undefined;
|
|
48197
48786
|
icon?: {
|
|
48198
48787
|
key: "linkedin" | "job";
|
|
@@ -48249,10 +48838,10 @@ declare function markRecordFieldAsFailed(field: RecordField, reason: FieldReason
|
|
|
48249
48838
|
} | undefined;
|
|
48250
48839
|
waterfall?: {
|
|
48251
48840
|
attempted_providers: {
|
|
48252
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
48841
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
48253
48842
|
}[];
|
|
48254
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
48255
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
48843
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
48844
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
48256
48845
|
} | undefined;
|
|
48257
48846
|
icon?: {
|
|
48258
48847
|
key: "linkedin" | "job";
|
|
@@ -48309,10 +48898,10 @@ declare function markRecordFieldAsSkipped(field: RecordField, reason: FieldReaso
|
|
|
48309
48898
|
} | undefined;
|
|
48310
48899
|
waterfall?: {
|
|
48311
48900
|
attempted_providers: {
|
|
48312
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
48901
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
48313
48902
|
}[];
|
|
48314
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
48315
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
48903
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
48904
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
48316
48905
|
} | undefined;
|
|
48317
48906
|
icon?: {
|
|
48318
48907
|
key: "linkedin" | "job";
|
|
@@ -48369,10 +48958,10 @@ declare function markRecordFieldAsProcessing(field: RecordField): {
|
|
|
48369
48958
|
} | undefined;
|
|
48370
48959
|
waterfall?: {
|
|
48371
48960
|
attempted_providers: {
|
|
48372
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
48961
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
48373
48962
|
}[];
|
|
48374
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
48375
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
48963
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
48964
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
48376
48965
|
} | undefined;
|
|
48377
48966
|
icon?: {
|
|
48378
48967
|
key: "linkedin" | "job";
|
|
@@ -48399,78 +48988,14 @@ declare function catalogInput(field: NamedFieldEntry, config: {
|
|
|
48399
48988
|
alias?: string | undefined;
|
|
48400
48989
|
}> | undefined;
|
|
48401
48990
|
} | null | undefined): {
|
|
48402
|
-
name: "name" | "profile_url" | "skills" | "job_title" | "company_name" | "company_social_url" | "job_description" | "headcount" | "company_industry" | "message" | "company_description" | "cleaned_company_name" | "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" | "company_website_url" | "company_domain" | "first_name" | "addressee_name" | "address_line_1" | "address_line_2" | "profile_headline" | "address_city" | "address_country" | "address_state" | "zip_code" | "last_name" | "is_work_email" | "companyenrich_match" | "companyenrich_matches" | "ip_address" | "avatar_url" | "estimated_salary" | "is_email_valid" | "developer_profile_url" | "alternative_developer_profile_urls" | "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" | "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" | "parallel_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_company_identity_matches" | "crustdata_person_match" | "parallel_person_entity_match" | "parallel_company_entity_match" | "post_list_string" | "crustdata_post_list" | "crustdata_profile_match_score" | "amplemarket_person_match" | "amplemarket_company_match" | "created_sheet" | "sheet" | "string_input" | "domain" | "url_input" | "slugified" | "http_response_status" | "http_response_body" | "http_response_headers" | "professional_profile_url" | "professional_profile" | "mobile_number";
|
|
48403
|
-
description: "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "A person's primary developer profile URL (e.g. GitHub)." | "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "ID of sheet record" | "IDs sheet records" | "Result of email sending action using Gmail" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'" | "Validation status as returned from ZeroBounce single validation" | "Full validation object as returned by ZeroBounce" | "List of unstructured input objects" | "Reference to a created sheet" | "Result of a firecrawl extract operation" | "Flat list of Parallel Extract results (url, title, publish_date, excerpts)." | "Exa search result." | "CompanyEnrich response object" | "Crustdata company match object" | "Parallel person match object parsed from the entity description" | "Parallel company match object parsed from the entity description" | "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address." | "Crustdata company enrichment match." | "List of Crustdata company candidates matched by name or domain." | "LinkedIn post list" | "Rich JSON post list" | "Result of a role finder operation" | "Person match object as returned by Amplemarket" | "Company match object as returned by Amplemarket" | "CompanyEnrich response list." | "Company or organization logo" | "Get company logos & brand data" | "Social Media URL for a given company (e.g. LinkedIn profile URL).";
|
|
48991
|
+
name: "name" | "profile_url" | "skills" | "job_title" | "company_name" | "company_social_url" | "job_description" | "headcount" | "company_industry" | "message" | "company_description" | "cleaned_company_name" | "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" | "company_website_url" | "company_domain" | "first_name" | "addressee_name" | "address_line_1" | "address_line_2" | "profile_headline" | "address_city" | "address_country" | "address_state" | "zip_code" | "last_name" | "is_work_email" | "companyenrich_match" | "companyenrich_matches" | "ip_address" | "avatar_url" | "estimated_salary" | "is_email_valid" | "developer_profile_url" | "alternative_developer_profile_urls" | "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" | "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" | "parallel_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_company_identity_matches" | "crustdata_person_match" | "parallel_person_entity_match" | "parallel_company_entity_match" | "post_list_string" | "crustdata_post_list" | "crustdata_profile_match_score" | "amplemarket_person_match" | "amplemarket_company_match" | "created_sheet" | "sheet" | "string_input" | "domain" | "url_input" | "slugified" | "http_response_status" | "http_response_body" | "http_response_headers" | "luma_id" | "registered_at" | "luma_event_guest_match" | "professional_profile_url" | "professional_profile" | "mobile_number";
|
|
48992
|
+
description: "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "A person's primary developer profile URL (e.g. GitHub)." | "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "Unique identifier of the guest's event registration in Luma." | "ISO timestamp of when the guest registered for the event." | "Full event guest object returned by Luma." | "ID of sheet record" | "IDs sheet records" | "Result of email sending action using Gmail" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'" | "Validation status as returned from ZeroBounce single validation" | "Full validation object as returned by ZeroBounce" | "List of unstructured input objects" | "Reference to a created sheet" | "Result of a firecrawl extract operation" | "Flat list of Parallel Extract results (url, title, publish_date, excerpts)." | "Exa search result." | "CompanyEnrich response object" | "Crustdata company match object" | "Parallel person match object parsed from the entity description" | "Parallel company match object parsed from the entity description" | "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address." | "Crustdata company enrichment match." | "List of Crustdata company candidates matched by name or domain." | "LinkedIn post list" | "Rich JSON post list" | "Result of a role finder operation" | "Person match object as returned by Amplemarket" | "Company match object as returned by Amplemarket" | "CompanyEnrich response list." | "Company or organization logo" | "Get company logos & brand data" | "Social Media URL for a given company (e.g. LinkedIn profile URL).";
|
|
48404
48993
|
resolvedName: string;
|
|
48405
48994
|
type: "string" | "number" | "boolean" | "unknown" | "json";
|
|
48406
|
-
label: "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Developer profile URL" | "Alternative developer profile URLs" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Record ID" | "Record IDs" | "Gmail e-mail success" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Match score" | "Company enrichment match" | "Company identity matches" | "Post list" | "Crustdata Post list" | "Role finder match" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "LinkedIn Profile URL";
|
|
48995
|
+
label: "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Developer profile URL" | "Alternative developer profile URLs" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Luma ID" | "Registered at" | "Event guest match" | "Record ID" | "Record IDs" | "Gmail e-mail success" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Match score" | "Company enrichment match" | "Company identity matches" | "Post list" | "Crustdata Post list" | "Role finder match" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "LinkedIn Profile URL";
|
|
48407
48996
|
format: "profile_url" | "int" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "currency" | "text" | "decimal" | "percent" | null;
|
|
48408
48997
|
};
|
|
48409
48998
|
//#endregion
|
|
48410
|
-
//#region src/pipes/catalog/utils/high-volume.d.ts
|
|
48411
|
-
declare const HIGH_VOLUME_PRICING_MIN_CREDITS = 0.1;
|
|
48412
|
-
type HighVolumeTier = {
|
|
48413
|
-
level: HighVolumeLevel;
|
|
48414
|
-
credits: number;
|
|
48415
|
-
weight: number;
|
|
48416
|
-
};
|
|
48417
|
-
type HighVolumeEligibleOperation = {
|
|
48418
|
-
billableOperation: BillableOperation;
|
|
48419
|
-
provider: ProviderName;
|
|
48420
|
-
kind: "pipe" | "search";
|
|
48421
|
-
standardCredits: number;
|
|
48422
|
-
tiers: HighVolumeTier[];
|
|
48423
|
-
usedBy: {
|
|
48424
|
-
kind: "pipe" | "search";
|
|
48425
|
-
id: string;
|
|
48426
|
-
label: string;
|
|
48427
|
-
categories: string[];
|
|
48428
|
-
}[];
|
|
48429
|
-
};
|
|
48430
|
-
/**
|
|
48431
|
-
* Returns the tier object at the requested level, or undefined if the
|
|
48432
|
-
* catalog does not declare a tier for that level.
|
|
48433
|
-
*/
|
|
48434
|
-
declare function getTier(credits: ManagedCredits, level: HighVolumeLevel): Tier | undefined;
|
|
48435
|
-
/**
|
|
48436
|
-
* Walks downward from `level` looking for the highest declared tier <=
|
|
48437
|
-
* `level`. Protects runtime billing against catalog drift: if a catalog
|
|
48438
|
-
* drops tier 3 while an org's enrollment row still records `level=3`,
|
|
48439
|
-
* the runtime falls back to tier 2 (or tier 1) instead of charging the
|
|
48440
|
-
* default price.
|
|
48441
|
-
*/
|
|
48442
|
-
declare function tierAtOrBelow(credits: ManagedCredits, level: HighVolumeLevel): {
|
|
48443
|
-
level: HighVolumeLevel;
|
|
48444
|
-
tier: Tier;
|
|
48445
|
-
} | undefined;
|
|
48446
|
-
/**
|
|
48447
|
-
* Enumerates the declared tiers in ascending order. Returns an empty
|
|
48448
|
-
* array for ops that opt out of high-volume pricing entirely.
|
|
48449
|
-
*/
|
|
48450
|
-
declare function listTiers(credits: ManagedCredits): HighVolumeTier[];
|
|
48451
|
-
/**
|
|
48452
|
-
* An op is eligible iff:
|
|
48453
|
-
* - the default price clears the floor,
|
|
48454
|
-
* - it declares at least one high-volume tier,
|
|
48455
|
-
* - tiers are gap-free (1, 1+2, or 1+2+3),
|
|
48456
|
-
* - tier credits are strictly decreasing relative to the default and to each other,
|
|
48457
|
-
* - tier weights are positive integers, strictly increasing across tiers.
|
|
48458
|
-
*/
|
|
48459
|
-
declare function isHighVolumeEligible(credits: ManagedCredits): boolean;
|
|
48460
|
-
/**
|
|
48461
|
-
* Enumerates every billable operation across the active pipe and search
|
|
48462
|
-
* catalogs that opts into high-volume pricing. The deprecated searches
|
|
48463
|
-
* (plural) catalog is intentionally excluded.
|
|
48464
|
-
*
|
|
48465
|
-
* Dedupes on billableOperation key — the same key can appear on multiple
|
|
48466
|
-
* pipe versions (that's the point of the shared key). When duplicates
|
|
48467
|
-
* disagree on credits, the entry with the lowest standardCredits wins;
|
|
48468
|
-
* tier metadata is taken from the first eligible occurrence we see (a
|
|
48469
|
-
* billable operation is expected to declare a consistent tier shape
|
|
48470
|
-
* across the catalog).
|
|
48471
|
-
*/
|
|
48472
|
-
declare function listHighVolumeEligibleOperations(): HighVolumeEligibleOperation[];
|
|
48473
|
-
//#endregion
|
|
48474
48999
|
//#region src/pipes/pipes-validator/get-output-field-info-from-dev.d.ts
|
|
48475
49000
|
declare function getOutputFieldInfoFromDef(resolvedName: string, def: PipesFieldDefinition, context: ValidationContext): {
|
|
48476
49001
|
isPrimaryOutput: boolean;
|
|
@@ -48932,10 +49457,10 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
|
|
|
48932
49457
|
} | undefined;
|
|
48933
49458
|
waterfall?: {
|
|
48934
49459
|
attempted_providers: {
|
|
48935
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
49460
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
48936
49461
|
}[];
|
|
48937
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
48938
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
49462
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
49463
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
48939
49464
|
} | undefined;
|
|
48940
49465
|
icon?: {
|
|
48941
49466
|
key: "linkedin" | "job";
|
|
@@ -48992,10 +49517,10 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
|
|
|
48992
49517
|
} | undefined;
|
|
48993
49518
|
waterfall?: {
|
|
48994
49519
|
attempted_providers: {
|
|
48995
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
49520
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
48996
49521
|
}[];
|
|
48997
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
48998
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
49522
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
49523
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
48999
49524
|
} | undefined;
|
|
49000
49525
|
icon?: {
|
|
49001
49526
|
key: "linkedin" | "job";
|
|
@@ -49055,10 +49580,10 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
|
|
|
49055
49580
|
} | undefined;
|
|
49056
49581
|
waterfall?: {
|
|
49057
49582
|
attempted_providers: {
|
|
49058
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
49583
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49059
49584
|
}[];
|
|
49060
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
49061
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
49585
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
49586
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
49062
49587
|
} | undefined;
|
|
49063
49588
|
icon?: {
|
|
49064
49589
|
key: "linkedin" | "job";
|
|
@@ -49115,10 +49640,10 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
|
|
|
49115
49640
|
} | undefined;
|
|
49116
49641
|
waterfall?: {
|
|
49117
49642
|
attempted_providers: {
|
|
49118
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
49643
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49119
49644
|
}[];
|
|
49120
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
49121
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
49645
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
49646
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
49122
49647
|
} | undefined;
|
|
49123
49648
|
icon?: {
|
|
49124
49649
|
key: "linkedin" | "job";
|
|
@@ -49178,10 +49703,10 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
|
|
|
49178
49703
|
} | undefined;
|
|
49179
49704
|
waterfall?: {
|
|
49180
49705
|
attempted_providers: {
|
|
49181
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
49706
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49182
49707
|
}[];
|
|
49183
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
49184
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
49708
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
49709
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
49185
49710
|
} | undefined;
|
|
49186
49711
|
icon?: {
|
|
49187
49712
|
key: "linkedin" | "job";
|
|
@@ -49238,10 +49763,10 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
|
|
|
49238
49763
|
} | undefined;
|
|
49239
49764
|
waterfall?: {
|
|
49240
49765
|
attempted_providers: {
|
|
49241
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
49766
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49242
49767
|
}[];
|
|
49243
|
-
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel")[];
|
|
49244
|
-
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | undefined;
|
|
49768
|
+
available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma")[];
|
|
49769
|
+
successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma" | undefined;
|
|
49245
49770
|
} | undefined;
|
|
49246
49771
|
icon?: {
|
|
49247
49772
|
key: "linkedin" | "job";
|
|
@@ -49706,11 +50231,27 @@ declare const providerCatalog: {
|
|
|
49706
50231
|
};
|
|
49707
50232
|
readonly oAuthConfig: null;
|
|
49708
50233
|
};
|
|
50234
|
+
readonly luma: {
|
|
50235
|
+
readonly name: "luma";
|
|
50236
|
+
readonly label: "Luma";
|
|
50237
|
+
readonly description: "Delightful events, calendars, and ticketing for communities.";
|
|
50238
|
+
readonly public: true;
|
|
50239
|
+
readonly hasManagedConnections: false;
|
|
50240
|
+
readonly allowsUserConnections: true;
|
|
50241
|
+
readonly url: "https://lu.ma";
|
|
50242
|
+
readonly connectionType: "api_key";
|
|
50243
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon";
|
|
50244
|
+
readonly background: {
|
|
50245
|
+
readonly light: "#FFF0E6";
|
|
50246
|
+
readonly dark: "#3A1F0F";
|
|
50247
|
+
};
|
|
50248
|
+
readonly oAuthConfig: null;
|
|
50249
|
+
};
|
|
49709
50250
|
};
|
|
49710
50251
|
//#endregion
|
|
49711
50252
|
//#region src/providers/provider-utils.d.ts
|
|
49712
50253
|
declare function getProviderEntry(providerName: ProviderName): {
|
|
49713
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50254
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49714
50255
|
name: "pipe0";
|
|
49715
50256
|
label: "pipe0";
|
|
49716
50257
|
description: "A framework for lead and company data enrichment.";
|
|
@@ -49726,7 +50267,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49726
50267
|
};
|
|
49727
50268
|
oAuthConfig: null;
|
|
49728
50269
|
} | {
|
|
49729
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50270
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49730
50271
|
name: "findymail";
|
|
49731
50272
|
label: "FindyMail";
|
|
49732
50273
|
description: "Find verified emails.";
|
|
@@ -49742,7 +50283,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49742
50283
|
readonly dark: "#143822";
|
|
49743
50284
|
};
|
|
49744
50285
|
} | {
|
|
49745
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50286
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49746
50287
|
name: "hunter";
|
|
49747
50288
|
label: "HunterMail";
|
|
49748
50289
|
description: "Find email addresses and send cold emails";
|
|
@@ -49758,7 +50299,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49758
50299
|
readonly dark: "#3D1F0C";
|
|
49759
50300
|
};
|
|
49760
50301
|
} | {
|
|
49761
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50302
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49762
50303
|
name: "zerobounce";
|
|
49763
50304
|
label: "ZeroBounce";
|
|
49764
50305
|
description: "Email validation tools and email list cleaning";
|
|
@@ -49774,7 +50315,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49774
50315
|
};
|
|
49775
50316
|
oAuthConfig: null;
|
|
49776
50317
|
} | {
|
|
49777
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50318
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49778
50319
|
name: "googlemaps";
|
|
49779
50320
|
label: "Google Maps";
|
|
49780
50321
|
description: "A map service by Google";
|
|
@@ -49790,7 +50331,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49790
50331
|
};
|
|
49791
50332
|
oAuthConfig: null;
|
|
49792
50333
|
} | {
|
|
49793
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50334
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49794
50335
|
name: "leadmagic";
|
|
49795
50336
|
label: "LeadMagic";
|
|
49796
50337
|
description: "Enrichment provider";
|
|
@@ -49806,7 +50347,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49806
50347
|
};
|
|
49807
50348
|
oAuthConfig: null;
|
|
49808
50349
|
} | {
|
|
49809
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50350
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49810
50351
|
name: "builtwith";
|
|
49811
50352
|
label: "BuiltWith";
|
|
49812
50353
|
description: "BuiltWith tracks over 2500 eCommerce technologies across over 26 million eCommerce websites.";
|
|
@@ -49822,7 +50363,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49822
50363
|
};
|
|
49823
50364
|
oAuthConfig: null;
|
|
49824
50365
|
} | {
|
|
49825
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50366
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49826
50367
|
name: "perplexity";
|
|
49827
50368
|
label: "Perplexity";
|
|
49828
50369
|
description: "AI search company";
|
|
@@ -49838,7 +50379,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49838
50379
|
};
|
|
49839
50380
|
oAuthConfig: null;
|
|
49840
50381
|
} | {
|
|
49841
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50382
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49842
50383
|
name: "serper";
|
|
49843
50384
|
label: "Serper";
|
|
49844
50385
|
description: "The World's Fastest & Cheapest Google Search API";
|
|
@@ -49854,7 +50395,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49854
50395
|
};
|
|
49855
50396
|
oAuthConfig: null;
|
|
49856
50397
|
} | {
|
|
49857
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50398
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49858
50399
|
name: "icypeas";
|
|
49859
50400
|
label: "Icypeas";
|
|
49860
50401
|
description: "A popular data catalog";
|
|
@@ -49870,7 +50411,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49870
50411
|
};
|
|
49871
50412
|
oAuthConfig: null;
|
|
49872
50413
|
} | {
|
|
49873
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50414
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49874
50415
|
name: "prospeo";
|
|
49875
50416
|
label: "Prospeo";
|
|
49876
50417
|
description: "Find anyone’s contact data.";
|
|
@@ -49886,7 +50427,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49886
50427
|
};
|
|
49887
50428
|
oAuthConfig: null;
|
|
49888
50429
|
} | {
|
|
49889
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50430
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49890
50431
|
name: "gemini";
|
|
49891
50432
|
label: "Gemini";
|
|
49892
50433
|
description: "Google's AI service";
|
|
@@ -49902,7 +50443,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49902
50443
|
};
|
|
49903
50444
|
oAuthConfig: null;
|
|
49904
50445
|
} | {
|
|
49905
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50446
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49906
50447
|
name: "slack";
|
|
49907
50448
|
label: "Slack";
|
|
49908
50449
|
description: "A modern business chat application.";
|
|
@@ -49918,7 +50459,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49918
50459
|
};
|
|
49919
50460
|
oAuthConfig: {};
|
|
49920
50461
|
} | {
|
|
49921
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50462
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49922
50463
|
name: "companyenrich";
|
|
49923
50464
|
label: "CompanyEnrich";
|
|
49924
50465
|
description: "A company enrichment service.";
|
|
@@ -49934,7 +50475,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49934
50475
|
};
|
|
49935
50476
|
oAuthConfig: {};
|
|
49936
50477
|
} | {
|
|
49937
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50478
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49938
50479
|
name: "mixrank";
|
|
49939
50480
|
label: "MixRank";
|
|
49940
50481
|
description: "Ultra-high-frequency technographic and people data for your data teams.";
|
|
@@ -49950,7 +50491,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49950
50491
|
readonly dark: "#3A1D08";
|
|
49951
50492
|
};
|
|
49952
50493
|
} | {
|
|
49953
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50494
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49954
50495
|
name: "clado";
|
|
49955
50496
|
label: "Clado";
|
|
49956
50497
|
description: "A data provider deploying 10^5 AI agents to find contact information.";
|
|
@@ -49966,7 +50507,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49966
50507
|
};
|
|
49967
50508
|
oAuthConfig: null;
|
|
49968
50509
|
} | {
|
|
49969
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50510
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49970
50511
|
name: "gmail";
|
|
49971
50512
|
label: "Gmail";
|
|
49972
50513
|
description: "Google's email service";
|
|
@@ -49982,7 +50523,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49982
50523
|
};
|
|
49983
50524
|
oAuthConfig: {};
|
|
49984
50525
|
} | {
|
|
49985
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50526
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
49986
50527
|
name: "resend";
|
|
49987
50528
|
label: "Resend";
|
|
49988
50529
|
description: "An email platform built for developers.";
|
|
@@ -49998,7 +50539,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
49998
50539
|
};
|
|
49999
50540
|
oAuthConfig: null;
|
|
50000
50541
|
} | {
|
|
50001
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50542
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
50002
50543
|
name: "firecrawl";
|
|
50003
50544
|
label: "Firecrawl";
|
|
50004
50545
|
description: "Firecrawl is an API service that takes a URL, crawls it, and converts it into clean markdown. Firecrawl crawls all accessible subpages and gives you clean markdown for each. No sitemap required.";
|
|
@@ -50014,7 +50555,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50014
50555
|
};
|
|
50015
50556
|
oAuthConfig: null;
|
|
50016
50557
|
} | {
|
|
50017
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50558
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
50018
50559
|
name: "exa";
|
|
50019
50560
|
label: "Exa";
|
|
50020
50561
|
description: "Exa is a search engine built for AI.";
|
|
@@ -50030,7 +50571,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50030
50571
|
};
|
|
50031
50572
|
oAuthConfig: null;
|
|
50032
50573
|
} | {
|
|
50033
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50574
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
50034
50575
|
name: "openai";
|
|
50035
50576
|
label: "OpenAI";
|
|
50036
50577
|
description: "Foundational AI company based out of San Francisco.";
|
|
@@ -50046,7 +50587,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50046
50587
|
};
|
|
50047
50588
|
oAuthConfig: null;
|
|
50048
50589
|
} | {
|
|
50049
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50590
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
50050
50591
|
name: "millionverifier";
|
|
50051
50592
|
label: "MillionVerifier";
|
|
50052
50593
|
description: "E-Mail validation service.";
|
|
@@ -50062,7 +50603,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50062
50603
|
};
|
|
50063
50604
|
oAuthConfig: null;
|
|
50064
50605
|
} | {
|
|
50065
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50606
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
50066
50607
|
name: "logodev";
|
|
50067
50608
|
label: "Logo.dev";
|
|
50068
50609
|
description: "Every company logo, one simple API.";
|
|
@@ -50078,7 +50619,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50078
50619
|
};
|
|
50079
50620
|
oAuthConfig: null;
|
|
50080
50621
|
} | {
|
|
50081
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50622
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
50082
50623
|
name: "crustdata";
|
|
50083
50624
|
label: "Crustdata";
|
|
50084
50625
|
description: "Real-time company & people data";
|
|
@@ -50094,7 +50635,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50094
50635
|
};
|
|
50095
50636
|
oAuthConfig: null;
|
|
50096
50637
|
} | {
|
|
50097
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50638
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
50098
50639
|
name: "amplemarket";
|
|
50099
50640
|
label: "Amplemarket";
|
|
50100
50641
|
description: "Sales data platform";
|
|
@@ -50110,7 +50651,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50110
50651
|
};
|
|
50111
50652
|
oAuthConfig: null;
|
|
50112
50653
|
} | {
|
|
50113
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50654
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
50114
50655
|
name: "parallel";
|
|
50115
50656
|
label: "Parallel";
|
|
50116
50657
|
description: "Agentic web search & research APIs purpose-built for AI agents.";
|
|
@@ -50125,6 +50666,22 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50125
50666
|
readonly dark: "#0F1A3D";
|
|
50126
50667
|
};
|
|
50127
50668
|
oAuthConfig: null;
|
|
50669
|
+
} | {
|
|
50670
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
50671
|
+
name: "luma";
|
|
50672
|
+
label: "Luma";
|
|
50673
|
+
description: "Delightful events, calendars, and ticketing for communities.";
|
|
50674
|
+
public: true;
|
|
50675
|
+
hasManagedConnections: false;
|
|
50676
|
+
allowsUserConnections: true;
|
|
50677
|
+
url: "https://lu.ma";
|
|
50678
|
+
connectionType: "api_key";
|
|
50679
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/ed6cf16b-e69e-4f90-7718-85e4600fff00/icon";
|
|
50680
|
+
background: {
|
|
50681
|
+
readonly light: "#FFF0E6";
|
|
50682
|
+
readonly dark: "#3A1F0F";
|
|
50683
|
+
};
|
|
50684
|
+
oAuthConfig: null;
|
|
50128
50685
|
};
|
|
50129
50686
|
//#endregion
|
|
50130
50687
|
//#region src/sandbox.d.ts
|
|
@@ -50334,7 +50891,7 @@ declare function configDefaults<T extends Record<string, any> | null | undefined
|
|
|
50334
50891
|
//#endregion
|
|
50335
50892
|
//#region src/utils/connection-id.d.ts
|
|
50336
50893
|
declare function splitConnectionString(connection: string): {
|
|
50337
|
-
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel";
|
|
50894
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket" | "parallel" | "luma";
|
|
50338
50895
|
id: string;
|
|
50339
50896
|
};
|
|
50340
50897
|
declare function joinConnectionString(connection: {
|
|
@@ -50568,6 +51125,46 @@ declare const IcypeasPersonMatchSchema: z.ZodObject<{
|
|
|
50568
51125
|
}, z.core.$strip>;
|
|
50569
51126
|
type IcypeasPersonMatch = z.infer<typeof IcypeasPersonMatchSchema>;
|
|
50570
51127
|
//#endregion
|
|
51128
|
+
//#region src/fields/json-meta/fields/luma-event-guest-match.d.ts
|
|
51129
|
+
declare const LumaEventGuestMatchSchema: z.ZodObject<{
|
|
51130
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51131
|
+
user_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51132
|
+
user_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51133
|
+
user_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51134
|
+
user_first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51135
|
+
user_last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51136
|
+
approval_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51137
|
+
check_in_qr_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51138
|
+
eth_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51139
|
+
solana_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51140
|
+
phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51141
|
+
utm_source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51142
|
+
invited_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51143
|
+
joined_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51144
|
+
registered_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51145
|
+
registration_answers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
51146
|
+
label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51147
|
+
question_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51148
|
+
question_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51149
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
51150
|
+
answer: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
51151
|
+
answer_company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51152
|
+
answer_job_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51153
|
+
}, z.core.$strip>>>>;
|
|
51154
|
+
event_tickets: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
51155
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51156
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51157
|
+
amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
51158
|
+
amount_discount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
51159
|
+
amount_tax: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
51160
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51161
|
+
checked_in_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51162
|
+
event_ticket_type_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51163
|
+
is_captured: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
51164
|
+
}, z.core.$strip>>>>;
|
|
51165
|
+
}, z.core.$strip>;
|
|
51166
|
+
type LumaEventGuestMatch = z.infer<typeof LumaEventGuestMatchSchema>;
|
|
51167
|
+
//#endregion
|
|
50571
51168
|
//#region src/fields/json-meta/fields/profile.d.ts
|
|
50572
51169
|
declare const ProfileFieldSchema: z.ZodObject<{
|
|
50573
51170
|
object: z.ZodLiteral<"linkedin_profile">;
|
|
@@ -50650,4 +51247,4 @@ declare const ProfileFieldSchema: z.ZodObject<{
|
|
|
50650
51247
|
}, z.core.$strip>;
|
|
50651
51248
|
type ProfielField = z.infer<typeof ProfileFieldSchema>;
|
|
50652
51249
|
//#endregion
|
|
50653
|
-
export { AI_MODELS, AI_MODEL_CATALOG, type AiModelId, type AnalysisResult, AnyPipeConstructor, AppError, AsyncIncludeExcludeSelectMeta, AsyncMultiSelectMeta, type AutocompleteOption, type AutocompleteSourceKey, BillableOperation, BillableOperationDef, BillableOperations, BillingMode, BooleanMeta, type BuiltWithTechStackTransformedRespoonse as BuiltWithDomainStack, type BuiltWithTechStackTransformedRespoonse, type CatalogEntityFilter, type CatalogFilter, type CatalogPattern, CatalogSchemaRef, CatalogSchemaRefSchema, type CladoPersonMatch, type CladoPersonMatchV2, ConditionOperators, ConditionOperatorsSchema, ConfigField, ConnectorConnection, ConnectorMeta, type ConstantSuggestion, ContextSelectMeta, CursorPaginationMeta, DateRangeMeta, type DedupConfig, type DedupStrategy, type DependencyGraphRelation, DerivedInputFields, EmailValidationStatus, type EnabledIf, type EnabledResult, ExactRangeMeta, ExecutionMode, ExpandedFieldValue, ExpandedFieldValueSchema, ExternalProviderName, FIELD_PLACEHOLDERS, FieldAnnotation, FieldAnnotationSchema, FieldAnnotations, FieldAnnotationsSchema, FieldAnnotationsType, FieldCatalog, type FieldContextArgs, type FieldContextClient, type FieldContextSheetSummary, FieldEntry, FieldGroup, FieldMode, FieldName, FieldNameSchema, type FieldPlaceholderKey, FieldReason, FieldReasonSchema, FieldSchemaType, FieldValue, FieldValueMap, FieldValueSchema, FieldsSelectMeta, FieldsToObjectsConfig, type FormResolvers, FormSection, FormSectionMeta, type FormStore, FormStoreSchema, GeneratedFormInputType, GeneratedInputMeta, GeneratedInputMetaMap, type GetConnectionsArgs, type GetConstantsArgs, type GetSecretsArgs, GroupPathMatch, HIGH_VOLUME_PRICING_MIN_CREDITS, type HighVolumeEligibleOperation, HighVolumeLevel, type HighVolumeTier, type IconKey, IconWidgetKey, type IcypeasCompanyMatch, type IcypeasPersonMatch, IncludeExcludeMeta, IncludeExcludeSelectMeta, IntegerMeta, IntermediateFormSection, JSONExtractSchema, JSONExtraction, JSONExtractionMeta, JSONMeta, JSONMetaSchema, JSONSchemaMeta, JsonFieldType, KeyValueListMeta, LazyResolveContext, ManagedCredits, MinMaxIntMeta, MultiCreateMeta, MultiSelectMeta, NamedFieldEntry, NoConnector, NoConnectorSchema, NullableBooleanMeta, NumberMeta, OptionalConnector, OptionalConnectorSchema, type OptionsDef, OrderedMultiCreateMeta, type OutputDecl, OutputFieldMeta, PIPE_IDS, PaginationType, PaginationTypeSchema, PersonWorkemailWaterfall1Entry, PersonWorkemailWaterfall1PayloadSchema, PersonWorkemailWaterfall1PipeClass, Pipe, Pipe0Error, PipeBaseConfig, PipeCatalog, PipeCatalogEntry, PipeCategory, PipeCategoryEntry, PipeConfigMapByExpecutionType, PipeConnectionRequirement, PipeDef, PipeEntryWithLatestVersion, type PipeFieldContextDef, PipeId, PipeIdSchema, PipeInputField, PipeModuleExport, PipeOutputField, PipePayload, PipePayloadInput, PipePayloadMap, PipePayloadSchema, PipePayloadSchemaCatalog, PipeRequestPayloadMap, PipeRunIf, PipeRunIfSchema, PipelineValidationError, type PipesEnvironment, PipesEnvironmentSchema, PipesError, PipesErrorSchema, PipesFieldDefinition, PipesFieldDefinitionSchema, PipesFieldDefinitionWithName, PipesFieldDefinitions, PipesFieldDefinitionsSchema, PipesInMemoryResponse, PipesInput, PipesInputSchema, PipesRecord, PipesRequest, PipesRequestConfig, PipesRequestConfigSchema, PipesRequestPayload, PipesRequestSchema, PipesResponse, PipesResponseSchema, PipesRunIfMeta, ProcessedPipePayloadSchema, ProcessedSearchPayloadSchema, ProcessedSearchesPayloadSchema, type ProfielField, PromptMeta, ProviderCatalogEntry, ProviderName, ProviderNameSchema, ProviderRateLimitOperation, ProvidersInputMeta, RECORD_FIELD_FORMATS, RECORD_FIELD_TYPES, RUN_IF_OPERATOR_LABELS, RUN_IF_STATUS_OPERATORS, RUN_IF_VALUE_OPERATORS, RangeMeta, RecordClaimedBy, RecordClaimedBySchema, RecordField, RecordFieldFormat, RecordFieldFormatSchema, RecordFieldSchema, RecordFieldStatus, RecordFieldStatusSchema, RecordFieldType, RecordFieldTypeSchema, RecordId, RecordIdSchema, RecordResolvedBy, RecordResolvedBySchema, RecordSchema, RequestValidationError, RequiredConnector, RequiredConnectorSchema, type Requirement, RequirementSatisfactionResult, type RichTextNode, RunIfStatusOperatorsSchema, RunIfStatusValueSchema, RunIfValueOperatorsSchema, SEARCHES_IDS, SEARCH_IDS, Search, SearchCatalog, SearchCatalogEntry, SearchCatalogTableData, SearchCategory, SearchCategoryEntry, SearchError, SearchErrorSchema, SearchId, SearchIdSchema, SearchMetaEntryWithId, SearchOutputField, SearchPayload, SearchPayloadCatalog, SearchPayloadInput, SearchPayloadMap, SearchPayloadSchema, SearchRequestPayload, SearchRequestPayloadMap, SearchRequestSchema, SearchRequestType, SearchResponse, SearchResponseSchema, SearchResult, SearchResultField, SearchResultFieldSchema, SearchResultSchema, SearchValidationResult, SearchesCatalog, SearchesCatalogEntry, SearchesCatalogTableData, SearchesCostPerResult, SearchesCostPerResultEntry, SearchesError, SearchesErrorSchema, SearchesId, SearchesIdSchema, SearchesMetaEntryWithId, SearchesPayload, SearchesPayloadCatalog, SearchesPayloadInput, SearchesPayloadMap, SearchesPayloadSchema, SearchesRequest, SearchesRequestBaseConfig, SearchesRequestBaseConfigSchema, SearchesRequestPayload, SearchesRequestPayloadMap, SearchesRequestSchema, SearchesResponse, SearchesResponseSchema, SearchesResult, SearchesResultField, SearchesResultFieldSchema, SearchesResultSchema, SearchesSearch, SearchesStatus, SearchesStatusSchema, SearchesValidationResult, type SecretSuggestion, SectionKeys, SectionMapDefinition, SelectMeta, type StoreOption, StoreOptionAutocompleteOption, StoreOptionsDef, SupportedTags, TYPES_TO_FORMATS, TaggedOrderedMultiCreateMeta, TaggedTextMeta, TemplateInputMeta, TextMeta, TextareaMeta, Tier, type TransformIntoResponseConfig, type UserConnection, ValidationContext, type Widget, Widgets, type StoreOptionWidget as WidgetsByKind, StoreOptionWidgetSchema as WidgetsByKindSchema, WidgetsSchema, all, analyzeLiquidTemplate, and, any, assertUniqueBillableOperations, autocomplete, buildAiModelBillableOperations, buildDependencyGraph, buildInputRequirementFromTemplates, catalogInput, cleanObject, cleanUrl, cleanWebsiteUrl, collectConstantReferencesFromTemplates, collectPipeContextSelectFields, collectRequirementFields, collectSecretReferencesFromTemplates, compilePattern, configDefaults, convertIntermediateFieldsIntoGroups, defaultSectionMap, describeRequirement, entityLogoFavicon, entityLogoProfessionalProfileUrl, extractFormMetadata, field, fieldBehaviorCatalog, fieldCatalog, fieldNameStr, fieldTypeFromValue, fieldsToObject, filterPipeEntries, filterSearchEntries, filterSearchesEntries, getAiModelBillingKey, getAiModelConnectionRequirements, getAiModelProviders, getAllAiModelProviders, getBasePipeName, getDefaultOutputFields, getDefaultPipeProviders, getDefaultSearchOutputFields, getDefaultSearchesOutputFields, getDependentPipeNamesForInputProperty, getDependentPipeNamesForPipe, getDomain, getExpansionState, getFaviconUrlGoogle, getField, getFieldBehavior, getFieldDisplayLabel, getFieldWidgets, getInitialSearchTableData, getInitialSearchesTableData, getInitialTableData, getInputHash, getJsonMetaForFieldDef, getLoweestSearchCreditAmount, getLoweestSearchesCreditAmount, getLowestPipeCreditAmount, getOutputFieldInfoFromDef, getPipeBillableOperationDef, getPipeCategoryEntries, getPipeCategoryEntry, getPipeClass, getPipeConfigHash, getPipeDefaultPayload, getPipeDocsURI, getPipeEntry, getPipeInstances, getPipePayloadFormConfig, getPipePayloadSchema, getPipeVersion, getProviderBillableOperation, getProviderCreditsFromBillableOperations, getProviderEntry, getReadableFieldStatus, getSandboxConnections, getSandboxConnectionsForPipe, getSandboxConnectionsForSearch, getSandboxConnectionsForSearches, getSearchCategoryEntries, getSearchCategoryEntry, getSearchClass, getSearchDefaultPayload, getSearchEntry, getSearchFieldWidgets, getSearchInstance, getSearchPayloadFormConfig, getSearchPayloadSchema, getSearchTableDataAggregates, getSearchVersion, getSearchesClass, getSearchesDefaultPayload, getSearchesEntry, getSearchesFieldWidgets, getSearchesInstances, getSearchesPayloadSchema, getSearchesTableDataAggregates, getSearchesVersion, getStartingCostPerPipesProvider, getStartingCostPerSearchProvider, getStartingCostPerSearchesProvider, getTableDataAggregates, getTier, getUnexpandedValue, ifDefined, inputFields, inputFromRecord, inputFromRecordArr, inputFromRecords, inputGuards, isCatalogField, isEmptyValue, isFieldName, isHighVolumeEligible, isPipeAllowed, isProviderAllowed, isRequirementMet, isRequirementSatisfiedByRecord, isSearchAllowed, isSearchesAllowed, joinConnectionString, listHighVolumeEligibleOperations, listTiers, markRecordFieldAsComplete, markRecordFieldAsFailed, markRecordFieldAsNoResult, markRecordFieldAsPending, markRecordFieldAsProcessing, markRecordFieldAsSkipped, matchesAny, matchesPattern, mergeWidgets, noConnectorInput, optional, optionalConnectorInput, or, outputFields, parseLiquidTemplate, parseOutputTagArgs, parseRecordValueOrError, parseRichText, pipeCatalog, pipeCategoryCatalog, pipeClassCatalog, pipePayloadSchemaCatalog, pipesAsyncIncludeExcludeSelectInput, pipesContextSelectInput, pipesDateRangeInput, pipesFieldsSelectInput, pipesIncludeExcludeInput, pipesIncludeExcludeSelectInput, pipesInputField, pipesIntInput, pipesJsonExtractionInput, pipesJsonSchemaField, pipesKeyValueListInput, pipesLLMSelectInput, pipesMultiCreateInput, pipesMultiSelectInput, pipesNumberInput, pipesOptionalBooleanInput, pipesOrderedMultiCreateInput, pipesOutputField, pipesPayloadRegistry, pipesPromptInput, pipesProviderInput, pipesRangeInput, pipesRunIfInput, pipesSelectInput, pipesSnippetCatalog, pipesTaggedOrderedMultiCreateInput, pipesTaggedTextInput, pipesTemplateInput, pipesTextInput, pipesTextareaInput, placeholder, processInputObjects, providerCatalog, rateLimitRatioFallingProgression, renderLiquidTemplate, renderLiquidTemplateSync, requiredConnectorInput, requirementToInputFields, requirementUnmetMessage, requiresConnection, requiresField, searchCatalog, searchCategoryCatalog, searchClassCatalog, searchPayloadSchemaCatalog, searchSnippetCatalog, searchesAsyncIncludeExcludeSelectInput, searchesAsyncMultiSelectInput, searchesCatalog, searchesClassCatalog, searchesDateRangeInput, searchesExactRangeInput, searchesIncludeExcludeInput, searchesIncludeExcludeSelectInput, searchesIntInput, searchesMinMaxIntInput, searchesMultiCreateInput, searchesMultiSelectInput, searchesNumberField, searchesOptionalBooleanInput, searchesOptionalNullableBooleanInput, searchesOrderedMultiCreateInput, searchesOutputField, searchesPayloadRegistry, searchesPayloadSchemaCatalog, searchesRangeInput, searchesSelectInput, searchesTextInput, searchesTextareaField, sortObjectKeys, sortPipeCatalogByBasePipe, sortSearchCatalogByBaseSearch, sortSearchesCatalogByBaseSearch, splitConnectionString, staticAutocomplete, staticOptions, stringify, testPrint, tierAtOrBelow, transformIntoResponse, validatePipesOrError, validateSearches, validationErrorMessages };
|
|
51250
|
+
export { AI_MODELS, AI_MODEL_CATALOG, type AiModelId, type AnalysisResult, AnyPipeConstructor, AppError, AsyncIncludeExcludeSelectMeta, AsyncMultiSelectMeta, type AutocompleteOption, type AutocompleteSourceKey, BillableOperation, BillableOperationDef, BillableOperations, BillingMode, BooleanMeta, type BuiltWithTechStackTransformedRespoonse as BuiltWithDomainStack, type BuiltWithTechStackTransformedRespoonse, type CatalogEntityFilter, type CatalogFilter, type CatalogPattern, CatalogSchemaRef, CatalogSchemaRefSchema, type CladoPersonMatch, type CladoPersonMatchV2, ConditionOperators, ConditionOperatorsSchema, ConfigField, ConnectorConnection, ConnectorMeta, type ConstantSuggestion, ContextSelectMeta, CursorPaginationMeta, DateRangeMeta, type DedupConfig, type DedupStrategy, type DependencyGraphRelation, DerivedInputFields, EmailValidationStatus, type EnabledIf, type EnabledResult, ExactRangeMeta, ExecutionMode, ExpandedFieldValue, ExpandedFieldValueSchema, ExternalProviderName, FIELD_PLACEHOLDERS, FieldAnnotation, FieldAnnotationSchema, FieldAnnotations, FieldAnnotationsSchema, FieldAnnotationsType, FieldCatalog, type FieldContextArgs, type FieldContextClient, type FieldContextSheetSummary, FieldEntry, FieldGroup, FieldMode, FieldName, FieldNameSchema, type FieldPlaceholderKey, FieldReason, FieldReasonSchema, FieldSchemaType, FieldValue, FieldValueMap, FieldValueSchema, FieldsSelectMeta, FieldsToObjectsConfig, type FormResolvers, FormSection, FormSectionMeta, type FormStore, FormStoreSchema, GeneratedFormInputType, GeneratedInputMeta, GeneratedInputMetaMap, type GetConnectionsArgs, type GetConstantsArgs, type GetSecretsArgs, GroupPathMatch, HIGH_VOLUME_PRICING_MIN_CREDITS, type HighVolumeEligibleOperation, HighVolumeLevel, type HighVolumeTier, type IconKey, IconWidgetKey, type IcypeasCompanyMatch, type IcypeasPersonMatch, IncludeExcludeMeta, IncludeExcludeSelectMeta, IntegerMeta, IntermediateFormSection, JSONExtractSchema, JSONExtraction, JSONExtractionMeta, JSONMeta, JSONMetaSchema, JSONSchemaMeta, JsonFieldType, KeyValueListMeta, LazyResolveContext, type LumaEventGuestMatch, ManagedCredits, MinMaxIntMeta, MultiCreateMeta, MultiSelectMeta, NamedFieldEntry, NoConnector, NoConnectorSchema, NullableBooleanMeta, NumberMeta, OptionalConnector, OptionalConnectorSchema, type OptionsDef, OrderedMultiCreateMeta, type OutputDecl, OutputFieldMeta, PIPE_IDS, PaginationType, PaginationTypeSchema, PersonWorkemailWaterfall1Entry, PersonWorkemailWaterfall1PayloadSchema, PersonWorkemailWaterfall1PipeClass, Pipe, Pipe0Error, PipeBaseConfig, PipeCatalog, PipeCatalogEntry, PipeCategory, PipeCategoryEntry, PipeConfigMapByExpecutionType, PipeConnectionRequirement, PipeDef, PipeEntryWithLatestVersion, type PipeFieldContextDef, PipeId, PipeIdSchema, PipeInputField, PipeModuleExport, PipeOutputField, PipePayload, PipePayloadInput, PipePayloadMap, PipePayloadSchema, PipePayloadSchemaCatalog, PipeRequestPayloadMap, PipeRunIf, PipeRunIfSchema, PipelineValidationError, type PipesEnvironment, PipesEnvironmentSchema, PipesError, PipesErrorSchema, PipesFieldDefinition, PipesFieldDefinitionSchema, PipesFieldDefinitionWithName, PipesFieldDefinitions, PipesFieldDefinitionsSchema, PipesInMemoryResponse, PipesInput, PipesInputSchema, PipesRecord, PipesRequest, PipesRequestConfig, PipesRequestConfigSchema, PipesRequestPayload, PipesRequestSchema, PipesResponse, PipesResponseSchema, PipesRunIfMeta, ProcessedPipePayloadSchema, ProcessedSearchPayloadSchema, ProcessedSearchesPayloadSchema, type ProfielField, PromptMeta, ProviderCatalogEntry, ProviderName, ProviderNameSchema, ProviderRateLimitOperation, ProvidersInputMeta, RECORD_FIELD_FORMATS, RECORD_FIELD_TYPES, RUN_IF_OPERATOR_LABELS, RUN_IF_STATUS_OPERATORS, RUN_IF_VALUE_OPERATORS, RangeMeta, RecordClaimedBy, RecordClaimedBySchema, RecordField, RecordFieldFormat, RecordFieldFormatSchema, RecordFieldSchema, RecordFieldStatus, RecordFieldStatusSchema, RecordFieldType, RecordFieldTypeSchema, RecordId, RecordIdSchema, RecordResolvedBy, RecordResolvedBySchema, RecordSchema, RequestValidationError, RequiredConnector, RequiredConnectorSchema, type Requirement, RequirementSatisfactionResult, type RichTextNode, RunIfStatusOperatorsSchema, RunIfStatusValueSchema, RunIfValueOperatorsSchema, SEARCHES_IDS, SEARCH_IDS, Search, SearchCatalog, SearchCatalogEntry, SearchCatalogTableData, SearchCategory, SearchCategoryEntry, SearchError, SearchErrorSchema, SearchId, SearchIdSchema, SearchMetaEntryWithId, SearchOutputField, SearchPayload, SearchPayloadCatalog, SearchPayloadInput, SearchPayloadMap, SearchPayloadSchema, SearchRequestPayload, SearchRequestPayloadMap, SearchRequestSchema, SearchRequestType, SearchResponse, SearchResponseSchema, SearchResult, SearchResultField, SearchResultFieldSchema, SearchResultSchema, SearchValidationResult, SearchesCatalog, SearchesCatalogEntry, SearchesCatalogTableData, SearchesCostPerResult, SearchesCostPerResultEntry, SearchesError, SearchesErrorSchema, SearchesId, SearchesIdSchema, SearchesMetaEntryWithId, SearchesPayload, SearchesPayloadCatalog, SearchesPayloadInput, SearchesPayloadMap, SearchesPayloadSchema, SearchesRequest, SearchesRequestBaseConfig, SearchesRequestBaseConfigSchema, SearchesRequestPayload, SearchesRequestPayloadMap, SearchesRequestSchema, SearchesResponse, SearchesResponseSchema, SearchesResult, SearchesResultField, SearchesResultFieldSchema, SearchesResultSchema, SearchesSearch, SearchesStatus, SearchesStatusSchema, SearchesValidationResult, type SecretSuggestion, SectionKeys, SectionMapDefinition, SelectMeta, type StoreOption, StoreOptionAutocompleteOption, StoreOptionsDef, SupportedTags, TYPES_TO_FORMATS, TaggedOrderedMultiCreateMeta, TaggedTextMeta, TemplateInputMeta, TextMeta, TextareaMeta, Tier, type TransformIntoResponseConfig, type UserConnection, ValidationContext, type Widget, Widgets, type StoreOptionWidget as WidgetsByKind, StoreOptionWidgetSchema as WidgetsByKindSchema, WidgetsSchema, all, analyzeLiquidTemplate, and, any, assertUniqueBillableOperations, autocomplete, buildAiModelBillableOperations, buildDependencyGraph, buildInputRequirementFromTemplates, catalogInput, cleanObject, cleanUrl, cleanWebsiteUrl, collectConstantReferencesFromTemplates, collectPipeContextSelectFields, collectRequirementFields, collectSearchContextSelectFields, collectSecretReferencesFromTemplates, compilePattern, configDefaults, convertIntermediateFieldsIntoGroups, defaultSectionMap, describeRequirement, entityLogoFavicon, entityLogoProfessionalProfileUrl, extractFormMetadata, field, fieldBehaviorCatalog, fieldCatalog, fieldNameStr, fieldTypeFromValue, fieldsToObject, filterPipeEntries, filterSearchEntries, filterSearchesEntries, getAiModelBillingKey, getAiModelConnectionRequirements, getAiModelProviders, getAllAiModelProviders, getBasePipeName, getDefaultOutputFields, getDefaultPipeProviders, getDefaultSearchOutputFields, getDefaultSearchesOutputFields, getDependentPipeNamesForInputProperty, getDependentPipeNamesForPipe, getDomain, getExpansionState, getFaviconUrlGoogle, getField, getFieldBehavior, getFieldDisplayLabel, getFieldWidgets, getInitialSearchTableData, getInitialSearchesTableData, getInitialTableData, getInputHash, getJsonMetaForFieldDef, getLoweestSearchCreditAmount, getLoweestSearchesCreditAmount, getLowestPipeCreditAmount, getOutputFieldInfoFromDef, getPipeBillableOperationDef, getPipeCategoryEntries, getPipeCategoryEntry, getPipeClass, getPipeConfigHash, getPipeDefaultPayload, getPipeDocsURI, getPipeEntry, getPipeInstances, getPipePayloadFormConfig, getPipePayloadSchema, getPipeVersion, getProviderBillableOperation, getProviderCreditsFromBillableOperations, getProviderEntry, getReadableFieldStatus, getSandboxConnections, getSandboxConnectionsForPipe, getSandboxConnectionsForSearch, getSandboxConnectionsForSearches, getSearchCategoryEntries, getSearchCategoryEntry, getSearchClass, getSearchDefaultPayload, getSearchEntry, getSearchFieldWidgets, getSearchInstance, getSearchPayloadFormConfig, getSearchPayloadSchema, getSearchTableDataAggregates, getSearchVersion, getSearchesClass, getSearchesDefaultPayload, getSearchesEntry, getSearchesFieldWidgets, getSearchesInstances, getSearchesPayloadSchema, getSearchesTableDataAggregates, getSearchesVersion, getStartingCostPerPipesProvider, getStartingCostPerSearchProvider, getStartingCostPerSearchesProvider, getTableDataAggregates, getTier, getUnexpandedValue, ifDefined, inputFields, inputFromRecord, inputFromRecordArr, inputFromRecords, inputGuards, isCatalogField, isEmptyValue, isFieldName, isHighVolumeEligible, isPipeAllowed, isProviderAllowed, isRequirementMet, isRequirementSatisfiedByRecord, isSearchAllowed, isSearchesAllowed, joinConnectionString, listHighVolumeEligibleOperations, listTiers, markRecordFieldAsComplete, markRecordFieldAsFailed, markRecordFieldAsNoResult, markRecordFieldAsPending, markRecordFieldAsProcessing, markRecordFieldAsSkipped, matchesAny, matchesPattern, mergeWidgets, noConnectorInput, optional, optionalConnectorInput, or, outputFields, parseLiquidTemplate, parseOutputTagArgs, parseRecordValueOrError, parseRichText, pipeCatalog, pipeCategoryCatalog, pipeClassCatalog, pipePayloadSchemaCatalog, pipesAsyncIncludeExcludeSelectInput, pipesContextSelectInput, pipesDateRangeInput, pipesFieldsSelectInput, pipesIncludeExcludeInput, pipesIncludeExcludeSelectInput, pipesInputField, pipesIntInput, pipesJsonExtractionInput, pipesJsonSchemaField, pipesKeyValueListInput, pipesLLMSelectInput, pipesMultiCreateInput, pipesMultiSelectInput, pipesNumberInput, pipesOptionalBooleanInput, pipesOrderedMultiCreateInput, pipesOutputField, pipesPayloadRegistry, pipesPromptInput, pipesProviderInput, pipesRangeInput, pipesRunIfInput, pipesSelectInput, pipesSnippetCatalog, pipesTaggedOrderedMultiCreateInput, pipesTaggedTextInput, pipesTemplateInput, pipesTextInput, pipesTextareaInput, placeholder, processInputObjects, providerCatalog, rateLimitRatioFallingProgression, renderLiquidTemplate, renderLiquidTemplateSync, requiredConnectorInput, requirementToInputFields, requirementUnmetMessage, requiresConnection, requiresField, searchCatalog, searchCategoryCatalog, searchClassCatalog, searchPayloadSchemaCatalog, searchSnippetCatalog, searchesAsyncIncludeExcludeSelectInput, searchesAsyncMultiSelectInput, searchesCatalog, searchesClassCatalog, searchesContextSelectInput, searchesDateRangeInput, searchesExactRangeInput, searchesIncludeExcludeInput, searchesIncludeExcludeSelectInput, searchesIntInput, searchesMinMaxIntInput, searchesMultiCreateInput, searchesMultiSelectInput, searchesNumberField, searchesOptionalBooleanInput, searchesOptionalConnectorInput, searchesOptionalNullableBooleanInput, searchesOrderedMultiCreateInput, searchesOutputField, searchesPayloadRegistry, searchesPayloadSchemaCatalog, searchesRangeInput, searchesRequiredConnectorInput, searchesSelectInput, searchesTextInput, searchesTextareaField, sortObjectKeys, sortPipeCatalogByBasePipe, sortSearchCatalogByBaseSearch, sortSearchesCatalogByBaseSearch, splitConnectionString, staticAutocomplete, staticOptions, stringify, testPrint, tierAtOrBelow, transformIntoResponse, validatePipesOrError, validateSearches, validationErrorMessages };
|