@pipe0/base 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/index.d.mts +216 -74
- package/dist/index.mjs +4 -4
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -373,6 +373,7 @@ declare const StoreOptionWidgetSchema: z.ZodObject<{
|
|
|
373
373
|
amplemarket: "amplemarket";
|
|
374
374
|
parallel: "parallel";
|
|
375
375
|
luma: "luma";
|
|
376
|
+
postgres: "postgres";
|
|
376
377
|
}>;
|
|
377
378
|
}, z.core.$strip>>;
|
|
378
379
|
emoji: z.ZodOptional<z.ZodObject<{
|
|
@@ -621,6 +622,7 @@ declare const WidgetsSchema: z.ZodObject<{
|
|
|
621
622
|
amplemarket: "amplemarket";
|
|
622
623
|
parallel: "parallel";
|
|
623
624
|
luma: "luma";
|
|
625
|
+
postgres: "postgres";
|
|
624
626
|
}>;
|
|
625
627
|
}, z.core.$strip>>;
|
|
626
628
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -651,6 +653,7 @@ declare const WidgetsSchema: z.ZodObject<{
|
|
|
651
653
|
amplemarket: "amplemarket";
|
|
652
654
|
parallel: "parallel";
|
|
653
655
|
luma: "luma";
|
|
656
|
+
postgres: "postgres";
|
|
654
657
|
}>>;
|
|
655
658
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
656
659
|
pipe0: "pipe0";
|
|
@@ -680,6 +683,7 @@ declare const WidgetsSchema: z.ZodObject<{
|
|
|
680
683
|
amplemarket: "amplemarket";
|
|
681
684
|
parallel: "parallel";
|
|
682
685
|
luma: "luma";
|
|
686
|
+
postgres: "postgres";
|
|
683
687
|
}>>;
|
|
684
688
|
}, z.core.$strip>>>;
|
|
685
689
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -1252,6 +1256,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1252
1256
|
amplemarket: "amplemarket";
|
|
1253
1257
|
parallel: "parallel";
|
|
1254
1258
|
luma: "luma";
|
|
1259
|
+
postgres: "postgres";
|
|
1255
1260
|
}>;
|
|
1256
1261
|
}, z.core.$strip>>;
|
|
1257
1262
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -1282,6 +1287,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1282
1287
|
amplemarket: "amplemarket";
|
|
1283
1288
|
parallel: "parallel";
|
|
1284
1289
|
luma: "luma";
|
|
1290
|
+
postgres: "postgres";
|
|
1285
1291
|
}>>;
|
|
1286
1292
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
1287
1293
|
pipe0: "pipe0";
|
|
@@ -1311,6 +1317,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1311
1317
|
amplemarket: "amplemarket";
|
|
1312
1318
|
parallel: "parallel";
|
|
1313
1319
|
luma: "luma";
|
|
1320
|
+
postgres: "postgres";
|
|
1314
1321
|
}>>;
|
|
1315
1322
|
}, z.core.$strip>>>;
|
|
1316
1323
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -1618,6 +1625,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
1618
1625
|
amplemarket: "amplemarket";
|
|
1619
1626
|
parallel: "parallel";
|
|
1620
1627
|
luma: "luma";
|
|
1628
|
+
postgres: "postgres";
|
|
1621
1629
|
}>;
|
|
1622
1630
|
}, z.core.$strip>>;
|
|
1623
1631
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -1648,6 +1656,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
1648
1656
|
amplemarket: "amplemarket";
|
|
1649
1657
|
parallel: "parallel";
|
|
1650
1658
|
luma: "luma";
|
|
1659
|
+
postgres: "postgres";
|
|
1651
1660
|
}>>;
|
|
1652
1661
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
1653
1662
|
pipe0: "pipe0";
|
|
@@ -1677,6 +1686,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
1677
1686
|
amplemarket: "amplemarket";
|
|
1678
1687
|
parallel: "parallel";
|
|
1679
1688
|
luma: "luma";
|
|
1689
|
+
postgres: "postgres";
|
|
1680
1690
|
}>>;
|
|
1681
1691
|
}, z.core.$strip>>>;
|
|
1682
1692
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -1964,6 +1974,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
1964
1974
|
amplemarket: "amplemarket";
|
|
1965
1975
|
parallel: "parallel";
|
|
1966
1976
|
luma: "luma";
|
|
1977
|
+
postgres: "postgres";
|
|
1967
1978
|
}>;
|
|
1968
1979
|
}, z.core.$strip>>;
|
|
1969
1980
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -1994,6 +2005,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
1994
2005
|
amplemarket: "amplemarket";
|
|
1995
2006
|
parallel: "parallel";
|
|
1996
2007
|
luma: "luma";
|
|
2008
|
+
postgres: "postgres";
|
|
1997
2009
|
}>>;
|
|
1998
2010
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
1999
2011
|
pipe0: "pipe0";
|
|
@@ -2023,6 +2035,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
2023
2035
|
amplemarket: "amplemarket";
|
|
2024
2036
|
parallel: "parallel";
|
|
2025
2037
|
luma: "luma";
|
|
2038
|
+
postgres: "postgres";
|
|
2026
2039
|
}>>;
|
|
2027
2040
|
}, z.core.$strip>>>;
|
|
2028
2041
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -2292,6 +2305,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2292
2305
|
amplemarket: "amplemarket";
|
|
2293
2306
|
parallel: "parallel";
|
|
2294
2307
|
luma: "luma";
|
|
2308
|
+
postgres: "postgres";
|
|
2295
2309
|
}>;
|
|
2296
2310
|
}, z.core.$strip>>;
|
|
2297
2311
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -2322,6 +2336,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2322
2336
|
amplemarket: "amplemarket";
|
|
2323
2337
|
parallel: "parallel";
|
|
2324
2338
|
luma: "luma";
|
|
2339
|
+
postgres: "postgres";
|
|
2325
2340
|
}>>;
|
|
2326
2341
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
2327
2342
|
pipe0: "pipe0";
|
|
@@ -2351,6 +2366,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2351
2366
|
amplemarket: "amplemarket";
|
|
2352
2367
|
parallel: "parallel";
|
|
2353
2368
|
luma: "luma";
|
|
2369
|
+
postgres: "postgres";
|
|
2354
2370
|
}>>;
|
|
2355
2371
|
}, z.core.$strip>>>;
|
|
2356
2372
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -2946,11 +2962,12 @@ declare const ProviderNameSchema: z.ZodEnum<{
|
|
|
2946
2962
|
amplemarket: "amplemarket";
|
|
2947
2963
|
parallel: "parallel";
|
|
2948
2964
|
luma: "luma";
|
|
2965
|
+
postgres: "postgres";
|
|
2949
2966
|
}>;
|
|
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";
|
|
2967
|
+
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" | "postgres_query";
|
|
2951
2968
|
type ProviderName = z.infer<typeof ProviderNameSchema>;
|
|
2952
2969
|
type ExternalProviderName = Exclude<ProviderName, "pipe0">;
|
|
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-items-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";
|
|
2970
|
+
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" | "data-query-postgres-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-items-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";
|
|
2954
2971
|
//#endregion
|
|
2955
2972
|
//#region src/fields/field-catalog.d.ts
|
|
2956
2973
|
type FieldEntry = {
|
|
@@ -12858,6 +12875,7 @@ declare const StoreOptionSchema: z.ZodObject<{
|
|
|
12858
12875
|
amplemarket: "amplemarket";
|
|
12859
12876
|
parallel: "parallel";
|
|
12860
12877
|
luma: "luma";
|
|
12878
|
+
postgres: "postgres";
|
|
12861
12879
|
}>;
|
|
12862
12880
|
}, z.core.$strip>>;
|
|
12863
12881
|
emoji: z.ZodOptional<z.ZodObject<{
|
|
@@ -12959,6 +12977,7 @@ declare const FormStoreSchema: z.ZodObject<{
|
|
|
12959
12977
|
amplemarket: "amplemarket";
|
|
12960
12978
|
parallel: "parallel";
|
|
12961
12979
|
luma: "luma";
|
|
12980
|
+
postgres: "postgres";
|
|
12962
12981
|
}>;
|
|
12963
12982
|
}, z.core.$strip>>;
|
|
12964
12983
|
emoji: z.ZodOptional<z.ZodObject<{
|
|
@@ -13216,7 +13235,7 @@ interface FormResolvers {
|
|
|
13216
13235
|
}
|
|
13217
13236
|
//#endregion
|
|
13218
13237
|
//#region src/search/schemas.d.ts
|
|
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", "sheet:rows@1"];
|
|
13238
|
+
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", "sheet:rows@1", "query:postgres@1"];
|
|
13220
13239
|
declare const SearchIdSchema: z.ZodEnum<{
|
|
13221
13240
|
"companies:profiles:crustdata@1": "companies:profiles:crustdata@1";
|
|
13222
13241
|
"companies:profiles:crustdata@2": "companies:profiles:crustdata@2";
|
|
@@ -13230,6 +13249,7 @@ declare const SearchIdSchema: z.ZodEnum<{
|
|
|
13230
13249
|
"people:entitysearch:parallel@1": "people:entitysearch:parallel@1";
|
|
13231
13250
|
"people:eventguests:luma@1": "people:eventguests:luma@1";
|
|
13232
13251
|
"sheet:rows@1": "sheet:rows@1";
|
|
13252
|
+
"query:postgres@1": "query:postgres@1";
|
|
13233
13253
|
}>;
|
|
13234
13254
|
type SearchId = z.infer<typeof SearchIdSchema>;
|
|
13235
13255
|
//#endregion
|
|
@@ -14628,6 +14648,23 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
14628
14648
|
include_metadata: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
14629
14649
|
}, z$1.core.$strip>;
|
|
14630
14650
|
}, z$1.core.$strip>;
|
|
14651
|
+
"query:postgres@1": z$1.ZodObject<{
|
|
14652
|
+
search_id: z$1.ZodLiteral<"query:postgres@1">;
|
|
14653
|
+
connector: z$1.ZodObject<{
|
|
14654
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
14655
|
+
first: "first";
|
|
14656
|
+
}>>;
|
|
14657
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
14658
|
+
type: z$1.ZodLiteral<"vault">;
|
|
14659
|
+
connection: z$1.ZodString;
|
|
14660
|
+
}, z$1.core.$strip>>;
|
|
14661
|
+
}, z$1.core.$strip>;
|
|
14662
|
+
config: z$1.ZodObject<{
|
|
14663
|
+
query: z$1.ZodString;
|
|
14664
|
+
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
14665
|
+
page_number: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
14666
|
+
}, z$1.core.$strip>;
|
|
14667
|
+
}, z$1.core.$strip>;
|
|
14631
14668
|
};
|
|
14632
14669
|
declare const searchCatalog: Record<SearchId, SearchDef<any>>;
|
|
14633
14670
|
type SearchCatalog = typeof searchCatalog;
|
|
@@ -15948,6 +15985,22 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
15948
15985
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
15949
15986
|
include_metadata: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
15950
15987
|
}, z$1.core.$strip>;
|
|
15988
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
15989
|
+
search_id: z$1.ZodLiteral<"query:postgres@1">;
|
|
15990
|
+
connector: z$1.ZodObject<{
|
|
15991
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
15992
|
+
first: "first";
|
|
15993
|
+
}>>;
|
|
15994
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
15995
|
+
type: z$1.ZodLiteral<"vault">;
|
|
15996
|
+
connection: z$1.ZodString;
|
|
15997
|
+
}, z$1.core.$strip>>;
|
|
15998
|
+
}, z$1.core.$strip>;
|
|
15999
|
+
config: z$1.ZodObject<{
|
|
16000
|
+
query: z$1.ZodString;
|
|
16001
|
+
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
16002
|
+
page_number: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
16003
|
+
}, z$1.core.$strip>;
|
|
15951
16004
|
}, z$1.core.$strip>], string>;
|
|
15952
16005
|
}, z$1.core.$strip>;
|
|
15953
16006
|
declare const SearchErrorSchema: z$1.ZodObject<{
|
|
@@ -16125,6 +16178,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
16125
16178
|
amplemarket: "amplemarket";
|
|
16126
16179
|
parallel: "parallel";
|
|
16127
16180
|
luma: "luma";
|
|
16181
|
+
postgres: "postgres";
|
|
16128
16182
|
}>;
|
|
16129
16183
|
}, z$1.core.$strip>>;
|
|
16130
16184
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -16155,6 +16209,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
16155
16209
|
amplemarket: "amplemarket";
|
|
16156
16210
|
parallel: "parallel";
|
|
16157
16211
|
luma: "luma";
|
|
16212
|
+
postgres: "postgres";
|
|
16158
16213
|
}>>;
|
|
16159
16214
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
16160
16215
|
pipe0: "pipe0";
|
|
@@ -16184,6 +16239,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
16184
16239
|
amplemarket: "amplemarket";
|
|
16185
16240
|
parallel: "parallel";
|
|
16186
16241
|
luma: "luma";
|
|
16242
|
+
postgres: "postgres";
|
|
16187
16243
|
}>>;
|
|
16188
16244
|
}, z$1.core.$strip>>>;
|
|
16189
16245
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -16379,6 +16435,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
16379
16435
|
amplemarket: "amplemarket";
|
|
16380
16436
|
parallel: "parallel";
|
|
16381
16437
|
luma: "luma";
|
|
16438
|
+
postgres: "postgres";
|
|
16382
16439
|
}>;
|
|
16383
16440
|
}, z$1.core.$strip>>;
|
|
16384
16441
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -16409,6 +16466,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
16409
16466
|
amplemarket: "amplemarket";
|
|
16410
16467
|
parallel: "parallel";
|
|
16411
16468
|
luma: "luma";
|
|
16469
|
+
postgres: "postgres";
|
|
16412
16470
|
}>>;
|
|
16413
16471
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
16414
16472
|
pipe0: "pipe0";
|
|
@@ -16438,6 +16496,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
16438
16496
|
amplemarket: "amplemarket";
|
|
16439
16497
|
parallel: "parallel";
|
|
16440
16498
|
luma: "luma";
|
|
16499
|
+
postgres: "postgres";
|
|
16441
16500
|
}>>;
|
|
16442
16501
|
}, z$1.core.$strip>>>;
|
|
16443
16502
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -17761,6 +17820,22 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
17761
17820
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
17762
17821
|
include_metadata: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
17763
17822
|
}, z$1.core.$strip>;
|
|
17823
|
+
}, z$1.core.$strip> | z$1.ZodObject<{
|
|
17824
|
+
search_id: z$1.ZodLiteral<"query:postgres@1">;
|
|
17825
|
+
connector: z$1.ZodObject<{
|
|
17826
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
17827
|
+
first: "first";
|
|
17828
|
+
}>>;
|
|
17829
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
17830
|
+
type: z$1.ZodLiteral<"vault">;
|
|
17831
|
+
connection: z$1.ZodString;
|
|
17832
|
+
}, z$1.core.$strip>>;
|
|
17833
|
+
}, z$1.core.$strip>;
|
|
17834
|
+
config: z$1.ZodObject<{
|
|
17835
|
+
query: z$1.ZodString;
|
|
17836
|
+
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
17837
|
+
page_number: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
17838
|
+
}, z$1.core.$strip>;
|
|
17764
17839
|
}, z$1.core.$strip>;
|
|
17765
17840
|
declare const PaginationTypeSchema: z$1.ZodEnum<{
|
|
17766
17841
|
cursor: "cursor";
|
|
@@ -17788,6 +17863,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
17788
17863
|
"people:entitysearch:parallel@1": "people:entitysearch:parallel@1";
|
|
17789
17864
|
"people:eventguests:luma@1": "people:eventguests:luma@1";
|
|
17790
17865
|
"sheet:rows@1": "sheet:rows@1";
|
|
17866
|
+
"query:postgres@1": "query:postgres@1";
|
|
17791
17867
|
}>;
|
|
17792
17868
|
errors: z$1.ZodArray<z$1.ZodObject<{
|
|
17793
17869
|
code: z$1.ZodString;
|
|
@@ -17962,6 +18038,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
17962
18038
|
amplemarket: "amplemarket";
|
|
17963
18039
|
parallel: "parallel";
|
|
17964
18040
|
luma: "luma";
|
|
18041
|
+
postgres: "postgres";
|
|
17965
18042
|
}>;
|
|
17966
18043
|
}, z$1.core.$strip>>;
|
|
17967
18044
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -17992,6 +18069,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
17992
18069
|
amplemarket: "amplemarket";
|
|
17993
18070
|
parallel: "parallel";
|
|
17994
18071
|
luma: "luma";
|
|
18072
|
+
postgres: "postgres";
|
|
17995
18073
|
}>>;
|
|
17996
18074
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
17997
18075
|
pipe0: "pipe0";
|
|
@@ -18021,6 +18099,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
18021
18099
|
amplemarket: "amplemarket";
|
|
18022
18100
|
parallel: "parallel";
|
|
18023
18101
|
luma: "luma";
|
|
18102
|
+
postgres: "postgres";
|
|
18024
18103
|
}>>;
|
|
18025
18104
|
}, z$1.core.$strip>>>;
|
|
18026
18105
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -19344,6 +19423,22 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
19344
19423
|
cursor: z$1.ZodCoercedString<unknown> | z$1.ZodNullable<z$1.ZodCoercedString<unknown>>;
|
|
19345
19424
|
include_metadata: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
19346
19425
|
}, z$1.core.$strip>;
|
|
19426
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
19427
|
+
search_id: z$1.ZodLiteral<"query:postgres@1">;
|
|
19428
|
+
connector: z$1.ZodObject<{
|
|
19429
|
+
strategy: z$1.ZodDefault<z$1.ZodEnum<{
|
|
19430
|
+
first: "first";
|
|
19431
|
+
}>>;
|
|
19432
|
+
connections: z$1.ZodArray<z$1.ZodObject<{
|
|
19433
|
+
type: z$1.ZodLiteral<"vault">;
|
|
19434
|
+
connection: z$1.ZodString;
|
|
19435
|
+
}, z$1.core.$strip>>;
|
|
19436
|
+
}, z$1.core.$strip>;
|
|
19437
|
+
config: z$1.ZodObject<{
|
|
19438
|
+
query: z$1.ZodString;
|
|
19439
|
+
limit: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
19440
|
+
page_number: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodCoercedNumber<unknown>>>>;
|
|
19441
|
+
}, z$1.core.$strip>;
|
|
19347
19442
|
}, z$1.core.$strip>], string>>;
|
|
19348
19443
|
pagination_type: z$1.ZodNullable<z$1.ZodEnum<{
|
|
19349
19444
|
cursor: "cursor";
|
|
@@ -19410,12 +19505,12 @@ declare function getSearchEntry(searchId: SearchId): SearchDef<any>;
|
|
|
19410
19505
|
declare function getInitialSearchTableData(category: SearchCategory | null): SearchCatalogTableData[];
|
|
19411
19506
|
declare function getDefaultSearchOutputFields(searchId: SearchId): string[];
|
|
19412
19507
|
declare function getSearchTableDataAggregates(initialTableData: SearchCatalogTableData[], category: SearchCategory | null): {
|
|
19413
|
-
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" | "sheet:rows@1")[]>;
|
|
19414
|
-
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" | "sheet:rows@1")[]>;
|
|
19415
|
-
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" | "sheet:rows@1")[]>;
|
|
19416
|
-
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" | "sheet:rows@1")[]][];
|
|
19417
|
-
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" | "sheet:rows@1")[]][];
|
|
19418
|
-
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" | "sheet:rows@1")[]][];
|
|
19508
|
+
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" | "sheet:rows@1" | "query:postgres@1")[]>;
|
|
19509
|
+
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" | "sheet:rows@1" | "query:postgres@1")[]>;
|
|
19510
|
+
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" | "sheet:rows@1" | "query:postgres@1")[]>;
|
|
19511
|
+
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" | "sheet:rows@1" | "query:postgres@1")[]][];
|
|
19512
|
+
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" | "sheet:rows@1" | "query:postgres@1")[]][];
|
|
19513
|
+
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" | "sheet:rows@1" | "query:postgres@1")[]][];
|
|
19419
19514
|
searchEntriesByBaseSearch: Record<string, SearchMetaEntryWithId[]>;
|
|
19420
19515
|
};
|
|
19421
19516
|
declare function getStartingCostPerSearchProvider(search_id: SearchId): {
|
|
@@ -21985,6 +22080,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
21985
22080
|
amplemarket: "amplemarket";
|
|
21986
22081
|
parallel: "parallel";
|
|
21987
22082
|
luma: "luma";
|
|
22083
|
+
postgres: "postgres";
|
|
21988
22084
|
}>;
|
|
21989
22085
|
}, z$1.core.$strip>>;
|
|
21990
22086
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -22015,6 +22111,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
22015
22111
|
amplemarket: "amplemarket";
|
|
22016
22112
|
parallel: "parallel";
|
|
22017
22113
|
luma: "luma";
|
|
22114
|
+
postgres: "postgres";
|
|
22018
22115
|
}>>;
|
|
22019
22116
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
22020
22117
|
pipe0: "pipe0";
|
|
@@ -22044,6 +22141,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
22044
22141
|
amplemarket: "amplemarket";
|
|
22045
22142
|
parallel: "parallel";
|
|
22046
22143
|
luma: "luma";
|
|
22144
|
+
postgres: "postgres";
|
|
22047
22145
|
}>>;
|
|
22048
22146
|
}, z$1.core.$strip>>>;
|
|
22049
22147
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -22239,6 +22337,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
22239
22337
|
amplemarket: "amplemarket";
|
|
22240
22338
|
parallel: "parallel";
|
|
22241
22339
|
luma: "luma";
|
|
22340
|
+
postgres: "postgres";
|
|
22242
22341
|
}>;
|
|
22243
22342
|
}, z$1.core.$strip>>;
|
|
22244
22343
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -22269,6 +22368,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
22269
22368
|
amplemarket: "amplemarket";
|
|
22270
22369
|
parallel: "parallel";
|
|
22271
22370
|
luma: "luma";
|
|
22371
|
+
postgres: "postgres";
|
|
22272
22372
|
}>>;
|
|
22273
22373
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
22274
22374
|
pipe0: "pipe0";
|
|
@@ -22298,6 +22398,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
22298
22398
|
amplemarket: "amplemarket";
|
|
22299
22399
|
parallel: "parallel";
|
|
22300
22400
|
luma: "luma";
|
|
22401
|
+
postgres: "postgres";
|
|
22301
22402
|
}>>;
|
|
22302
22403
|
}, z$1.core.$strip>>>;
|
|
22303
22404
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -22543,6 +22644,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
22543
22644
|
amplemarket: "amplemarket";
|
|
22544
22645
|
parallel: "parallel";
|
|
22545
22646
|
luma: "luma";
|
|
22647
|
+
postgres: "postgres";
|
|
22546
22648
|
}>;
|
|
22547
22649
|
}, z$1.core.$strip>>;
|
|
22548
22650
|
available_providers: z$1.ZodArray<z$1.ZodEnum<{
|
|
@@ -22573,6 +22675,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
22573
22675
|
amplemarket: "amplemarket";
|
|
22574
22676
|
parallel: "parallel";
|
|
22575
22677
|
luma: "luma";
|
|
22678
|
+
postgres: "postgres";
|
|
22576
22679
|
}>>;
|
|
22577
22680
|
successful_provider: z$1.ZodOptional<z$1.ZodEnum<{
|
|
22578
22681
|
pipe0: "pipe0";
|
|
@@ -22602,6 +22705,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
22602
22705
|
amplemarket: "amplemarket";
|
|
22603
22706
|
parallel: "parallel";
|
|
22604
22707
|
luma: "luma";
|
|
22708
|
+
postgres: "postgres";
|
|
22605
22709
|
}>>;
|
|
22606
22710
|
}, z$1.core.$strip>>>;
|
|
22607
22711
|
icon: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -39727,6 +39831,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
39727
39831
|
amplemarket: "amplemarket";
|
|
39728
39832
|
parallel: "parallel";
|
|
39729
39833
|
luma: "luma";
|
|
39834
|
+
postgres: "postgres";
|
|
39730
39835
|
}>;
|
|
39731
39836
|
}, z.core.$strip>>;
|
|
39732
39837
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -39757,6 +39862,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
39757
39862
|
amplemarket: "amplemarket";
|
|
39758
39863
|
parallel: "parallel";
|
|
39759
39864
|
luma: "luma";
|
|
39865
|
+
postgres: "postgres";
|
|
39760
39866
|
}>>;
|
|
39761
39867
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
39762
39868
|
pipe0: "pipe0";
|
|
@@ -39786,6 +39892,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
39786
39892
|
amplemarket: "amplemarket";
|
|
39787
39893
|
parallel: "parallel";
|
|
39788
39894
|
luma: "luma";
|
|
39895
|
+
postgres: "postgres";
|
|
39789
39896
|
}>>;
|
|
39790
39897
|
}, z.core.$strip>>>;
|
|
39791
39898
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -45773,6 +45880,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
45773
45880
|
amplemarket: "amplemarket";
|
|
45774
45881
|
parallel: "parallel";
|
|
45775
45882
|
luma: "luma";
|
|
45883
|
+
postgres: "postgres";
|
|
45776
45884
|
}>;
|
|
45777
45885
|
}, z.core.$strip>>;
|
|
45778
45886
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -45803,6 +45911,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
45803
45911
|
amplemarket: "amplemarket";
|
|
45804
45912
|
parallel: "parallel";
|
|
45805
45913
|
luma: "luma";
|
|
45914
|
+
postgres: "postgres";
|
|
45806
45915
|
}>>;
|
|
45807
45916
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
45808
45917
|
pipe0: "pipe0";
|
|
@@ -45832,6 +45941,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
45832
45941
|
amplemarket: "amplemarket";
|
|
45833
45942
|
parallel: "parallel";
|
|
45834
45943
|
luma: "luma";
|
|
45944
|
+
postgres: "postgres";
|
|
45835
45945
|
}>>;
|
|
45836
45946
|
}, z.core.$strip>>>;
|
|
45837
45947
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -48761,10 +48871,10 @@ declare function markRecordFieldAsComplete({
|
|
|
48761
48871
|
} | undefined;
|
|
48762
48872
|
waterfall?: {
|
|
48763
48873
|
attempted_providers: {
|
|
48764
|
-
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";
|
|
48874
|
+
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" | "postgres";
|
|
48765
48875
|
}[];
|
|
48766
|
-
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")[];
|
|
48767
|
-
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;
|
|
48876
|
+
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" | "postgres")[];
|
|
48877
|
+
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" | "postgres" | undefined;
|
|
48768
48878
|
} | undefined;
|
|
48769
48879
|
icon?: {
|
|
48770
48880
|
key: "linkedin" | "job";
|
|
@@ -48825,10 +48935,10 @@ declare function markRecordFieldAsPending({
|
|
|
48825
48935
|
} | undefined;
|
|
48826
48936
|
waterfall?: {
|
|
48827
48937
|
attempted_providers: {
|
|
48828
|
-
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";
|
|
48938
|
+
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" | "postgres";
|
|
48829
48939
|
}[];
|
|
48830
|
-
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")[];
|
|
48831
|
-
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;
|
|
48940
|
+
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" | "postgres")[];
|
|
48941
|
+
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" | "postgres" | undefined;
|
|
48832
48942
|
} | undefined;
|
|
48833
48943
|
icon?: {
|
|
48834
48944
|
key: "linkedin" | "job";
|
|
@@ -48895,10 +49005,10 @@ declare function markRecordFieldAsNoResult({
|
|
|
48895
49005
|
} | undefined;
|
|
48896
49006
|
waterfall?: {
|
|
48897
49007
|
attempted_providers: {
|
|
48898
|
-
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";
|
|
49008
|
+
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" | "postgres";
|
|
48899
49009
|
}[];
|
|
48900
|
-
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")[];
|
|
48901
|
-
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;
|
|
49010
|
+
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" | "postgres")[];
|
|
49011
|
+
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" | "postgres" | undefined;
|
|
48902
49012
|
} | undefined;
|
|
48903
49013
|
icon?: {
|
|
48904
49014
|
key: "linkedin" | "job";
|
|
@@ -48955,10 +49065,10 @@ declare function markRecordFieldAsFailed(field: RecordField, reason: FieldReason
|
|
|
48955
49065
|
} | undefined;
|
|
48956
49066
|
waterfall?: {
|
|
48957
49067
|
attempted_providers: {
|
|
48958
|
-
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";
|
|
49068
|
+
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" | "postgres";
|
|
48959
49069
|
}[];
|
|
48960
|
-
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")[];
|
|
48961
|
-
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;
|
|
49070
|
+
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" | "postgres")[];
|
|
49071
|
+
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" | "postgres" | undefined;
|
|
48962
49072
|
} | undefined;
|
|
48963
49073
|
icon?: {
|
|
48964
49074
|
key: "linkedin" | "job";
|
|
@@ -49015,10 +49125,10 @@ declare function markRecordFieldAsSkipped(field: RecordField, reason: FieldReaso
|
|
|
49015
49125
|
} | undefined;
|
|
49016
49126
|
waterfall?: {
|
|
49017
49127
|
attempted_providers: {
|
|
49018
|
-
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";
|
|
49128
|
+
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" | "postgres";
|
|
49019
49129
|
}[];
|
|
49020
|
-
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")[];
|
|
49021
|
-
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;
|
|
49130
|
+
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" | "postgres")[];
|
|
49131
|
+
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" | "postgres" | undefined;
|
|
49022
49132
|
} | undefined;
|
|
49023
49133
|
icon?: {
|
|
49024
49134
|
key: "linkedin" | "job";
|
|
@@ -49075,10 +49185,10 @@ declare function markRecordFieldAsProcessing(field: RecordField): {
|
|
|
49075
49185
|
} | undefined;
|
|
49076
49186
|
waterfall?: {
|
|
49077
49187
|
attempted_providers: {
|
|
49078
|
-
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";
|
|
49188
|
+
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" | "postgres";
|
|
49079
49189
|
}[];
|
|
49080
|
-
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")[];
|
|
49081
|
-
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;
|
|
49190
|
+
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" | "postgres")[];
|
|
49191
|
+
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" | "postgres" | undefined;
|
|
49082
49192
|
} | undefined;
|
|
49083
49193
|
icon?: {
|
|
49084
49194
|
key: "linkedin" | "job";
|
|
@@ -49574,10 +49684,10 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
|
|
|
49574
49684
|
} | undefined;
|
|
49575
49685
|
waterfall?: {
|
|
49576
49686
|
attempted_providers: {
|
|
49577
|
-
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";
|
|
49687
|
+
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" | "postgres";
|
|
49578
49688
|
}[];
|
|
49579
|
-
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")[];
|
|
49580
|
-
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;
|
|
49689
|
+
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" | "postgres")[];
|
|
49690
|
+
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" | "postgres" | undefined;
|
|
49581
49691
|
} | undefined;
|
|
49582
49692
|
icon?: {
|
|
49583
49693
|
key: "linkedin" | "job";
|
|
@@ -49634,10 +49744,10 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
|
|
|
49634
49744
|
} | undefined;
|
|
49635
49745
|
waterfall?: {
|
|
49636
49746
|
attempted_providers: {
|
|
49637
|
-
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";
|
|
49747
|
+
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" | "postgres";
|
|
49638
49748
|
}[];
|
|
49639
|
-
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")[];
|
|
49640
|
-
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;
|
|
49749
|
+
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" | "postgres")[];
|
|
49750
|
+
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" | "postgres" | undefined;
|
|
49641
49751
|
} | undefined;
|
|
49642
49752
|
icon?: {
|
|
49643
49753
|
key: "linkedin" | "job";
|
|
@@ -49697,10 +49807,10 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
|
|
|
49697
49807
|
} | undefined;
|
|
49698
49808
|
waterfall?: {
|
|
49699
49809
|
attempted_providers: {
|
|
49700
|
-
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
|
+
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" | "postgres";
|
|
49701
49811
|
}[];
|
|
49702
|
-
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")[];
|
|
49703
|
-
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;
|
|
49812
|
+
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" | "postgres")[];
|
|
49813
|
+
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" | "postgres" | undefined;
|
|
49704
49814
|
} | undefined;
|
|
49705
49815
|
icon?: {
|
|
49706
49816
|
key: "linkedin" | "job";
|
|
@@ -49757,10 +49867,10 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
|
|
|
49757
49867
|
} | undefined;
|
|
49758
49868
|
waterfall?: {
|
|
49759
49869
|
attempted_providers: {
|
|
49760
|
-
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";
|
|
49870
|
+
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" | "postgres";
|
|
49761
49871
|
}[];
|
|
49762
|
-
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")[];
|
|
49763
|
-
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;
|
|
49872
|
+
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" | "postgres")[];
|
|
49873
|
+
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" | "postgres" | undefined;
|
|
49764
49874
|
} | undefined;
|
|
49765
49875
|
icon?: {
|
|
49766
49876
|
key: "linkedin" | "job";
|
|
@@ -49820,10 +49930,10 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
|
|
|
49820
49930
|
} | undefined;
|
|
49821
49931
|
waterfall?: {
|
|
49822
49932
|
attempted_providers: {
|
|
49823
|
-
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";
|
|
49933
|
+
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" | "postgres";
|
|
49824
49934
|
}[];
|
|
49825
|
-
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")[];
|
|
49826
|
-
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;
|
|
49935
|
+
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" | "postgres")[];
|
|
49936
|
+
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" | "postgres" | undefined;
|
|
49827
49937
|
} | undefined;
|
|
49828
49938
|
icon?: {
|
|
49829
49939
|
key: "linkedin" | "job";
|
|
@@ -49880,10 +49990,10 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
|
|
|
49880
49990
|
} | undefined;
|
|
49881
49991
|
waterfall?: {
|
|
49882
49992
|
attempted_providers: {
|
|
49883
|
-
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";
|
|
49993
|
+
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" | "postgres";
|
|
49884
49994
|
}[];
|
|
49885
|
-
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")[];
|
|
49886
|
-
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;
|
|
49995
|
+
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" | "postgres")[];
|
|
49996
|
+
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" | "postgres" | undefined;
|
|
49887
49997
|
} | undefined;
|
|
49888
49998
|
icon?: {
|
|
49889
49999
|
key: "linkedin" | "job";
|
|
@@ -49926,7 +50036,7 @@ type ProviderCatalogEntry = {
|
|
|
49926
50036
|
description: string;
|
|
49927
50037
|
public: boolean;
|
|
49928
50038
|
url: string;
|
|
49929
|
-
connectionType: "api_key" | "oauth_token" | "oauth_token_bundle";
|
|
50039
|
+
connectionType: "api_key" | "oauth_token" | "oauth_token_bundle" | "connection_string";
|
|
49930
50040
|
hasManagedConnections: boolean;
|
|
49931
50041
|
allowsUserConnections: boolean;
|
|
49932
50042
|
oAuthConfig: object | null;
|
|
@@ -50364,11 +50474,27 @@ declare const providerCatalog: {
|
|
|
50364
50474
|
};
|
|
50365
50475
|
readonly oAuthConfig: null;
|
|
50366
50476
|
};
|
|
50477
|
+
readonly postgres: {
|
|
50478
|
+
readonly name: "postgres";
|
|
50479
|
+
readonly label: "PostgreSQL";
|
|
50480
|
+
readonly description: "Connect your own PostgreSQL database and query it read-only.";
|
|
50481
|
+
readonly url: "https://www.postgresql.org";
|
|
50482
|
+
readonly public: true;
|
|
50483
|
+
readonly hasManagedConnections: false;
|
|
50484
|
+
readonly allowsUserConnections: true;
|
|
50485
|
+
readonly connectionType: "connection_string";
|
|
50486
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon";
|
|
50487
|
+
readonly background: {
|
|
50488
|
+
readonly light: "#DCE9F5";
|
|
50489
|
+
readonly dark: "#0B2A45";
|
|
50490
|
+
};
|
|
50491
|
+
readonly oAuthConfig: null;
|
|
50492
|
+
};
|
|
50367
50493
|
};
|
|
50368
50494
|
//#endregion
|
|
50369
50495
|
//#region src/providers/provider-utils.d.ts
|
|
50370
50496
|
declare function getProviderEntry(providerName: ProviderName): {
|
|
50371
|
-
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";
|
|
50497
|
+
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" | "postgres";
|
|
50372
50498
|
name: "pipe0";
|
|
50373
50499
|
label: "pipe0";
|
|
50374
50500
|
description: "A framework for lead and company data enrichment.";
|
|
@@ -50384,7 +50510,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50384
50510
|
};
|
|
50385
50511
|
oAuthConfig: null;
|
|
50386
50512
|
} | {
|
|
50387
|
-
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";
|
|
50513
|
+
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" | "postgres";
|
|
50388
50514
|
name: "findymail";
|
|
50389
50515
|
label: "FindyMail";
|
|
50390
50516
|
description: "Find verified emails.";
|
|
@@ -50400,7 +50526,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50400
50526
|
readonly dark: "#143822";
|
|
50401
50527
|
};
|
|
50402
50528
|
} | {
|
|
50403
|
-
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";
|
|
50529
|
+
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" | "postgres";
|
|
50404
50530
|
name: "hunter";
|
|
50405
50531
|
label: "HunterMail";
|
|
50406
50532
|
description: "Find email addresses and send cold emails";
|
|
@@ -50416,7 +50542,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50416
50542
|
readonly dark: "#3D1F0C";
|
|
50417
50543
|
};
|
|
50418
50544
|
} | {
|
|
50419
|
-
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";
|
|
50545
|
+
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" | "postgres";
|
|
50420
50546
|
name: "zerobounce";
|
|
50421
50547
|
label: "ZeroBounce";
|
|
50422
50548
|
description: "Email validation tools and email list cleaning";
|
|
@@ -50432,7 +50558,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50432
50558
|
};
|
|
50433
50559
|
oAuthConfig: null;
|
|
50434
50560
|
} | {
|
|
50435
|
-
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";
|
|
50561
|
+
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" | "postgres";
|
|
50436
50562
|
name: "googlemaps";
|
|
50437
50563
|
label: "Google Maps";
|
|
50438
50564
|
description: "A map service by Google";
|
|
@@ -50448,7 +50574,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50448
50574
|
};
|
|
50449
50575
|
oAuthConfig: null;
|
|
50450
50576
|
} | {
|
|
50451
|
-
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";
|
|
50577
|
+
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" | "postgres";
|
|
50452
50578
|
name: "leadmagic";
|
|
50453
50579
|
label: "LeadMagic";
|
|
50454
50580
|
description: "Enrichment provider";
|
|
@@ -50464,7 +50590,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50464
50590
|
};
|
|
50465
50591
|
oAuthConfig: null;
|
|
50466
50592
|
} | {
|
|
50467
|
-
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";
|
|
50593
|
+
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" | "postgres";
|
|
50468
50594
|
name: "builtwith";
|
|
50469
50595
|
label: "BuiltWith";
|
|
50470
50596
|
description: "BuiltWith tracks over 2500 eCommerce technologies across over 26 million eCommerce websites.";
|
|
@@ -50480,7 +50606,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50480
50606
|
};
|
|
50481
50607
|
oAuthConfig: null;
|
|
50482
50608
|
} | {
|
|
50483
|
-
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";
|
|
50609
|
+
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" | "postgres";
|
|
50484
50610
|
name: "perplexity";
|
|
50485
50611
|
label: "Perplexity";
|
|
50486
50612
|
description: "AI search company";
|
|
@@ -50496,7 +50622,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50496
50622
|
};
|
|
50497
50623
|
oAuthConfig: null;
|
|
50498
50624
|
} | {
|
|
50499
|
-
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";
|
|
50625
|
+
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" | "postgres";
|
|
50500
50626
|
name: "serper";
|
|
50501
50627
|
label: "Serper";
|
|
50502
50628
|
description: "The World's Fastest & Cheapest Google Search API";
|
|
@@ -50512,7 +50638,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50512
50638
|
};
|
|
50513
50639
|
oAuthConfig: null;
|
|
50514
50640
|
} | {
|
|
50515
|
-
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";
|
|
50641
|
+
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" | "postgres";
|
|
50516
50642
|
name: "icypeas";
|
|
50517
50643
|
label: "Icypeas";
|
|
50518
50644
|
description: "A popular data catalog";
|
|
@@ -50528,7 +50654,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50528
50654
|
};
|
|
50529
50655
|
oAuthConfig: null;
|
|
50530
50656
|
} | {
|
|
50531
|
-
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";
|
|
50657
|
+
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" | "postgres";
|
|
50532
50658
|
name: "prospeo";
|
|
50533
50659
|
label: "Prospeo";
|
|
50534
50660
|
description: "Find anyone’s contact data.";
|
|
@@ -50544,7 +50670,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50544
50670
|
};
|
|
50545
50671
|
oAuthConfig: null;
|
|
50546
50672
|
} | {
|
|
50547
|
-
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";
|
|
50673
|
+
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" | "postgres";
|
|
50548
50674
|
name: "gemini";
|
|
50549
50675
|
label: "Gemini";
|
|
50550
50676
|
description: "Google's AI service";
|
|
@@ -50560,7 +50686,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50560
50686
|
};
|
|
50561
50687
|
oAuthConfig: null;
|
|
50562
50688
|
} | {
|
|
50563
|
-
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";
|
|
50689
|
+
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" | "postgres";
|
|
50564
50690
|
name: "slack";
|
|
50565
50691
|
label: "Slack";
|
|
50566
50692
|
description: "A modern business chat application.";
|
|
@@ -50576,7 +50702,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50576
50702
|
};
|
|
50577
50703
|
oAuthConfig: {};
|
|
50578
50704
|
} | {
|
|
50579
|
-
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";
|
|
50705
|
+
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" | "postgres";
|
|
50580
50706
|
name: "companyenrich";
|
|
50581
50707
|
label: "CompanyEnrich";
|
|
50582
50708
|
description: "A company enrichment service.";
|
|
@@ -50592,7 +50718,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50592
50718
|
};
|
|
50593
50719
|
oAuthConfig: {};
|
|
50594
50720
|
} | {
|
|
50595
|
-
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";
|
|
50721
|
+
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" | "postgres";
|
|
50596
50722
|
name: "mixrank";
|
|
50597
50723
|
label: "MixRank";
|
|
50598
50724
|
description: "Ultra-high-frequency technographic and people data for your data teams.";
|
|
@@ -50608,7 +50734,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50608
50734
|
readonly dark: "#3A1D08";
|
|
50609
50735
|
};
|
|
50610
50736
|
} | {
|
|
50611
|
-
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";
|
|
50737
|
+
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" | "postgres";
|
|
50612
50738
|
name: "clado";
|
|
50613
50739
|
label: "Clado";
|
|
50614
50740
|
description: "A data provider deploying 10^5 AI agents to find contact information.";
|
|
@@ -50624,7 +50750,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50624
50750
|
};
|
|
50625
50751
|
oAuthConfig: null;
|
|
50626
50752
|
} | {
|
|
50627
|
-
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";
|
|
50753
|
+
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" | "postgres";
|
|
50628
50754
|
name: "gmail";
|
|
50629
50755
|
label: "Gmail";
|
|
50630
50756
|
description: "Google's email service";
|
|
@@ -50640,7 +50766,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50640
50766
|
};
|
|
50641
50767
|
oAuthConfig: {};
|
|
50642
50768
|
} | {
|
|
50643
|
-
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";
|
|
50769
|
+
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" | "postgres";
|
|
50644
50770
|
name: "resend";
|
|
50645
50771
|
label: "Resend";
|
|
50646
50772
|
description: "An email platform built for developers.";
|
|
@@ -50656,7 +50782,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50656
50782
|
};
|
|
50657
50783
|
oAuthConfig: null;
|
|
50658
50784
|
} | {
|
|
50659
|
-
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";
|
|
50785
|
+
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" | "postgres";
|
|
50660
50786
|
name: "firecrawl";
|
|
50661
50787
|
label: "Firecrawl";
|
|
50662
50788
|
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.";
|
|
@@ -50672,7 +50798,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50672
50798
|
};
|
|
50673
50799
|
oAuthConfig: null;
|
|
50674
50800
|
} | {
|
|
50675
|
-
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";
|
|
50801
|
+
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" | "postgres";
|
|
50676
50802
|
name: "exa";
|
|
50677
50803
|
label: "Exa";
|
|
50678
50804
|
description: "Exa is a search engine built for AI.";
|
|
@@ -50688,7 +50814,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50688
50814
|
};
|
|
50689
50815
|
oAuthConfig: null;
|
|
50690
50816
|
} | {
|
|
50691
|
-
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";
|
|
50817
|
+
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" | "postgres";
|
|
50692
50818
|
name: "openai";
|
|
50693
50819
|
label: "OpenAI";
|
|
50694
50820
|
description: "Foundational AI company based out of San Francisco.";
|
|
@@ -50704,7 +50830,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50704
50830
|
};
|
|
50705
50831
|
oAuthConfig: null;
|
|
50706
50832
|
} | {
|
|
50707
|
-
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";
|
|
50833
|
+
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" | "postgres";
|
|
50708
50834
|
name: "millionverifier";
|
|
50709
50835
|
label: "MillionVerifier";
|
|
50710
50836
|
description: "E-Mail validation service.";
|
|
@@ -50720,7 +50846,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50720
50846
|
};
|
|
50721
50847
|
oAuthConfig: null;
|
|
50722
50848
|
} | {
|
|
50723
|
-
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";
|
|
50849
|
+
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" | "postgres";
|
|
50724
50850
|
name: "logodev";
|
|
50725
50851
|
label: "Logo.dev";
|
|
50726
50852
|
description: "Every company logo, one simple API.";
|
|
@@ -50736,7 +50862,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50736
50862
|
};
|
|
50737
50863
|
oAuthConfig: null;
|
|
50738
50864
|
} | {
|
|
50739
|
-
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";
|
|
50865
|
+
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" | "postgres";
|
|
50740
50866
|
name: "crustdata";
|
|
50741
50867
|
label: "Crustdata";
|
|
50742
50868
|
description: "Real-time company & people data";
|
|
@@ -50752,7 +50878,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50752
50878
|
};
|
|
50753
50879
|
oAuthConfig: null;
|
|
50754
50880
|
} | {
|
|
50755
|
-
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";
|
|
50881
|
+
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" | "postgres";
|
|
50756
50882
|
name: "amplemarket";
|
|
50757
50883
|
label: "Amplemarket";
|
|
50758
50884
|
description: "Sales data platform";
|
|
@@ -50768,7 +50894,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50768
50894
|
};
|
|
50769
50895
|
oAuthConfig: null;
|
|
50770
50896
|
} | {
|
|
50771
|
-
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";
|
|
50897
|
+
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" | "postgres";
|
|
50772
50898
|
name: "parallel";
|
|
50773
50899
|
label: "Parallel";
|
|
50774
50900
|
description: "Agentic web search & research APIs purpose-built for AI agents.";
|
|
@@ -50784,7 +50910,7 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50784
50910
|
};
|
|
50785
50911
|
oAuthConfig: null;
|
|
50786
50912
|
} | {
|
|
50787
|
-
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";
|
|
50913
|
+
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" | "postgres";
|
|
50788
50914
|
name: "luma";
|
|
50789
50915
|
label: "Luma";
|
|
50790
50916
|
description: "Delightful events, calendars, and ticketing for communities.";
|
|
@@ -50799,6 +50925,22 @@ declare function getProviderEntry(providerName: ProviderName): {
|
|
|
50799
50925
|
readonly dark: "#3A1F0F";
|
|
50800
50926
|
};
|
|
50801
50927
|
oAuthConfig: null;
|
|
50928
|
+
} | {
|
|
50929
|
+
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" | "postgres";
|
|
50930
|
+
name: "postgres";
|
|
50931
|
+
label: "PostgreSQL";
|
|
50932
|
+
description: "Connect your own PostgreSQL database and query it read-only.";
|
|
50933
|
+
url: "https://www.postgresql.org";
|
|
50934
|
+
public: true;
|
|
50935
|
+
hasManagedConnections: false;
|
|
50936
|
+
allowsUserConnections: true;
|
|
50937
|
+
connectionType: "connection_string";
|
|
50938
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/eb8b2802-8280-45c3-ee08-a24aad6a0a00/icon";
|
|
50939
|
+
background: {
|
|
50940
|
+
readonly light: "#DCE9F5";
|
|
50941
|
+
readonly dark: "#0B2A45";
|
|
50942
|
+
};
|
|
50943
|
+
oAuthConfig: null;
|
|
50802
50944
|
};
|
|
50803
50945
|
//#endregion
|
|
50804
50946
|
//#region src/sandbox.d.ts
|
|
@@ -51008,7 +51150,7 @@ declare function configDefaults<T extends Record<string, any> | null | undefined
|
|
|
51008
51150
|
//#endregion
|
|
51009
51151
|
//#region src/utils/connection-id.d.ts
|
|
51010
51152
|
declare function splitConnectionString(connection: string): {
|
|
51011
|
-
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";
|
|
51153
|
+
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" | "postgres";
|
|
51012
51154
|
id: string;
|
|
51013
51155
|
};
|
|
51014
51156
|
declare function joinConnectionString(connection: {
|