@pipe0/ops 0.0.8 → 0.0.10
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 +16 -0
- package/dist/fields/field-catalog.d.ts +1496 -0
- package/dist/fields/json-meta/fields/amplemarket-person-match.d.ts +412 -0
- package/dist/fields/json-meta/fields/crustdata-companyenrich-match.d.ts +139 -0
- package/dist/form-generation/fields.d.ts +5 -5
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2542 -876
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-match-crustdata-1.d.ts +208 -0
- package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +6 -6
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/field-domainify-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/field-slugify-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-identity-amplemarket-1.d.ts +208 -0
- package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-name-split-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-posts-crustdata-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/{sheet-append-1.d.ts → sheet-row-append-1.d.ts} +6 -6
- package/dist/pipes/catalog/entries/sheet-row-append-sheet-1.d.ts +217 -0
- package/dist/pipes/catalog/entries/{sheet-expandappend-1.d.ts → sheet-row-expandappend-1.d.ts} +5 -5
- package/dist/pipes/catalog/pipe.d.ts +688 -3
- package/dist/pipes/catalog/pipes-catalog.d.ts +1925 -301
- package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
- package/dist/pipes/catalog/utils/index.d.ts +33 -33
- package/dist/pipes/pipes-validator/transform-into-response.d.ts +5 -0
- package/dist/pipes/providers/provider-catalog.d.ts +12 -0
- package/dist/pipes/providers/provider-utils.d.ts +35 -23
- package/dist/pipes/utils/pipes-utils.d.ts +30 -30
- package/dist/pipes/utils/schemas-primitives.d.ts +107 -27
- package/dist/pipes/utils/sheet-schemas-primitives.d.ts +1042 -62
- package/dist/searches/catalog/searches-catalog.d.ts +30 -6
- package/dist/test/setup.d.ts +1 -0
- package/dist/utils/connection-id.d.ts +1 -1
- package/dist/utils/extend-zod.d.ts +1 -0
- package/dist/utils/schemas.d.ts +11 -2
- package/package.json +5 -5
- package/dist/api/core-client.types.d.ts +0 -9259
|
@@ -2213,6 +2213,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
2213
2213
|
"template:fill@1": "template:fill@1";
|
|
2214
2214
|
"contact:create:resend@1": "contact:create:resend@1";
|
|
2215
2215
|
"people:match:role:waterfall@1": "people:match:role:waterfall@1";
|
|
2216
|
+
"people:identity:amplemarket@1": "people:identity:amplemarket@1";
|
|
2216
2217
|
"company:identity@2": "company:identity@2";
|
|
2217
2218
|
"people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
|
|
2218
2219
|
"people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
|
|
@@ -2223,18 +2224,22 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
2223
2224
|
"people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
|
|
2224
2225
|
"people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
|
|
2225
2226
|
"fields:merge@1": "fields:merge@1";
|
|
2227
|
+
"field:slugify@1": "field:slugify@1";
|
|
2228
|
+
"field:domainify@1": "field:domainify@1";
|
|
2226
2229
|
"website:scrape:firecrawl@1": "website:scrape:firecrawl@1";
|
|
2227
2230
|
"website:scrapelist:firecrawl@1": "website:scrapelist:firecrawl@1";
|
|
2228
2231
|
"website:extract:firecrawl@1": "website:extract:firecrawl@1";
|
|
2229
2232
|
"website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
|
|
2230
|
-
"sheet:append@1": "sheet:append@1";
|
|
2231
|
-
"sheet:expandappend@1": "sheet:expandappend@1";
|
|
2233
|
+
"sheet:row:append@1": "sheet:row:append@1";
|
|
2234
|
+
"sheet:row:expandappend@1": "sheet:row:expandappend@1";
|
|
2232
2235
|
"company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
|
|
2233
2236
|
"company:match:logodev@1": "company:match:logodev@1";
|
|
2234
2237
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
2238
|
+
"company:match:crustdata@1": "company:match:crustdata@1";
|
|
2235
2239
|
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
2236
2240
|
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
2237
2241
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
2242
|
+
"sheet:row:append:sheet@1": "sheet:row:append:sheet@1";
|
|
2238
2243
|
"company:identity@1": "company:identity@1";
|
|
2239
2244
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
2240
2245
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -2291,6 +2296,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
2291
2296
|
openai: "openai";
|
|
2292
2297
|
companyenrich: "companyenrich";
|
|
2293
2298
|
logodev: "logodev";
|
|
2299
|
+
amplemarket: "amplemarket";
|
|
2294
2300
|
}>;
|
|
2295
2301
|
}, z.core.$strip>>;
|
|
2296
2302
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -2317,6 +2323,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
2317
2323
|
openai: "openai";
|
|
2318
2324
|
companyenrich: "companyenrich";
|
|
2319
2325
|
logodev: "logodev";
|
|
2326
|
+
amplemarket: "amplemarket";
|
|
2320
2327
|
}>>;
|
|
2321
2328
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
2322
2329
|
pipe0: "pipe0";
|
|
@@ -2342,6 +2349,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
2342
2349
|
openai: "openai";
|
|
2343
2350
|
companyenrich: "companyenrich";
|
|
2344
2351
|
logodev: "logodev";
|
|
2352
|
+
amplemarket: "amplemarket";
|
|
2345
2353
|
}>>;
|
|
2346
2354
|
}, z.core.$strip>>>;
|
|
2347
2355
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -2424,6 +2432,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
2424
2432
|
"template:fill@1": "template:fill@1";
|
|
2425
2433
|
"contact:create:resend@1": "contact:create:resend@1";
|
|
2426
2434
|
"people:match:role:waterfall@1": "people:match:role:waterfall@1";
|
|
2435
|
+
"people:identity:amplemarket@1": "people:identity:amplemarket@1";
|
|
2427
2436
|
"company:identity@2": "company:identity@2";
|
|
2428
2437
|
"people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
|
|
2429
2438
|
"people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
|
|
@@ -2434,18 +2443,22 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
2434
2443
|
"people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
|
|
2435
2444
|
"people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
|
|
2436
2445
|
"fields:merge@1": "fields:merge@1";
|
|
2446
|
+
"field:slugify@1": "field:slugify@1";
|
|
2447
|
+
"field:domainify@1": "field:domainify@1";
|
|
2437
2448
|
"website:scrape:firecrawl@1": "website:scrape:firecrawl@1";
|
|
2438
2449
|
"website:scrapelist:firecrawl@1": "website:scrapelist:firecrawl@1";
|
|
2439
2450
|
"website:extract:firecrawl@1": "website:extract:firecrawl@1";
|
|
2440
2451
|
"website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
|
|
2441
|
-
"sheet:append@1": "sheet:append@1";
|
|
2442
|
-
"sheet:expandappend@1": "sheet:expandappend@1";
|
|
2452
|
+
"sheet:row:append@1": "sheet:row:append@1";
|
|
2453
|
+
"sheet:row:expandappend@1": "sheet:row:expandappend@1";
|
|
2443
2454
|
"company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
|
|
2444
2455
|
"company:match:logodev@1": "company:match:logodev@1";
|
|
2445
2456
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
2457
|
+
"company:match:crustdata@1": "company:match:crustdata@1";
|
|
2446
2458
|
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
2447
2459
|
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
2448
2460
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
2461
|
+
"sheet:row:append:sheet@1": "sheet:row:append:sheet@1";
|
|
2449
2462
|
"company:identity@1": "company:identity@1";
|
|
2450
2463
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
2451
2464
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -2502,6 +2515,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
2502
2515
|
openai: "openai";
|
|
2503
2516
|
companyenrich: "companyenrich";
|
|
2504
2517
|
logodev: "logodev";
|
|
2518
|
+
amplemarket: "amplemarket";
|
|
2505
2519
|
}>;
|
|
2506
2520
|
}, z.core.$strip>>;
|
|
2507
2521
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -2528,6 +2542,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
2528
2542
|
openai: "openai";
|
|
2529
2543
|
companyenrich: "companyenrich";
|
|
2530
2544
|
logodev: "logodev";
|
|
2545
|
+
amplemarket: "amplemarket";
|
|
2531
2546
|
}>>;
|
|
2532
2547
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
2533
2548
|
pipe0: "pipe0";
|
|
@@ -2553,6 +2568,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
2553
2568
|
openai: "openai";
|
|
2554
2569
|
companyenrich: "companyenrich";
|
|
2555
2570
|
logodev: "logodev";
|
|
2571
|
+
amplemarket: "amplemarket";
|
|
2556
2572
|
}>>;
|
|
2557
2573
|
}, z.core.$strip>>>;
|
|
2558
2574
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -2685,6 +2701,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2685
2701
|
"template:fill@1": "template:fill@1";
|
|
2686
2702
|
"contact:create:resend@1": "contact:create:resend@1";
|
|
2687
2703
|
"people:match:role:waterfall@1": "people:match:role:waterfall@1";
|
|
2704
|
+
"people:identity:amplemarket@1": "people:identity:amplemarket@1";
|
|
2688
2705
|
"company:identity@2": "company:identity@2";
|
|
2689
2706
|
"people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
|
|
2690
2707
|
"people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
|
|
@@ -2695,18 +2712,22 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2695
2712
|
"people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
|
|
2696
2713
|
"people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
|
|
2697
2714
|
"fields:merge@1": "fields:merge@1";
|
|
2715
|
+
"field:slugify@1": "field:slugify@1";
|
|
2716
|
+
"field:domainify@1": "field:domainify@1";
|
|
2698
2717
|
"website:scrape:firecrawl@1": "website:scrape:firecrawl@1";
|
|
2699
2718
|
"website:scrapelist:firecrawl@1": "website:scrapelist:firecrawl@1";
|
|
2700
2719
|
"website:extract:firecrawl@1": "website:extract:firecrawl@1";
|
|
2701
2720
|
"website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
|
|
2702
|
-
"sheet:append@1": "sheet:append@1";
|
|
2703
|
-
"sheet:expandappend@1": "sheet:expandappend@1";
|
|
2721
|
+
"sheet:row:append@1": "sheet:row:append@1";
|
|
2722
|
+
"sheet:row:expandappend@1": "sheet:row:expandappend@1";
|
|
2704
2723
|
"company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
|
|
2705
2724
|
"company:match:logodev@1": "company:match:logodev@1";
|
|
2706
2725
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
2726
|
+
"company:match:crustdata@1": "company:match:crustdata@1";
|
|
2707
2727
|
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
2708
2728
|
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
2709
2729
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
2730
|
+
"sheet:row:append:sheet@1": "sheet:row:append:sheet@1";
|
|
2710
2731
|
"company:identity@1": "company:identity@1";
|
|
2711
2732
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
2712
2733
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -2763,6 +2784,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2763
2784
|
openai: "openai";
|
|
2764
2785
|
companyenrich: "companyenrich";
|
|
2765
2786
|
logodev: "logodev";
|
|
2787
|
+
amplemarket: "amplemarket";
|
|
2766
2788
|
}>;
|
|
2767
2789
|
}, z.core.$strip>>;
|
|
2768
2790
|
available_providers: z.ZodArray<z.ZodEnum<{
|
|
@@ -2789,6 +2811,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2789
2811
|
openai: "openai";
|
|
2790
2812
|
companyenrich: "companyenrich";
|
|
2791
2813
|
logodev: "logodev";
|
|
2814
|
+
amplemarket: "amplemarket";
|
|
2792
2815
|
}>>;
|
|
2793
2816
|
successful_provider: z.ZodOptional<z.ZodEnum<{
|
|
2794
2817
|
pipe0: "pipe0";
|
|
@@ -2814,6 +2837,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2814
2837
|
openai: "openai";
|
|
2815
2838
|
companyenrich: "companyenrich";
|
|
2816
2839
|
logodev: "logodev";
|
|
2840
|
+
amplemarket: "amplemarket";
|
|
2817
2841
|
}>>;
|
|
2818
2842
|
}, z.core.$strip>>>;
|
|
2819
2843
|
icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "../utils/extend-zod.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare function splitConnectionString(connection: string): {
|
|
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";
|
|
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" | "amplemarket";
|
|
3
3
|
id: string;
|
|
4
4
|
};
|
|
5
5
|
export declare function joinConnectionString(connection: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/utils/schemas.d.ts
CHANGED
|
@@ -86,10 +86,18 @@ export declare const FieldNameSchema: z.ZodEnum<{
|
|
|
86
86
|
logodev_describe_match: "logodev_describe_match";
|
|
87
87
|
logo_url: "logo_url";
|
|
88
88
|
crustdata_company_match: "crustdata_company_match";
|
|
89
|
+
crustdata_companyenrich_match: "crustdata_companyenrich_match";
|
|
89
90
|
crustdata_person_match: "crustdata_person_match";
|
|
90
91
|
post_list_string: "post_list_string";
|
|
91
92
|
crustdata_post_list: "crustdata_post_list";
|
|
92
93
|
crustdata_profile_match_score: "crustdata_profile_match_score";
|
|
94
|
+
amplemarket_person_match: "amplemarket_person_match";
|
|
95
|
+
sheet_created: "sheet_created";
|
|
96
|
+
sheet: "sheet";
|
|
97
|
+
string_input: "string_input";
|
|
98
|
+
domain: "domain";
|
|
99
|
+
url_input: "url_input";
|
|
100
|
+
slugified: "slugified";
|
|
93
101
|
professional_profile_url: "professional_profile_url";
|
|
94
102
|
professional_profile: "professional_profile";
|
|
95
103
|
company_social_url: "company_social_url";
|
|
@@ -120,8 +128,9 @@ export declare const ProviderNameSchema: z.ZodEnum<{
|
|
|
120
128
|
openai: "openai";
|
|
121
129
|
companyenrich: "companyenrich";
|
|
122
130
|
logodev: "logodev";
|
|
131
|
+
amplemarket: "amplemarket";
|
|
123
132
|
}>;
|
|
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";
|
|
133
|
+
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_company_enrich" | "crustdata_people_db_search" | "crustdata_realtime_post_fetch" | "crustdata_realtime_person_enrich" | "amplemarket_generic";
|
|
125
134
|
export type ProviderName = z.infer<typeof ProviderNameSchema>;
|
|
126
135
|
export type ExternalProviderName = Exclude<ProviderName, "pipe0">;
|
|
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";
|
|
136
|
+
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" | "pipe0-platform-operation" | "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" | "crustdata_company_enrich" | "amplemarket-people-identity";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipe0/ops",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
@@ -36,23 +36,23 @@
|
|
|
36
36
|
"CHANGELOG.md"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@asteasolutions/zod-to-openapi": "8.
|
|
39
|
+
"@asteasolutions/zod-to-openapi": "8.1.0",
|
|
40
40
|
"ajv": "^8.17.1",
|
|
41
41
|
"date-fns": "^4.1.0",
|
|
42
42
|
"immer": "^10.1.1",
|
|
43
43
|
"json-schema-traverse": "^1.0.0",
|
|
44
44
|
"json-schema-typed": "^8.0.1",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
|
-
"openapi-fetch": "^0.
|
|
46
|
+
"openapi-fetch": "^0.15.0",
|
|
47
47
|
"xxhash-wasm": "^1.1.0",
|
|
48
48
|
"zod": "4.1.12",
|
|
49
|
-
"@pipe0/client": "0.0.
|
|
49
|
+
"@pipe0/client": "0.0.13"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/json-schema": "^7.0.15",
|
|
53
53
|
"@types/lodash": "^4.17.20",
|
|
54
54
|
"eslint": "^9.30.1",
|
|
55
|
-
"openapi-typescript": "^7.
|
|
55
|
+
"openapi-typescript": "^7.10.1",
|
|
56
56
|
"tsc-alias": "^1.8.10",
|
|
57
57
|
"typescript": "^5.8.0",
|
|
58
58
|
"vite": "npm:rolldown-vite@7.2.1",
|