@pipe0/ops 0.0.9 → 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.
Files changed (54) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/fields/field-catalog.d.ts +935 -0
  3. package/dist/fields/json-meta/fields/amplemarket-person-match.d.ts +412 -0
  4. package/dist/form-generation/fields.d.ts +5 -5
  5. package/dist/index.d.ts +1 -0
  6. package/dist/index.js +2324 -1198
  7. package/dist/pipes/catalog/entries/company-identity-2.d.ts +3 -3
  8. package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +3 -3
  9. package/dist/pipes/catalog/entries/company-match-crustdata-1.d.ts +3 -3
  10. package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +3 -3
  11. package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +3 -3
  12. package/dist/pipes/catalog/entries/company-overview-2.d.ts +6 -6
  13. package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +6 -6
  14. package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +3 -3
  15. package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +3 -3
  16. package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +6 -6
  17. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +6 -6
  18. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +6 -6
  19. package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +3 -3
  20. package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +6 -6
  21. package/dist/pipes/catalog/entries/field-domainify-1.d.ts +207 -0
  22. package/dist/pipes/catalog/entries/field-slugify-1.d.ts +207 -0
  23. package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +3 -3
  24. package/dist/pipes/catalog/entries/people-identity-amplemarket-1.d.ts +208 -0
  25. package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +3 -3
  26. package/dist/pipes/catalog/entries/people-name-join-1.d.ts +6 -6
  27. package/dist/pipes/catalog/entries/people-name-split-1.d.ts +3 -3
  28. package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +6 -6
  29. package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +6 -6
  30. package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +6 -6
  31. package/dist/pipes/catalog/entries/people-posts-crustdata-1.d.ts +3 -3
  32. package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +3 -3
  33. package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +3 -3
  34. package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +6 -6
  35. package/dist/pipes/catalog/entries/{sheet-append-1.d.ts → sheet-row-append-1.d.ts} +6 -6
  36. package/dist/pipes/catalog/entries/sheet-row-append-sheet-1.d.ts +217 -0
  37. package/dist/pipes/catalog/entries/{sheet-expandappend-1.d.ts → sheet-row-expandappend-1.d.ts} +5 -5
  38. package/dist/pipes/catalog/pipe.d.ts +415 -3
  39. package/dist/pipes/catalog/pipes-catalog.d.ts +1558 -250
  40. package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
  41. package/dist/pipes/catalog/utils/index.d.ts +33 -33
  42. package/dist/pipes/pipes-validator/transform-into-response.d.ts +5 -0
  43. package/dist/pipes/providers/provider-catalog.d.ts +12 -0
  44. package/dist/pipes/providers/provider-utils.d.ts +35 -23
  45. package/dist/pipes/utils/pipes-utils.d.ts +30 -30
  46. package/dist/pipes/utils/schemas-primitives.d.ts +94 -27
  47. package/dist/pipes/utils/sheet-schemas-primitives.d.ts +815 -25
  48. package/dist/searches/catalog/searches-catalog.d.ts +27 -6
  49. package/dist/test/setup.d.ts +1 -0
  50. package/dist/utils/connection-id.d.ts +1 -1
  51. package/dist/utils/extend-zod.d.ts +1 -0
  52. package/dist/utils/schemas.d.ts +10 -2
  53. package/package.json +5 -5
  54. 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,12 +2224,14 @@ 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";
@@ -2236,6 +2239,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
2236
2239
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
2237
2240
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
2238
2241
  "people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
2242
+ "sheet:row:append:sheet@1": "sheet:row:append:sheet@1";
2239
2243
  "company:identity@1": "company:identity@1";
2240
2244
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
2241
2245
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -2292,6 +2296,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
2292
2296
  openai: "openai";
2293
2297
  companyenrich: "companyenrich";
2294
2298
  logodev: "logodev";
2299
+ amplemarket: "amplemarket";
2295
2300
  }>;
2296
2301
  }, z.core.$strip>>;
2297
2302
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -2318,6 +2323,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
2318
2323
  openai: "openai";
2319
2324
  companyenrich: "companyenrich";
2320
2325
  logodev: "logodev";
2326
+ amplemarket: "amplemarket";
2321
2327
  }>>;
2322
2328
  successful_provider: z.ZodOptional<z.ZodEnum<{
2323
2329
  pipe0: "pipe0";
@@ -2343,6 +2349,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
2343
2349
  openai: "openai";
2344
2350
  companyenrich: "companyenrich";
2345
2351
  logodev: "logodev";
2352
+ amplemarket: "amplemarket";
2346
2353
  }>>;
2347
2354
  }, z.core.$strip>>>;
2348
2355
  icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -2425,6 +2432,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
2425
2432
  "template:fill@1": "template:fill@1";
2426
2433
  "contact:create:resend@1": "contact:create:resend@1";
2427
2434
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
2435
+ "people:identity:amplemarket@1": "people:identity:amplemarket@1";
2428
2436
  "company:identity@2": "company:identity@2";
2429
2437
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
2430
2438
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -2435,12 +2443,14 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
2435
2443
  "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
2436
2444
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
2437
2445
  "fields:merge@1": "fields:merge@1";
2446
+ "field:slugify@1": "field:slugify@1";
2447
+ "field:domainify@1": "field:domainify@1";
2438
2448
  "website:scrape:firecrawl@1": "website:scrape:firecrawl@1";
2439
2449
  "website:scrapelist:firecrawl@1": "website:scrapelist:firecrawl@1";
2440
2450
  "website:extract:firecrawl@1": "website:extract:firecrawl@1";
2441
2451
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
2442
- "sheet:append@1": "sheet:append@1";
2443
- "sheet:expandappend@1": "sheet:expandappend@1";
2452
+ "sheet:row:append@1": "sheet:row:append@1";
2453
+ "sheet:row:expandappend@1": "sheet:row:expandappend@1";
2444
2454
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
2445
2455
  "company:match:logodev@1": "company:match:logodev@1";
2446
2456
  "people:posts:crustdata@1": "people:posts:crustdata@1";
@@ -2448,6 +2458,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
2448
2458
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
2449
2459
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
2450
2460
  "people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
2461
+ "sheet:row:append:sheet@1": "sheet:row:append:sheet@1";
2451
2462
  "company:identity@1": "company:identity@1";
2452
2463
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
2453
2464
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -2504,6 +2515,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
2504
2515
  openai: "openai";
2505
2516
  companyenrich: "companyenrich";
2506
2517
  logodev: "logodev";
2518
+ amplemarket: "amplemarket";
2507
2519
  }>;
2508
2520
  }, z.core.$strip>>;
2509
2521
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -2530,6 +2542,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
2530
2542
  openai: "openai";
2531
2543
  companyenrich: "companyenrich";
2532
2544
  logodev: "logodev";
2545
+ amplemarket: "amplemarket";
2533
2546
  }>>;
2534
2547
  successful_provider: z.ZodOptional<z.ZodEnum<{
2535
2548
  pipe0: "pipe0";
@@ -2555,6 +2568,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
2555
2568
  openai: "openai";
2556
2569
  companyenrich: "companyenrich";
2557
2570
  logodev: "logodev";
2571
+ amplemarket: "amplemarket";
2558
2572
  }>>;
2559
2573
  }, z.core.$strip>>>;
2560
2574
  icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -2687,6 +2701,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
2687
2701
  "template:fill@1": "template:fill@1";
2688
2702
  "contact:create:resend@1": "contact:create:resend@1";
2689
2703
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
2704
+ "people:identity:amplemarket@1": "people:identity:amplemarket@1";
2690
2705
  "company:identity@2": "company:identity@2";
2691
2706
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
2692
2707
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -2697,12 +2712,14 @@ export declare const SearchesResponseSchema: z.ZodObject<{
2697
2712
  "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
2698
2713
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
2699
2714
  "fields:merge@1": "fields:merge@1";
2715
+ "field:slugify@1": "field:slugify@1";
2716
+ "field:domainify@1": "field:domainify@1";
2700
2717
  "website:scrape:firecrawl@1": "website:scrape:firecrawl@1";
2701
2718
  "website:scrapelist:firecrawl@1": "website:scrapelist:firecrawl@1";
2702
2719
  "website:extract:firecrawl@1": "website:extract:firecrawl@1";
2703
2720
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
2704
- "sheet:append@1": "sheet:append@1";
2705
- "sheet:expandappend@1": "sheet:expandappend@1";
2721
+ "sheet:row:append@1": "sheet:row:append@1";
2722
+ "sheet:row:expandappend@1": "sheet:row:expandappend@1";
2706
2723
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
2707
2724
  "company:match:logodev@1": "company:match:logodev@1";
2708
2725
  "people:posts:crustdata@1": "people:posts:crustdata@1";
@@ -2710,6 +2727,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
2710
2727
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
2711
2728
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
2712
2729
  "people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
2730
+ "sheet:row:append:sheet@1": "sheet:row:append:sheet@1";
2713
2731
  "company:identity@1": "company:identity@1";
2714
2732
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
2715
2733
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -2766,6 +2784,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
2766
2784
  openai: "openai";
2767
2785
  companyenrich: "companyenrich";
2768
2786
  logodev: "logodev";
2787
+ amplemarket: "amplemarket";
2769
2788
  }>;
2770
2789
  }, z.core.$strip>>;
2771
2790
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -2792,6 +2811,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
2792
2811
  openai: "openai";
2793
2812
  companyenrich: "companyenrich";
2794
2813
  logodev: "logodev";
2814
+ amplemarket: "amplemarket";
2795
2815
  }>>;
2796
2816
  successful_provider: z.ZodOptional<z.ZodEnum<{
2797
2817
  pipe0: "pipe0";
@@ -2817,6 +2837,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
2817
2837
  openai: "openai";
2818
2838
  companyenrich: "companyenrich";
2819
2839
  logodev: "logodev";
2840
+ amplemarket: "amplemarket";
2820
2841
  }>>;
2821
2842
  }, z.core.$strip>>>;
2822
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 {};
@@ -91,6 +91,13 @@ export declare const FieldNameSchema: z.ZodEnum<{
91
91
  post_list_string: "post_list_string";
92
92
  crustdata_post_list: "crustdata_post_list";
93
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";
94
101
  professional_profile_url: "professional_profile_url";
95
102
  professional_profile: "professional_profile";
96
103
  company_social_url: "company_social_url";
@@ -121,8 +128,9 @@ export declare const ProviderNameSchema: z.ZodEnum<{
121
128
  openai: "openai";
122
129
  companyenrich: "companyenrich";
123
130
  logodev: "logodev";
131
+ amplemarket: "amplemarket";
124
132
  }>;
125
- 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";
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";
126
134
  export type ProviderName = z.infer<typeof ProviderNameSchema>;
127
135
  export type ExternalProviderName = Exclude<ProviderName, "pipe0">;
128
- 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" | "crustdata_company_enrich";
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.9",
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.0.0",
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.13.4",
46
+ "openapi-fetch": "^0.15.0",
47
47
  "xxhash-wasm": "^1.1.0",
48
48
  "zod": "4.1.12",
49
- "@pipe0/client": "0.0.12"
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.6.1",
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",