@pipe0/ops 0.0.4 → 0.0.5
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/fields/field-catalog.d.ts +934 -0
- package/dist/fields/json-meta/fields/crustdata-company-match.d.ts +79 -0
- package/dist/fields/json-meta/fields/crustdata-person-match.d.ts +115 -0
- package/dist/fields/json-meta/fields/crustdata-post-list.d.ts +29 -0
- package/dist/form-generation/fields.d.ts +92 -40
- package/dist/index.js +4234 -1938
- package/dist/payload-config/country-codes.d.ts +7 -0
- package/dist/payload-config/linkedin-standard-industries.d.ts +1 -0
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +5 -5
- package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +4 -4
- 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/contact-create-resent-1.d.ts +2 -2
- 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/email-write-1.d.ts +16 -16
- package/dist/pipes/catalog/entries/message-write-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +3 -3
- 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 +225 -0
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/prompt-run-1.d.ts +8 -8
- package/dist/pipes/catalog/entries/sheet-append-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +10 -10
- package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +2 -2
- package/dist/pipes/catalog/pipe.d.ts +433 -3
- package/dist/pipes/catalog/pipes-catalog.d.ts +619 -265
- 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/catalog/utils/partner-logos.d.ts +3 -0
- package/dist/pipes/providers/provider-catalog.d.ts +12 -0
- package/dist/pipes/providers/provider-utils.d.ts +33 -21
- package/dist/pipes/utils/pipes-utils.d.ts +30 -30
- package/dist/pipes/utils/schemas-primitives.d.ts +29 -1
- package/dist/pipes/utils/sheet-schemas-primitives.d.ts +304 -93
- package/dist/searches/catalog/entries/companies-profiles-crustdata-1.d.ts +264 -0
- package/dist/searches/catalog/entries/companies-profiles-exa-1.d.ts +2 -2
- package/dist/searches/catalog/entries/companies-profiles-icypeas-1.d.ts +14 -14
- package/dist/searches/catalog/entries/deprecated/people-profiles-clado-1.d.ts +2 -2
- package/dist/searches/catalog/entries/people-employees-leadmagic-1.d.ts +2 -2
- package/dist/searches/catalog/entries/people-profiles-clado-2.d.ts +5 -5
- package/dist/searches/catalog/entries/people-profiles-crustdata-1.d.ts +261 -0
- package/dist/searches/catalog/entries/people-profiles-exa-1.d.ts +2 -2
- package/dist/searches/catalog/entries/people-profiles-icypeas-1.d.ts +2 -2
- package/dist/searches/catalog/entries/utils/crustdata-options-helpers.d.ts +13 -0
- package/dist/searches/catalog/searches-catalog.d.ts +1210 -266
- package/dist/searches/index.d.ts +270 -16
- package/dist/searches/schemas.d.ts +3 -1
- package/dist/utils/connection-id.d.ts +1 -1
- package/dist/utils/icons.d.ts +1 -1
- package/dist/utils/schemas.d.ts +7 -2
- package/package.json +3 -2
- package/dist/payload-config/provider-info.d.ts +0 -1
package/dist/searches/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export declare class Searches {
|
|
|
18
18
|
searches: ({
|
|
19
19
|
search_id: "companies:profiles:exa@1";
|
|
20
20
|
config: {
|
|
21
|
-
limit: number;
|
|
21
|
+
limit: number | null;
|
|
22
22
|
filters: {
|
|
23
23
|
query: string;
|
|
24
24
|
};
|
|
@@ -59,7 +59,7 @@ export declare class Searches {
|
|
|
59
59
|
} | {
|
|
60
60
|
search_id: "companies:profiles:icypeas@1";
|
|
61
61
|
config: {
|
|
62
|
-
limit: number;
|
|
62
|
+
limit: number | null;
|
|
63
63
|
filters: {
|
|
64
64
|
name?: {
|
|
65
65
|
include: string[];
|
|
@@ -135,7 +135,7 @@ export declare class Searches {
|
|
|
135
135
|
} | {
|
|
136
136
|
search_id: "people:profiles:clado@1";
|
|
137
137
|
config: {
|
|
138
|
-
limit: number;
|
|
138
|
+
limit: number | null;
|
|
139
139
|
filters: {
|
|
140
140
|
query: string;
|
|
141
141
|
};
|
|
@@ -176,7 +176,7 @@ export declare class Searches {
|
|
|
176
176
|
} | {
|
|
177
177
|
search_id: "people:employees:leadmagic@1";
|
|
178
178
|
config: {
|
|
179
|
-
limit: number;
|
|
179
|
+
limit: number | null;
|
|
180
180
|
filters: {
|
|
181
181
|
company_website_url: string;
|
|
182
182
|
};
|
|
@@ -209,9 +209,9 @@ export declare class Searches {
|
|
|
209
209
|
} | {
|
|
210
210
|
search_id: "people:profiles:clado@2";
|
|
211
211
|
config: {
|
|
212
|
-
limit: number;
|
|
212
|
+
limit: number | null;
|
|
213
213
|
search_id: string;
|
|
214
|
-
offset: number | undefined;
|
|
214
|
+
offset: number | null | undefined;
|
|
215
215
|
output_fields?: {
|
|
216
216
|
name: {
|
|
217
217
|
alias: string;
|
|
@@ -252,7 +252,7 @@ export declare class Searches {
|
|
|
252
252
|
} | {
|
|
253
253
|
search_id: "people:profiles:exa@1";
|
|
254
254
|
config: {
|
|
255
|
-
limit: number;
|
|
255
|
+
limit: number | null;
|
|
256
256
|
filters: {
|
|
257
257
|
query: string;
|
|
258
258
|
};
|
|
@@ -293,7 +293,7 @@ export declare class Searches {
|
|
|
293
293
|
} | {
|
|
294
294
|
search_id: "people:profiles:icypeas@1";
|
|
295
295
|
config: {
|
|
296
|
-
limit: number;
|
|
296
|
+
limit: number | null;
|
|
297
297
|
filters: {
|
|
298
298
|
firstname?: {
|
|
299
299
|
include: string[];
|
|
@@ -378,12 +378,139 @@ export declare class Searches {
|
|
|
378
378
|
connection: string;
|
|
379
379
|
}[];
|
|
380
380
|
} | null | undefined;
|
|
381
|
+
} | {
|
|
382
|
+
search_id: "people:profiles:crustdata@1";
|
|
383
|
+
config: {
|
|
384
|
+
limit: number | null;
|
|
385
|
+
cursor: string;
|
|
386
|
+
filters: {
|
|
387
|
+
locations: string[] | undefined;
|
|
388
|
+
profile_headline_keywords: string[];
|
|
389
|
+
profile_summary_keywords: string[];
|
|
390
|
+
profile_languages: string[] | undefined;
|
|
391
|
+
languages: string[] | undefined;
|
|
392
|
+
skills: string[] | undefined;
|
|
393
|
+
years_of_experience: string[] | undefined;
|
|
394
|
+
current_seniority_levels: {
|
|
395
|
+
include: string[];
|
|
396
|
+
exclude: string[];
|
|
397
|
+
};
|
|
398
|
+
current_employers: string[];
|
|
399
|
+
current_job_titles: string[];
|
|
400
|
+
current_employers_linkedin_industries: string[] | undefined;
|
|
401
|
+
years_at_current_company: string[] | undefined;
|
|
402
|
+
previous_seniority_levels: {
|
|
403
|
+
include: string[];
|
|
404
|
+
exclude: string[];
|
|
405
|
+
};
|
|
406
|
+
previous_employers: string[];
|
|
407
|
+
previous_job_titles: string[];
|
|
408
|
+
previous_employers_linkedin_industries: string[] | undefined;
|
|
409
|
+
certifications: string[];
|
|
410
|
+
honors: string[];
|
|
411
|
+
recently_changed_jobs: boolean | null;
|
|
412
|
+
fields_of_study: string[] | undefined;
|
|
413
|
+
degree_names: string[] | undefined;
|
|
414
|
+
school_names: string[] | undefined;
|
|
415
|
+
current_school_names: string[] | undefined;
|
|
416
|
+
extracurricular_activities: string[];
|
|
417
|
+
};
|
|
418
|
+
output_fields?: {
|
|
419
|
+
name: {
|
|
420
|
+
alias: string;
|
|
421
|
+
enabled: boolean;
|
|
422
|
+
};
|
|
423
|
+
company_website_url: {
|
|
424
|
+
alias: string;
|
|
425
|
+
enabled: boolean;
|
|
426
|
+
};
|
|
427
|
+
profile_url: {
|
|
428
|
+
alias: string;
|
|
429
|
+
enabled: boolean;
|
|
430
|
+
};
|
|
431
|
+
job_title: {
|
|
432
|
+
alias: string;
|
|
433
|
+
enabled: boolean;
|
|
434
|
+
};
|
|
435
|
+
crustdata_person_match: {
|
|
436
|
+
alias: string;
|
|
437
|
+
enabled: boolean;
|
|
438
|
+
};
|
|
439
|
+
} | undefined;
|
|
440
|
+
};
|
|
441
|
+
connector?: {
|
|
442
|
+
strategy: "first";
|
|
443
|
+
connections: {
|
|
444
|
+
type: "vault";
|
|
445
|
+
connection: string;
|
|
446
|
+
}[];
|
|
447
|
+
} | null | undefined;
|
|
448
|
+
} | {
|
|
449
|
+
search_id: "companies:profiles:crustdata@1";
|
|
450
|
+
config: {
|
|
451
|
+
limit: number | null;
|
|
452
|
+
cursor: string;
|
|
453
|
+
filters: {
|
|
454
|
+
hq_locations: string[] | undefined;
|
|
455
|
+
crunchbase_categories: string[] | undefined;
|
|
456
|
+
crunchbase_investors: string[] | undefined;
|
|
457
|
+
tracxn_investors: string[] | undefined;
|
|
458
|
+
company_types: string[] | undefined;
|
|
459
|
+
linkedin_industries: string[] | undefined;
|
|
460
|
+
markets: string[] | undefined;
|
|
461
|
+
linkedin_categories: string[] | undefined;
|
|
462
|
+
headcount: string[] | undefined;
|
|
463
|
+
headcount_growth_last_6m_in_percent: string[] | undefined;
|
|
464
|
+
revenue_in_usd: {
|
|
465
|
+
from?: number | null | undefined;
|
|
466
|
+
to?: number | null | undefined;
|
|
467
|
+
};
|
|
468
|
+
last_funding_type: string[] | undefined;
|
|
469
|
+
last_funding_amount: {
|
|
470
|
+
from?: number | null | undefined;
|
|
471
|
+
to?: number | null | undefined;
|
|
472
|
+
};
|
|
473
|
+
number_of_followers: string[] | undefined;
|
|
474
|
+
follower_growth_last_6m_in_percent: string[] | undefined;
|
|
475
|
+
profile_summary_keywords: string[];
|
|
476
|
+
competitor_websites: string[];
|
|
477
|
+
};
|
|
478
|
+
output_fields?: {
|
|
479
|
+
company_name: {
|
|
480
|
+
alias: string;
|
|
481
|
+
enabled: boolean;
|
|
482
|
+
};
|
|
483
|
+
company_website_url: {
|
|
484
|
+
alias: string;
|
|
485
|
+
enabled: boolean;
|
|
486
|
+
};
|
|
487
|
+
company_description: {
|
|
488
|
+
alias: string;
|
|
489
|
+
enabled: boolean;
|
|
490
|
+
};
|
|
491
|
+
company_profile_url: {
|
|
492
|
+
alias: string;
|
|
493
|
+
enabled: boolean;
|
|
494
|
+
};
|
|
495
|
+
crustdata_company_match: {
|
|
496
|
+
alias: string;
|
|
497
|
+
enabled: boolean;
|
|
498
|
+
};
|
|
499
|
+
} | undefined;
|
|
500
|
+
};
|
|
501
|
+
connector?: {
|
|
502
|
+
strategy: "first";
|
|
503
|
+
connections: {
|
|
504
|
+
type: "vault";
|
|
505
|
+
connection: string;
|
|
506
|
+
}[];
|
|
507
|
+
} | null | undefined;
|
|
381
508
|
})[];
|
|
382
509
|
};
|
|
383
510
|
getSearchPayloads(): ({
|
|
384
511
|
search_id: "companies:profiles:exa@1";
|
|
385
512
|
config: {
|
|
386
|
-
limit: number;
|
|
513
|
+
limit: number | null;
|
|
387
514
|
filters: {
|
|
388
515
|
query: string;
|
|
389
516
|
};
|
|
@@ -424,7 +551,7 @@ export declare class Searches {
|
|
|
424
551
|
} | {
|
|
425
552
|
search_id: "companies:profiles:icypeas@1";
|
|
426
553
|
config: {
|
|
427
|
-
limit: number;
|
|
554
|
+
limit: number | null;
|
|
428
555
|
filters: {
|
|
429
556
|
name?: {
|
|
430
557
|
include: string[];
|
|
@@ -500,7 +627,7 @@ export declare class Searches {
|
|
|
500
627
|
} | {
|
|
501
628
|
search_id: "people:profiles:clado@1";
|
|
502
629
|
config: {
|
|
503
|
-
limit: number;
|
|
630
|
+
limit: number | null;
|
|
504
631
|
filters: {
|
|
505
632
|
query: string;
|
|
506
633
|
};
|
|
@@ -541,7 +668,7 @@ export declare class Searches {
|
|
|
541
668
|
} | {
|
|
542
669
|
search_id: "people:employees:leadmagic@1";
|
|
543
670
|
config: {
|
|
544
|
-
limit: number;
|
|
671
|
+
limit: number | null;
|
|
545
672
|
filters: {
|
|
546
673
|
company_website_url: string;
|
|
547
674
|
};
|
|
@@ -574,9 +701,9 @@ export declare class Searches {
|
|
|
574
701
|
} | {
|
|
575
702
|
search_id: "people:profiles:clado@2";
|
|
576
703
|
config: {
|
|
577
|
-
limit: number;
|
|
704
|
+
limit: number | null;
|
|
578
705
|
search_id: string;
|
|
579
|
-
offset: number | undefined;
|
|
706
|
+
offset: number | null | undefined;
|
|
580
707
|
output_fields?: {
|
|
581
708
|
name: {
|
|
582
709
|
alias: string;
|
|
@@ -617,7 +744,7 @@ export declare class Searches {
|
|
|
617
744
|
} | {
|
|
618
745
|
search_id: "people:profiles:exa@1";
|
|
619
746
|
config: {
|
|
620
|
-
limit: number;
|
|
747
|
+
limit: number | null;
|
|
621
748
|
filters: {
|
|
622
749
|
query: string;
|
|
623
750
|
};
|
|
@@ -658,7 +785,7 @@ export declare class Searches {
|
|
|
658
785
|
} | {
|
|
659
786
|
search_id: "people:profiles:icypeas@1";
|
|
660
787
|
config: {
|
|
661
|
-
limit: number;
|
|
788
|
+
limit: number | null;
|
|
662
789
|
filters: {
|
|
663
790
|
firstname?: {
|
|
664
791
|
include: string[];
|
|
@@ -743,5 +870,132 @@ export declare class Searches {
|
|
|
743
870
|
connection: string;
|
|
744
871
|
}[];
|
|
745
872
|
} | null | undefined;
|
|
873
|
+
} | {
|
|
874
|
+
search_id: "people:profiles:crustdata@1";
|
|
875
|
+
config: {
|
|
876
|
+
limit: number | null;
|
|
877
|
+
cursor: string;
|
|
878
|
+
filters: {
|
|
879
|
+
locations: string[] | undefined;
|
|
880
|
+
profile_headline_keywords: string[];
|
|
881
|
+
profile_summary_keywords: string[];
|
|
882
|
+
profile_languages: string[] | undefined;
|
|
883
|
+
languages: string[] | undefined;
|
|
884
|
+
skills: string[] | undefined;
|
|
885
|
+
years_of_experience: string[] | undefined;
|
|
886
|
+
current_seniority_levels: {
|
|
887
|
+
include: string[];
|
|
888
|
+
exclude: string[];
|
|
889
|
+
};
|
|
890
|
+
current_employers: string[];
|
|
891
|
+
current_job_titles: string[];
|
|
892
|
+
current_employers_linkedin_industries: string[] | undefined;
|
|
893
|
+
years_at_current_company: string[] | undefined;
|
|
894
|
+
previous_seniority_levels: {
|
|
895
|
+
include: string[];
|
|
896
|
+
exclude: string[];
|
|
897
|
+
};
|
|
898
|
+
previous_employers: string[];
|
|
899
|
+
previous_job_titles: string[];
|
|
900
|
+
previous_employers_linkedin_industries: string[] | undefined;
|
|
901
|
+
certifications: string[];
|
|
902
|
+
honors: string[];
|
|
903
|
+
recently_changed_jobs: boolean | null;
|
|
904
|
+
fields_of_study: string[] | undefined;
|
|
905
|
+
degree_names: string[] | undefined;
|
|
906
|
+
school_names: string[] | undefined;
|
|
907
|
+
current_school_names: string[] | undefined;
|
|
908
|
+
extracurricular_activities: string[];
|
|
909
|
+
};
|
|
910
|
+
output_fields?: {
|
|
911
|
+
name: {
|
|
912
|
+
alias: string;
|
|
913
|
+
enabled: boolean;
|
|
914
|
+
};
|
|
915
|
+
company_website_url: {
|
|
916
|
+
alias: string;
|
|
917
|
+
enabled: boolean;
|
|
918
|
+
};
|
|
919
|
+
profile_url: {
|
|
920
|
+
alias: string;
|
|
921
|
+
enabled: boolean;
|
|
922
|
+
};
|
|
923
|
+
job_title: {
|
|
924
|
+
alias: string;
|
|
925
|
+
enabled: boolean;
|
|
926
|
+
};
|
|
927
|
+
crustdata_person_match: {
|
|
928
|
+
alias: string;
|
|
929
|
+
enabled: boolean;
|
|
930
|
+
};
|
|
931
|
+
} | undefined;
|
|
932
|
+
};
|
|
933
|
+
connector?: {
|
|
934
|
+
strategy: "first";
|
|
935
|
+
connections: {
|
|
936
|
+
type: "vault";
|
|
937
|
+
connection: string;
|
|
938
|
+
}[];
|
|
939
|
+
} | null | undefined;
|
|
940
|
+
} | {
|
|
941
|
+
search_id: "companies:profiles:crustdata@1";
|
|
942
|
+
config: {
|
|
943
|
+
limit: number | null;
|
|
944
|
+
cursor: string;
|
|
945
|
+
filters: {
|
|
946
|
+
hq_locations: string[] | undefined;
|
|
947
|
+
crunchbase_categories: string[] | undefined;
|
|
948
|
+
crunchbase_investors: string[] | undefined;
|
|
949
|
+
tracxn_investors: string[] | undefined;
|
|
950
|
+
company_types: string[] | undefined;
|
|
951
|
+
linkedin_industries: string[] | undefined;
|
|
952
|
+
markets: string[] | undefined;
|
|
953
|
+
linkedin_categories: string[] | undefined;
|
|
954
|
+
headcount: string[] | undefined;
|
|
955
|
+
headcount_growth_last_6m_in_percent: string[] | undefined;
|
|
956
|
+
revenue_in_usd: {
|
|
957
|
+
from?: number | null | undefined;
|
|
958
|
+
to?: number | null | undefined;
|
|
959
|
+
};
|
|
960
|
+
last_funding_type: string[] | undefined;
|
|
961
|
+
last_funding_amount: {
|
|
962
|
+
from?: number | null | undefined;
|
|
963
|
+
to?: number | null | undefined;
|
|
964
|
+
};
|
|
965
|
+
number_of_followers: string[] | undefined;
|
|
966
|
+
follower_growth_last_6m_in_percent: string[] | undefined;
|
|
967
|
+
profile_summary_keywords: string[];
|
|
968
|
+
competitor_websites: string[];
|
|
969
|
+
};
|
|
970
|
+
output_fields?: {
|
|
971
|
+
company_name: {
|
|
972
|
+
alias: string;
|
|
973
|
+
enabled: boolean;
|
|
974
|
+
};
|
|
975
|
+
company_website_url: {
|
|
976
|
+
alias: string;
|
|
977
|
+
enabled: boolean;
|
|
978
|
+
};
|
|
979
|
+
company_description: {
|
|
980
|
+
alias: string;
|
|
981
|
+
enabled: boolean;
|
|
982
|
+
};
|
|
983
|
+
company_profile_url: {
|
|
984
|
+
alias: string;
|
|
985
|
+
enabled: boolean;
|
|
986
|
+
};
|
|
987
|
+
crustdata_company_match: {
|
|
988
|
+
alias: string;
|
|
989
|
+
enabled: boolean;
|
|
990
|
+
};
|
|
991
|
+
} | undefined;
|
|
992
|
+
};
|
|
993
|
+
connector?: {
|
|
994
|
+
strategy: "first";
|
|
995
|
+
connections: {
|
|
996
|
+
type: "vault";
|
|
997
|
+
connection: string;
|
|
998
|
+
}[];
|
|
999
|
+
} | null | undefined;
|
|
746
1000
|
})[];
|
|
747
1001
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const SEARCH_IDS: readonly ["people:profiles:icypeas@1", "companies:profiles:icypeas@1", "people:profiles:clado@1", "people:profiles:clado@2", "people:employees:leadmagic@1", "companies:profiles:exa@1", "people:profiles:exa@1"];
|
|
2
|
+
export declare const SEARCH_IDS: readonly ["people:profiles:icypeas@1", "companies:profiles:icypeas@1", "people:profiles:clado@1", "people:profiles:clado@2", "people:employees:leadmagic@1", "companies:profiles:exa@1", "people:profiles:exa@1", "companies:profiles:crustdata@1", "people:profiles:crustdata@1"];
|
|
3
3
|
export declare const SearchIdSchema: z.ZodEnum<{
|
|
4
4
|
"people:profiles:icypeas@1": "people:profiles:icypeas@1";
|
|
5
5
|
"companies:profiles:icypeas@1": "companies:profiles:icypeas@1";
|
|
@@ -8,5 +8,7 @@ export declare const SearchIdSchema: z.ZodEnum<{
|
|
|
8
8
|
"people:employees:leadmagic@1": "people:employees:leadmagic@1";
|
|
9
9
|
"companies:profiles:exa@1": "companies:profiles:exa@1";
|
|
10
10
|
"people:profiles:exa@1": "people:profiles:exa@1";
|
|
11
|
+
"companies:profiles:crustdata@1": "companies:profiles:crustdata@1";
|
|
12
|
+
"people:profiles:crustdata@1": "people:profiles:crustdata@1";
|
|
11
13
|
}>;
|
|
12
14
|
export type SearchId = z.infer<typeof SearchIdSchema>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare function splitConnectionString(connection: string): {
|
|
2
|
-
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev";
|
|
2
|
+
provider: "pipe0" | "findymail" | "crustdata" | "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: {
|
package/dist/utils/icons.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type IconKey = "school" | "user" | "location" | "language" | "brain" | "book" | "web" | "plug" | "money" | "office" | "job" | "search" | "output" | "input" | "mix" | "linkedin" | "text" | "workflow" | "letter" | "source";
|
|
1
|
+
export type IconKey = "school" | "user" | "location" | "language" | "brain" | "book" | "web" | "plug" | "money" | "office" | "job" | "search" | "output" | "input" | "mix" | "bill" | "linkedin" | "text" | "workflow" | "letter" | "source" | "activity" | "boxes" | "cometition" | "bolt" | "star" | "scholar";
|
package/dist/utils/schemas.d.ts
CHANGED
|
@@ -85,6 +85,10 @@ export declare const FieldNameSchema: z.ZodEnum<{
|
|
|
85
85
|
role_finder_match: "role_finder_match";
|
|
86
86
|
logodev_describe_match: "logodev_describe_match";
|
|
87
87
|
logo_url: "logo_url";
|
|
88
|
+
crustdata_company_match: "crustdata_company_match";
|
|
89
|
+
crustdata_person_match: "crustdata_person_match";
|
|
90
|
+
post_list_string: "post_list_string";
|
|
91
|
+
crustdata_post_list: "crustdata_post_list";
|
|
88
92
|
professional_profile_url: "professional_profile_url";
|
|
89
93
|
professional_profile: "professional_profile";
|
|
90
94
|
company_social_url: "company_social_url";
|
|
@@ -94,6 +98,7 @@ export type FieldName = z.infer<typeof FieldNameSchema>;
|
|
|
94
98
|
export declare const ProviderNameSchema: z.ZodEnum<{
|
|
95
99
|
pipe0: "pipe0";
|
|
96
100
|
findymail: "findymail";
|
|
101
|
+
crustdata: "crustdata";
|
|
97
102
|
zerobounce: "zerobounce";
|
|
98
103
|
millionverifier: "millionverifier";
|
|
99
104
|
googlemaps: "googlemaps";
|
|
@@ -114,7 +119,7 @@ export declare const ProviderNameSchema: z.ZodEnum<{
|
|
|
114
119
|
companyenrich: "companyenrich";
|
|
115
120
|
logodev: "logodev";
|
|
116
121
|
}>;
|
|
117
|
-
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";
|
|
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";
|
|
118
123
|
export type ProviderName = z.infer<typeof ProviderNameSchema>;
|
|
119
124
|
export type ExternalProviderName = Exclude<ProviderName, "pipe0">;
|
|
120
|
-
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";
|
|
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";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipe0/ops",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
46
|
"openapi-fetch": "^0.13.4",
|
|
47
47
|
"xxhash-wasm": "^1.1.0",
|
|
48
|
-
"zod": "4.1.12"
|
|
48
|
+
"zod": "4.1.12",
|
|
49
|
+
"@pipe0/client": "0.0.8"
|
|
49
50
|
},
|
|
50
51
|
"devDependencies": {
|
|
51
52
|
"@types/json-schema": "^7.0.15",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const IcypeasIndustries: string[];
|