@pipe0/ops 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +47 -34
- package/dist/fields/field-catalog.d.ts +15 -0
- package/dist/fields/json-meta/fields/person-reverse-match.d.ts +1 -0
- package/dist/fields/types.d.ts +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3333 -2858
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +4 -4
- package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +8 -8
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +9 -9
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +5 -5
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/people-identity-email-waterfall-1.d.ts +305 -0
- package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/people-name-split-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +27 -11
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +9 -9
- package/dist/pipes/catalog/entries/people-posts-crustdata-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +5 -5
- package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +220 -0
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/people-workemail-profileurl-waterfall-1.d.ts +295 -0
- package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +41 -7
- package/dist/pipes/catalog/pipe.d.ts +4 -4
- package/dist/pipes/catalog/pipes-catalog.d.ts +1640 -302
- package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
- package/dist/pipes/catalog/utils/index.d.ts +34 -34
- package/dist/pipes/providers/provider-catalog.d.ts +12 -0
- package/dist/pipes/providers/provider-utils.d.ts +34 -22
- package/dist/pipes/utils/pipes-utils.d.ts +30 -30
- package/dist/pipes/utils/schemas-primitives.d.ts +55 -1
- package/dist/pipes/utils/sheet-schemas-primitives.d.ts +751 -13
- package/dist/searches/catalog/entries/people-profiles-clado-2.d.ts +1 -1
- package/dist/searches/catalog/searches-catalog.d.ts +20 -2
- package/dist/utils/connection-id.d.ts +1 -1
- package/dist/utils/get-domain.d.ts +1 -0
- package/dist/utils/schemas.d.ts +4 -2
- package/package.json +2 -2
|
@@ -1112,7 +1112,7 @@ export declare const searchCatalog: {
|
|
|
1112
1112
|
allowsUserConnection: true;
|
|
1113
1113
|
lifecycle: null;
|
|
1114
1114
|
description: string;
|
|
1115
|
-
tags: "
|
|
1115
|
+
tags: "People Profiles"[];
|
|
1116
1116
|
docPath: string;
|
|
1117
1117
|
cost: {
|
|
1118
1118
|
mode: "per_page";
|
|
@@ -2224,6 +2224,9 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
2224
2224
|
"company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
|
|
2225
2225
|
"company:match:logodev@1": "company:match:logodev@1";
|
|
2226
2226
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
2227
|
+
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
2228
|
+
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
2229
|
+
"people:identity:workemail:waterfall@1": "people:identity:workemail:waterfall@1";
|
|
2227
2230
|
"company:identity@1": "company:identity@1";
|
|
2228
2231
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
2229
2232
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -2260,6 +2263,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
2260
2263
|
pipe0: "pipe0";
|
|
2261
2264
|
findymail: "findymail";
|
|
2262
2265
|
crustdata: "crustdata";
|
|
2266
|
+
hunter: "hunter";
|
|
2263
2267
|
zerobounce: "zerobounce";
|
|
2264
2268
|
millionverifier: "millionverifier";
|
|
2265
2269
|
googlemaps: "googlemaps";
|
|
@@ -2285,6 +2289,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
2285
2289
|
pipe0: "pipe0";
|
|
2286
2290
|
findymail: "findymail";
|
|
2287
2291
|
crustdata: "crustdata";
|
|
2292
|
+
hunter: "hunter";
|
|
2288
2293
|
zerobounce: "zerobounce";
|
|
2289
2294
|
millionverifier: "millionverifier";
|
|
2290
2295
|
googlemaps: "googlemaps";
|
|
@@ -2309,6 +2314,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
2309
2314
|
pipe0: "pipe0";
|
|
2310
2315
|
findymail: "findymail";
|
|
2311
2316
|
crustdata: "crustdata";
|
|
2317
|
+
hunter: "hunter";
|
|
2312
2318
|
zerobounce: "zerobounce";
|
|
2313
2319
|
millionverifier: "millionverifier";
|
|
2314
2320
|
googlemaps: "googlemaps";
|
|
@@ -2429,6 +2435,9 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
2429
2435
|
"company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
|
|
2430
2436
|
"company:match:logodev@1": "company:match:logodev@1";
|
|
2431
2437
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
2438
|
+
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
2439
|
+
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
2440
|
+
"people:identity:workemail:waterfall@1": "people:identity:workemail:waterfall@1";
|
|
2432
2441
|
"company:identity@1": "company:identity@1";
|
|
2433
2442
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
2434
2443
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -2465,6 +2474,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
2465
2474
|
pipe0: "pipe0";
|
|
2466
2475
|
findymail: "findymail";
|
|
2467
2476
|
crustdata: "crustdata";
|
|
2477
|
+
hunter: "hunter";
|
|
2468
2478
|
zerobounce: "zerobounce";
|
|
2469
2479
|
millionverifier: "millionverifier";
|
|
2470
2480
|
googlemaps: "googlemaps";
|
|
@@ -2490,6 +2500,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
2490
2500
|
pipe0: "pipe0";
|
|
2491
2501
|
findymail: "findymail";
|
|
2492
2502
|
crustdata: "crustdata";
|
|
2503
|
+
hunter: "hunter";
|
|
2493
2504
|
zerobounce: "zerobounce";
|
|
2494
2505
|
millionverifier: "millionverifier";
|
|
2495
2506
|
googlemaps: "googlemaps";
|
|
@@ -2514,6 +2525,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
2514
2525
|
pipe0: "pipe0";
|
|
2515
2526
|
findymail: "findymail";
|
|
2516
2527
|
crustdata: "crustdata";
|
|
2528
|
+
hunter: "hunter";
|
|
2517
2529
|
zerobounce: "zerobounce";
|
|
2518
2530
|
millionverifier: "millionverifier";
|
|
2519
2531
|
googlemaps: "googlemaps";
|
|
@@ -2684,6 +2696,9 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2684
2696
|
"company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
|
|
2685
2697
|
"company:match:logodev@1": "company:match:logodev@1";
|
|
2686
2698
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
2699
|
+
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
2700
|
+
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
2701
|
+
"people:identity:workemail:waterfall@1": "people:identity:workemail:waterfall@1";
|
|
2687
2702
|
"company:identity@1": "company:identity@1";
|
|
2688
2703
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
2689
2704
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -2720,6 +2735,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2720
2735
|
pipe0: "pipe0";
|
|
2721
2736
|
findymail: "findymail";
|
|
2722
2737
|
crustdata: "crustdata";
|
|
2738
|
+
hunter: "hunter";
|
|
2723
2739
|
zerobounce: "zerobounce";
|
|
2724
2740
|
millionverifier: "millionverifier";
|
|
2725
2741
|
googlemaps: "googlemaps";
|
|
@@ -2745,6 +2761,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2745
2761
|
pipe0: "pipe0";
|
|
2746
2762
|
findymail: "findymail";
|
|
2747
2763
|
crustdata: "crustdata";
|
|
2764
|
+
hunter: "hunter";
|
|
2748
2765
|
zerobounce: "zerobounce";
|
|
2749
2766
|
millionverifier: "millionverifier";
|
|
2750
2767
|
googlemaps: "googlemaps";
|
|
@@ -2769,6 +2786,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2769
2786
|
pipe0: "pipe0";
|
|
2770
2787
|
findymail: "findymail";
|
|
2771
2788
|
crustdata: "crustdata";
|
|
2789
|
+
hunter: "hunter";
|
|
2772
2790
|
zerobounce: "zerobounce";
|
|
2773
2791
|
millionverifier: "millionverifier";
|
|
2774
2792
|
googlemaps: "googlemaps";
|
|
@@ -3703,7 +3721,7 @@ export declare function getSearchEntry(searchId: SearchId): {
|
|
|
3703
3721
|
allowsUserConnection: true;
|
|
3704
3722
|
lifecycle: null;
|
|
3705
3723
|
description: string;
|
|
3706
|
-
tags: "
|
|
3724
|
+
tags: "People Profiles"[];
|
|
3707
3725
|
docPath: string;
|
|
3708
3726
|
cost: {
|
|
3709
3727
|
mode: "per_page";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare function splitConnectionString(connection: string): {
|
|
2
|
-
provider: "pipe0" | "findymail" | "crustdata" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev";
|
|
2
|
+
provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev";
|
|
3
3
|
id: string;
|
|
4
4
|
};
|
|
5
5
|
export declare function joinConnectionString(connection: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getDomain(url: string): string;
|
package/dist/utils/schemas.d.ts
CHANGED
|
@@ -89,6 +89,7 @@ export declare const FieldNameSchema: z.ZodEnum<{
|
|
|
89
89
|
crustdata_person_match: "crustdata_person_match";
|
|
90
90
|
post_list_string: "post_list_string";
|
|
91
91
|
crustdata_post_list: "crustdata_post_list";
|
|
92
|
+
crustdata_profile_match_score: "crustdata_profile_match_score";
|
|
92
93
|
professional_profile_url: "professional_profile_url";
|
|
93
94
|
professional_profile: "professional_profile";
|
|
94
95
|
company_social_url: "company_social_url";
|
|
@@ -99,6 +100,7 @@ export declare const ProviderNameSchema: z.ZodEnum<{
|
|
|
99
100
|
pipe0: "pipe0";
|
|
100
101
|
findymail: "findymail";
|
|
101
102
|
crustdata: "crustdata";
|
|
103
|
+
hunter: "hunter";
|
|
102
104
|
zerobounce: "zerobounce";
|
|
103
105
|
millionverifier: "millionverifier";
|
|
104
106
|
googlemaps: "googlemaps";
|
|
@@ -119,7 +121,7 @@ export declare const ProviderNameSchema: z.ZodEnum<{
|
|
|
119
121
|
companyenrich: "companyenrich";
|
|
120
122
|
logodev: "logodev";
|
|
121
123
|
}>;
|
|
122
|
-
export type ProviderRateLimitOperation = "pipe0_logic" | "pipe0_generic" | "pipe0-sheet-operation" | "pipe0_scraper" | "findymail_generic" | "findymail_email_lookup" | "findymail_phone_lookup" | "dropcontact_generic" | "hunter_generic" | "zerobounce_generic" | "millionverifier_generic" | "googlemaps_generic" | "gemini_25_flash_preview" | "gemini_20_flash" | "leadmagic_company_search" | "leadmagic_email_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" | "openai_gpt-5" | "openai_gpt-5-mini" | "company_enrich_generic" | "logodev_describe" | "crustdata_company_db_search" | "crustdata_people_db_search" | "crustdata_realtime_post_fetch";
|
|
124
|
+
export 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_25_flash_preview" | "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" | "openai_gpt-5" | "openai_gpt-5-mini" | "company_enrich_generic" | "logodev_describe" | "crustdata_company_db_search" | "crustdata_people_db_search" | "crustdata_realtime_post_fetch" | "crustdata_realtime_person_enrich";
|
|
123
125
|
export type ProviderName = z.infer<typeof ProviderNameSchema>;
|
|
124
126
|
export type ExternalProviderName = Exclude<ProviderName, "pipe0">;
|
|
125
|
-
export type BillableOperation = "builtwith-get-financial-profile1" | "pipe0-get-company-identity" | "pipe0-get-company-news-summary" | "pipe0-get-company-overview" | "gemini-flash-latest-prompt" | "prospeo-get-work-email" | "leadmagic-get-work-email" | "icypeas-get-work-email" | "pipe0-get-website-url" | "pipe0-extract-json" | "pipe0-is-workemail-check" | "pipe0-join-name" | "pipe0-split-name" | "leadmagic-mobile-from-profile" | "leadmagic-mobile-from-workemail" | "prospeo-mobile-from-profile" | "clado-personal-email-from-profile" | "leadmagic-personal-email-from-profile" | "leadmagic-find-role" | "findymail-find-role" | "icypeas-get-professional-profile" | "prospeo-get-professional-profile" | "clado-get-professional-profile" | "leadmagic-profile-url-from-email" | "pipe0-get-profileurl-from-name" | "pipe0-split-name" | "zerobounce-validate-email" | "millionverifier-validate-email" | "builtwith-get-technology-stack" | "send-email-resend" | "gemini-flash-latest-write-email" | "gemini-flash-latest-write-message" | "openai-gpt-latest-write-message" | "openai-gpt-mini-latest-write-message" | "send-message-slack" | "findymail-get-work-email" | "findymail-mobile-from-profile" | "get-company-funding-leadmagic" | "template-fill" | "send-email-gmail" | "pipe0-field-or" | "firecrawl-website-scrape" | "firecrawl-list-url-scrape" | "firecrawl-website-extract" | "firecrawl-website-maplinks" | "openai-gpt-latest-write-email" | "openai-gpt-mini-latest-write-email" | "openai-gpt-latest-prompt" | "openai-gpt-mini-latest-prompt" | "contact-create-resend" | "sheets-append-pipe0" | "sheets-appendexpand-pipe0" | "companyenrich_lookalike_result" | "logodev-company-describe" | "crustdata-single-post-fetch";
|
|
127
|
+
export type BillableOperation = "builtwith-get-financial-profile1" | "pipe0-get-company-identity" | "pipe0-get-company-news-summary" | "pipe0-get-company-overview" | "gemini-flash-latest-prompt" | "prospeo-get-work-email" | "leadmagic-get-work-email" | "icypeas-get-work-email" | "pipe0-get-website-url" | "pipe0-extract-json" | "pipe0-is-workemail-check" | "pipe0-join-name" | "pipe0-split-name" | "leadmagic-mobile-from-profile" | "leadmagic-mobile-from-workemail" | "prospeo-mobile-from-profile" | "clado-personal-email-from-profile" | "leadmagic-personal-email-from-profile" | "leadmagic-find-role" | "findymail-find-role" | "findymail-reverse-email-lookup" | "icypeas-get-professional-profile" | "prospeo-get-professional-profile" | "clado-get-professional-profile" | "leadmagic-profile-url-from-email" | "pipe0-get-profileurl-from-name" | "pipe0-split-name" | "zerobounce-validate-email" | "millionverifier-validate-email" | "builtwith-get-technology-stack" | "send-email-resend" | "gemini-flash-latest-write-email" | "gemini-flash-latest-write-message" | "openai-gpt-latest-write-message" | "openai-gpt-mini-latest-write-message" | "send-message-slack" | "findymail-get-work-email" | "findymail-mobile-from-profile" | "get-company-funding-leadmagic" | "template-fill" | "send-email-gmail" | "pipe0-field-or" | "firecrawl-website-scrape" | "firecrawl-list-url-scrape" | "firecrawl-website-extract" | "firecrawl-website-maplinks" | "openai-gpt-latest-write-email" | "openai-gpt-mini-latest-write-email" | "openai-gpt-latest-prompt" | "openai-gpt-mini-latest-prompt" | "contact-create-resend" | "sheets-append-pipe0" | "sheets-appendexpand-pipe0" | "companyenrich_lookalike_result" | "logodev-company-describe" | "crustdata-single-post-fetch" | "crustdata-reverse-email-lookup" | "crustdata-profile-from-workemail" | "crustdata-workemail-profileurl" | "leadmagic-workemail-profileurl" | "findymail-workemail-profileurl" | "hunter-workemail-profileurl" | "hunter-get-work-email" | "hunter-reverse-email-lookup" | "clado-mobile-from-profile" | "clado-workemail-profileurl";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipe0/ops",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"openapi-fetch": "^0.13.4",
|
|
47
47
|
"xxhash-wasm": "^1.1.0",
|
|
48
48
|
"zod": "4.1.12",
|
|
49
|
-
"@pipe0/client": "0.0.
|
|
49
|
+
"@pipe0/client": "0.0.9"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/json-schema": "^7.0.15",
|