@pipe0/client 0.0.15 → 0.0.17

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.
@@ -585,580 +585,475 @@ export interface paths {
585
585
  patch?: never;
586
586
  trace?: never;
587
587
  };
588
- }
589
- export type webhooks = Record<string, never>;
590
- export interface components {
591
- schemas: {
592
- PipesResponseSchema: {
593
- id: string;
594
- organization_id: string;
595
- order: (number | string)[];
596
- field_definitions: {
597
- [key: string]: {
598
- /** @enum {string} */
599
- type: "string" | "number" | "boolean" | "json" | "unknown";
600
- label: string;
601
- added_by: {
602
- ref: ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1") | "input";
603
- config_hash: string | null;
604
- pipe_index: number | null;
605
- };
606
- /** @enum {string|null} */
607
- format: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
588
+ "/v1/search/check/{run_id}": {
589
+ parameters: {
590
+ query?: never;
591
+ header?: never;
592
+ path?: never;
593
+ cookie?: never;
594
+ };
595
+ /** @description Check status of search task. */
596
+ get: {
597
+ parameters: {
598
+ query?: never;
599
+ header?: never;
600
+ path: {
601
+ run_id: string | null;
608
602
  };
603
+ cookie?: never;
609
604
  };
610
- errors: {
611
- code: string;
612
- message: string;
613
- path?: string;
614
- }[];
615
- records: {
616
- [key: string]: {
617
- id: number | string;
618
- fields: {
619
- [key: string]: {
620
- value: string | number | boolean | null | {
621
- [key: string]: unknown;
622
- } | unknown[];
623
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
624
- /** @enum {string} */
625
- type: "string" | "number" | "boolean" | "json" | "unknown";
626
- reason: {
627
- code: string;
628
- summary: string;
629
- message: string;
630
- } | null;
631
- claimed_by: {
632
- /** @enum {string|null} */
633
- ref: "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | null;
634
- config_hash: string | null;
635
- };
636
- resolved_by: {
637
- /** @enum {string|null} */
638
- ref: "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
639
- /** @enum {string|null} */
640
- environment: "production" | "sandbox" | null;
641
- config_hash: string | null;
642
- input_hash: string | null;
643
- } | null;
644
- /** @description A map of widgets associated with this field for UI display, keyed by widget type. */
645
- widgets?: {
646
- display_value?: {
647
- label?: string;
648
- };
649
- entity_logo?: {
650
- /**
651
- * Format: uri
652
- * @description URL to the provider's logo image.
653
- */
654
- image_url: string;
655
- /** @description The name of the entity. */
656
- entity: string;
657
- };
658
- location_indicator?: {
659
- /** @description Country flag emoji. */
660
- emoji: string;
661
- };
662
- avatar?: {
663
- /**
664
- * Format: uri
665
- * @description URL to the provider's logo image.
666
- */
667
- image_url: string;
668
- /** @description The name of the avatar owner. */
669
- name: string;
670
- };
671
- waterfall?: {
672
- attempted_providers: {
673
- /** @enum {string} */
674
- 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";
675
- }[];
676
- available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
677
- /** @enum {string} */
678
- successful_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";
679
- };
680
- icon?: {
681
- /** @enum {string} */
682
- key: "linkedin" | "job";
683
- };
684
- action_summary?: {
685
- /** @enum {string} */
686
- result_status: "completed" | "failed";
687
- };
688
- sources?: {
689
- list: {
690
- source: string;
691
- description?: string;
692
- url: string;
693
- }[];
694
- };
695
- confidence?: {
696
- numeric: number;
697
- };
698
- };
699
- /** @enum {string|null} */
700
- format: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
605
+ requestBody?: never;
606
+ responses: {
607
+ /** @description Return current processing state */
608
+ 200: {
609
+ headers: {
610
+ [name: string]: unknown;
611
+ };
612
+ content: {
613
+ "application/json": components["schemas"]["SearchResponseSchema"];
614
+ };
615
+ };
616
+ /** @description Bad request */
617
+ 400: {
618
+ headers: {
619
+ [name: string]: unknown;
620
+ };
621
+ content: {
622
+ "application/json": {
623
+ type: string;
624
+ title: string;
625
+ status: number;
626
+ detail: string;
627
+ };
628
+ };
629
+ };
630
+ /** @description Unauthorized */
631
+ 401: {
632
+ headers: {
633
+ [name: string]: unknown;
634
+ };
635
+ content: {
636
+ "application/json": {
637
+ type: string;
638
+ title: string;
639
+ status: number;
640
+ detail: string;
641
+ };
642
+ };
643
+ };
644
+ /** @description Forbidden */
645
+ 403: {
646
+ headers: {
647
+ [name: string]: unknown;
648
+ };
649
+ content: {
650
+ "application/json": {
651
+ type: string;
652
+ title: string;
653
+ status: number;
654
+ detail: string;
655
+ };
656
+ };
657
+ };
658
+ /** @description Not found */
659
+ 404: {
660
+ headers: {
661
+ [name: string]: unknown;
662
+ };
663
+ content: {
664
+ "application/json": {
665
+ type: string;
666
+ title: string;
667
+ status: number;
668
+ detail: string;
701
669
  };
702
670
  };
703
671
  };
704
672
  };
705
- /** @enum {string} */
706
- status: "completed" | "failed" | "pending" | "processing";
707
673
  };
708
- /**
709
- * @default {
710
- * "environment": "production",
711
- * "transform": {
712
- * "include_fields": "input"
713
- * },
714
- * "widgets": {
715
- * "enabled": false
716
- * },
717
- * "field_definitions": {
718
- * "enabled": false
719
- * }
720
- * }
721
- */
722
- PipesRequestConfig: {
723
- /**
724
- * @default production
725
- * @enum {string}
726
- */
727
- environment?: "production" | "sandbox";
728
- /**
729
- * @default {
730
- * "enabled": false
731
- * }
732
- */
733
- widgets?: {
734
- /** @default false */
735
- enabled?: boolean;
674
+ put?: never;
675
+ post?: never;
676
+ delete?: never;
677
+ options?: never;
678
+ head?: never;
679
+ patch?: never;
680
+ trace?: never;
681
+ };
682
+ "/v1/search/run/sync": {
683
+ parameters: {
684
+ query?: never;
685
+ header?: never;
686
+ path?: never;
687
+ cookie?: never;
688
+ };
689
+ get?: never;
690
+ put?: never;
691
+ /** @description Search for people and companies and receive the results immediately. This endpoint can time out on large requests. */
692
+ post: {
693
+ parameters: {
694
+ query?: never;
695
+ header?: never;
696
+ path?: never;
697
+ cookie?: never;
736
698
  };
737
- /**
738
- * @default {
739
- * "enabled": false
740
- * }
741
- */
742
- field_definitions?: {
743
- enabled: boolean;
699
+ requestBody: {
700
+ content: {
701
+ "application/json": components["schemas"]["SearchRequestSchema"];
702
+ };
744
703
  };
745
- /**
746
- * @default {
747
- * "include_fields": "input"
748
- * }
749
- */
750
- transform?: {
751
- /** @enum {string} */
752
- include_fields: "input" | "annotated";
753
- };
754
- };
755
- PipesFieldAnnotations: {
756
- [key: string]: {
757
- /** @enum {string} */
758
- type: "string" | "number" | "boolean" | "json" | "unknown";
759
- label?: string | null;
760
- /** @enum {string|null} */
761
- format?: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
762
- json_metadata?: {
763
- example_value?: unknown;
764
- schema?: unknown;
765
- } | null;
766
- };
767
- };
768
- PipePayload: {
769
- /** @enum {string} */
770
- pipe_id: "prompt:run@1";
771
- connector?: {
772
- /**
773
- * @default first
774
- * @enum {string}
775
- */
776
- strategy?: "first";
777
- connections: {
778
- /** @enum {string} */
779
- type: "vault";
780
- connection: string;
781
- }[];
782
- } | null;
783
- trigger?: {
784
- /** @enum {string} */
785
- action: "run";
786
- when: {
787
- /** @enum {string} */
788
- logic: "and" | "or";
789
- conditions: ({
790
- /** @enum {string} */
791
- property: "value";
792
- field_name: string;
793
- /** @enum {string} */
794
- operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
795
- value: number | string | boolean | null;
796
- } | {
797
- /** @enum {string} */
798
- property: "status";
799
- field_name: string;
800
- /** @enum {string} */
801
- operator: "eq" | "neq";
802
- /** @enum {string} */
803
- value: "failed" | "no_result" | "completed" | "skipped";
804
- })[];
704
+ responses: {
705
+ /** @description Run searches request */
706
+ 200: {
707
+ headers: {
708
+ [name: string]: unknown;
709
+ };
710
+ content: {
711
+ "application/json": components["schemas"]["SearchResponseSchema"];
712
+ };
805
713
  };
806
- } | null;
807
- config: {
808
- prompt: {
809
- template: string;
810
- json_schemas?: {
811
- [key: string]: {
812
- [key: string]: unknown;
714
+ /** @description Bad request */
715
+ 400: {
716
+ headers: {
717
+ [name: string]: unknown;
718
+ };
719
+ content: {
720
+ "application/json": {
721
+ type: string;
722
+ title: string;
723
+ status: number;
724
+ detail: string;
813
725
  };
814
726
  };
815
727
  };
816
- /** @enum {string|null} */
817
- model?: "gemini-flash-latest" | "openai-gpt-latest" | "openai-gpt-mini-latest" | "" | null;
818
- };
819
- } | {
820
- /** @enum {string} */
821
- pipe_id: "company:newssummary:website@1";
822
- trigger?: {
823
- /** @enum {string} */
824
- action: "run";
825
- when: {
826
- /** @enum {string} */
827
- logic: "and" | "or";
828
- conditions: ({
829
- /** @enum {string} */
830
- property: "value";
831
- field_name: string;
832
- /** @enum {string} */
833
- operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
834
- value: number | string | boolean | null;
835
- } | {
836
- /** @enum {string} */
837
- property: "status";
838
- field_name: string;
839
- /** @enum {string} */
840
- operator: "eq" | "neq";
841
- /** @enum {string} */
842
- value: "failed" | "no_result" | "completed" | "skipped";
843
- })[];
728
+ /** @description Unauthorized */
729
+ 401: {
730
+ headers: {
731
+ [name: string]: unknown;
732
+ };
733
+ content: {
734
+ "application/json": {
735
+ type: string;
736
+ title: string;
737
+ status: number;
738
+ detail: string;
739
+ };
740
+ };
844
741
  };
845
- } | null;
846
- connector?: {
847
- /**
848
- * @default first
849
- * @enum {string}
850
- */
851
- strategy?: "first";
852
- connections: {
853
- /** @enum {string} */
854
- type: "vault";
855
- connection: string;
856
- }[];
857
- } | null;
858
- config?: {
859
- input_fields?: {
860
- /**
861
- * @default {
862
- * "alias": ""
863
- * }
864
- */
865
- company_website_url?: {
866
- alias: string;
742
+ /** @description Forbidden */
743
+ 403: {
744
+ headers: {
745
+ [name: string]: unknown;
746
+ };
747
+ content: {
748
+ "application/json": {
749
+ type: string;
750
+ title: string;
751
+ status: number;
752
+ detail: string;
753
+ };
867
754
  };
868
755
  };
869
- output_fields?: {
870
- /**
871
- * @default {
872
- * "alias": "",
873
- * "enabled": true
874
- * }
875
- */
876
- company_news_summary?: {
877
- /** @default */
878
- alias?: string;
879
- /** @default true */
880
- enabled?: boolean;
756
+ /** @description Required resource not found */
757
+ 404: {
758
+ headers: {
759
+ [name: string]: unknown;
760
+ };
761
+ content: {
762
+ "application/json": {
763
+ type: string;
764
+ title: string;
765
+ status: number;
766
+ detail: string;
767
+ };
881
768
  };
882
769
  };
883
770
  };
884
- } | {
885
- /** @enum {string} */
886
- pipe_id: "company:techstack:builtwith@1";
887
- connector?: {
888
- /**
889
- * @default first
890
- * @enum {string}
891
- */
892
- strategy?: "first";
893
- connections: {
894
- /** @enum {string} */
895
- type: "vault";
896
- connection: string;
897
- }[];
898
- } | null;
899
- trigger?: {
900
- /** @enum {string} */
901
- action: "run";
902
- when: {
903
- /** @enum {string} */
904
- logic: "and" | "or";
905
- conditions: ({
906
- /** @enum {string} */
907
- property: "value";
908
- field_name: string;
909
- /** @enum {string} */
910
- operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
911
- value: number | string | boolean | null;
912
- } | {
913
- /** @enum {string} */
914
- property: "status";
915
- field_name: string;
916
- /** @enum {string} */
917
- operator: "eq" | "neq";
918
- /** @enum {string} */
919
- value: "failed" | "no_result" | "completed" | "skipped";
920
- })[];
771
+ };
772
+ delete?: never;
773
+ options?: never;
774
+ head?: never;
775
+ patch?: never;
776
+ trace?: never;
777
+ };
778
+ "/v1/search/run": {
779
+ parameters: {
780
+ query?: never;
781
+ header?: never;
782
+ path?: never;
783
+ cookie?: never;
784
+ };
785
+ get?: never;
786
+ put?: never;
787
+ /** @description Search for people and companies */
788
+ post: {
789
+ parameters: {
790
+ query?: never;
791
+ header?: never;
792
+ path?: never;
793
+ cookie?: never;
794
+ };
795
+ requestBody: {
796
+ content: {
797
+ "application/json": components["schemas"]["SearchRequestSchema"];
921
798
  };
922
- } | null;
923
- config?: {
924
- input_fields?: {
925
- /**
926
- * @default {
927
- * "alias": ""
928
- * }
929
- */
930
- company_website_url?: {
931
- alias: string;
799
+ };
800
+ responses: {
801
+ /** @description Run search request */
802
+ 201: {
803
+ headers: {
804
+ [name: string]: unknown;
805
+ };
806
+ content: {
807
+ "application/json": components["schemas"]["SearchResponseSchema"];
932
808
  };
933
809
  };
934
- output_fields?: {
935
- /**
936
- * @default {
937
- * "alias": "",
938
- * "enabled": true
939
- * }
940
- */
941
- technology_list?: {
942
- /** @default */
943
- alias?: string;
944
- /** @default true */
945
- enabled?: boolean;
946
- };
947
- /**
948
- * @default {
949
- * "alias": "",
950
- * "enabled": true
951
- * }
952
- */
953
- technology_match_builtwith?: {
954
- /** @default */
955
- alias?: string;
956
- /** @default true */
957
- enabled?: boolean;
810
+ /** @description Bad request */
811
+ 400: {
812
+ headers: {
813
+ [name: string]: unknown;
958
814
  };
959
- /**
960
- * @default {
961
- * "alias": "",
962
- * "enabled": true
963
- * }
964
- */
965
- spending_trend?: {
966
- /** @default */
967
- alias?: string;
968
- /** @default true */
969
- enabled?: boolean;
815
+ content: {
816
+ "application/json": {
817
+ type: string;
818
+ title: string;
819
+ status: number;
820
+ detail: string;
821
+ };
970
822
  };
971
823
  };
972
- };
973
- } | {
974
- /** @enum {string} */
975
- pipe_id: "company:websiteurl:email@1";
976
- trigger?: {
977
- /** @enum {string} */
978
- action: "run";
979
- when: {
980
- /** @enum {string} */
981
- logic: "and" | "or";
982
- conditions: ({
983
- /** @enum {string} */
984
- property: "value";
985
- field_name: string;
986
- /** @enum {string} */
987
- operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
988
- value: number | string | boolean | null;
989
- } | {
990
- /** @enum {string} */
991
- property: "status";
992
- field_name: string;
993
- /** @enum {string} */
994
- operator: "eq" | "neq";
995
- /** @enum {string} */
996
- value: "failed" | "no_result" | "completed" | "skipped";
997
- })[];
998
- };
999
- } | null;
1000
- connector?: {
1001
- /**
1002
- * @default first
1003
- * @enum {string}
1004
- */
1005
- strategy?: "first";
1006
- connections: {
1007
- /** @enum {string} */
1008
- type: "vault";
1009
- connection: string;
1010
- }[];
1011
- } | null;
1012
- config?: {
1013
- input_fields?: {
1014
- /**
1015
- * @default {
1016
- * "alias": ""
1017
- * }
1018
- */
1019
- email?: {
1020
- alias: string;
824
+ /** @description Unauthorized */
825
+ 401: {
826
+ headers: {
827
+ [name: string]: unknown;
1021
828
  };
1022
- };
1023
- output_fields?: {
1024
- /**
1025
- * @default {
1026
- * "alias": "",
1027
- * "enabled": true
1028
- * }
1029
- */
1030
- company_website_url?: {
1031
- /** @default */
1032
- alias?: string;
1033
- /** @default true */
1034
- enabled?: boolean;
829
+ content: {
830
+ "application/json": {
831
+ type: string;
832
+ title: string;
833
+ status: number;
834
+ detail: string;
835
+ };
1035
836
  };
1036
837
  };
1037
- };
1038
- } | {
1039
- /** @enum {string} */
1040
- pipe_id: "company:funding:leadmagic@1";
1041
- connector?: {
1042
- /**
1043
- * @default first
1044
- * @enum {string}
1045
- */
1046
- strategy?: "first";
1047
- connections: {
1048
- /** @enum {string} */
1049
- type: "vault";
1050
- connection: string;
1051
- }[];
1052
- } | null;
1053
- trigger?: {
1054
- /** @enum {string} */
1055
- action: "run";
1056
- when: {
1057
- /** @enum {string} */
1058
- logic: "and" | "or";
1059
- conditions: ({
1060
- /** @enum {string} */
1061
- property: "value";
1062
- field_name: string;
1063
- /** @enum {string} */
1064
- operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
1065
- value: number | string | boolean | null;
1066
- } | {
1067
- /** @enum {string} */
1068
- property: "status";
1069
- field_name: string;
1070
- /** @enum {string} */
1071
- operator: "eq" | "neq";
1072
- /** @enum {string} */
1073
- value: "failed" | "no_result" | "completed" | "skipped";
1074
- })[];
1075
- };
1076
- } | null;
1077
- config?: {
1078
- input_fields?: {
1079
- /**
1080
- * @default {
1081
- * "alias": ""
1082
- * }
1083
- */
1084
- company_name?: {
1085
- alias: string;
838
+ /** @description Forbidden */
839
+ 403: {
840
+ headers: {
841
+ [name: string]: unknown;
1086
842
  };
1087
- /**
1088
- * @default {
1089
- * "alias": ""
1090
- * }
1091
- */
1092
- company_website_url?: {
1093
- alias: string;
843
+ content: {
844
+ "application/json": {
845
+ type: string;
846
+ title: string;
847
+ status: number;
848
+ detail: string;
849
+ };
1094
850
  };
1095
851
  };
1096
- output_fields?: {
1097
- /**
1098
- * @default {
1099
- * "alias": "",
1100
- * "enabled": true
1101
- * }
1102
- */
1103
- funding_history?: {
1104
- /** @default */
1105
- alias?: string;
1106
- /** @default true */
1107
- enabled?: boolean;
1108
- };
1109
- /**
1110
- * @default {
1111
- * "alias": "",
1112
- * "enabled": true
1113
- * }
1114
- */
1115
- funding_total_usd?: {
1116
- /** @default */
1117
- alias?: string;
1118
- /** @default true */
1119
- enabled?: boolean;
1120
- };
1121
- /**
1122
- * @default {
1123
- * "alias": "",
1124
- * "enabled": true
1125
- * }
1126
- */
1127
- leadmagic_competitor_list?: {
1128
- /** @default */
1129
- alias?: string;
1130
- /** @default true */
1131
- enabled?: boolean;
1132
- };
1133
- /**
1134
- * @default {
1135
- * "alias": "",
1136
- * "enabled": true
1137
- * }
1138
- */
1139
- leadmagic_acquisition_history?: {
1140
- /** @default */
1141
- alias?: string;
1142
- /** @default true */
1143
- enabled?: boolean;
852
+ /** @description Required resource not found */
853
+ 404: {
854
+ headers: {
855
+ [name: string]: unknown;
1144
856
  };
1145
- /**
1146
- * @default {
1147
- * "alias": "",
1148
- * "enabled": true
1149
- * }
1150
- */
1151
- leadmagic_company_news_list?: {
1152
- /** @default */
1153
- alias?: string;
1154
- /** @default true */
1155
- enabled?: boolean;
857
+ content: {
858
+ "application/json": {
859
+ type: string;
860
+ title: string;
861
+ status: number;
862
+ detail: string;
863
+ };
864
+ };
865
+ };
866
+ };
867
+ };
868
+ delete?: never;
869
+ options?: never;
870
+ head?: never;
871
+ patch?: never;
872
+ trace?: never;
873
+ };
874
+ }
875
+ export type webhooks = Record<string, never>;
876
+ export interface components {
877
+ schemas: {
878
+ PipesResponseSchema: {
879
+ id: string;
880
+ organization_id: string;
881
+ order: (number | string)[];
882
+ field_definitions: {
883
+ [key: string]: {
884
+ /** @enum {string} */
885
+ type: "string" | "number" | "boolean" | "json" | "unknown";
886
+ label: string;
887
+ added_by: {
888
+ ref: ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1") | "input";
889
+ config_hash: string | null;
890
+ pipe_index: number | null;
891
+ };
892
+ /** @enum {string|null} */
893
+ format: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
894
+ };
895
+ };
896
+ errors: {
897
+ code: string;
898
+ message: string;
899
+ path?: string;
900
+ }[];
901
+ records: {
902
+ [key: string]: {
903
+ id: number | string;
904
+ fields: {
905
+ [key: string]: {
906
+ value: string | number | boolean | null | {
907
+ [key: string]: unknown;
908
+ } | unknown[];
909
+ status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
910
+ /** @enum {string} */
911
+ type: "string" | "number" | "boolean" | "json" | "unknown";
912
+ reason: {
913
+ code: string;
914
+ summary: string;
915
+ message: string;
916
+ } | null;
917
+ claimed_by: {
918
+ /** @enum {string|null} */
919
+ ref: "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | null;
920
+ config_hash: string | null;
921
+ };
922
+ resolved_by: {
923
+ /** @enum {string|null} */
924
+ ref: "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
925
+ /** @enum {string|null} */
926
+ environment: "production" | "sandbox" | null;
927
+ config_hash: string | null;
928
+ input_hash: string | null;
929
+ } | null;
930
+ /** @description A map of widgets associated with this field for UI display, keyed by widget type. */
931
+ widgets?: {
932
+ display_value?: {
933
+ label?: string;
934
+ };
935
+ entity_logo?: {
936
+ /**
937
+ * Format: uri
938
+ * @description URL to the provider's logo image.
939
+ */
940
+ image_url: string;
941
+ /** @description The name of the entity. */
942
+ entity: string;
943
+ };
944
+ location_indicator?: {
945
+ /** @description Country flag emoji. */
946
+ emoji: string;
947
+ };
948
+ avatar?: {
949
+ /**
950
+ * Format: uri
951
+ * @description URL to the provider's logo image.
952
+ */
953
+ image_url: string;
954
+ /** @description The name of the avatar owner. */
955
+ name: string;
956
+ };
957
+ waterfall?: {
958
+ attempted_providers: {
959
+ /** @enum {string} */
960
+ 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";
961
+ }[];
962
+ available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
963
+ /** @enum {string} */
964
+ successful_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";
965
+ };
966
+ icon?: {
967
+ /** @enum {string} */
968
+ key: "linkedin" | "job";
969
+ };
970
+ action_summary?: {
971
+ /** @enum {string} */
972
+ result_status: "completed" | "failed";
973
+ };
974
+ sources?: {
975
+ list: {
976
+ source: string;
977
+ description?: string;
978
+ url: string;
979
+ }[];
980
+ };
981
+ confidence?: {
982
+ numeric: number;
983
+ };
984
+ };
985
+ /** @enum {string|null} */
986
+ format: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
987
+ };
1156
988
  };
1157
989
  };
1158
990
  };
1159
- } | {
1160
991
  /** @enum {string} */
1161
- pipe_id: "people:workemail:waterfall@1";
992
+ status: "completed" | "failed" | "pending" | "processing";
993
+ };
994
+ /**
995
+ * @default {
996
+ * "environment": "production",
997
+ * "transform": {
998
+ * "include_fields": "input"
999
+ * },
1000
+ * "widgets": {
1001
+ * "enabled": false
1002
+ * },
1003
+ * "field_definitions": {
1004
+ * "enabled": false
1005
+ * }
1006
+ * }
1007
+ */
1008
+ PipesRequestConfig: {
1009
+ /**
1010
+ * @default production
1011
+ * @enum {string}
1012
+ */
1013
+ environment?: "production" | "sandbox";
1014
+ /**
1015
+ * @default {
1016
+ * "enabled": false
1017
+ * }
1018
+ */
1019
+ widgets?: {
1020
+ /** @default false */
1021
+ enabled?: boolean;
1022
+ };
1023
+ /**
1024
+ * @default {
1025
+ * "enabled": false
1026
+ * }
1027
+ */
1028
+ field_definitions?: {
1029
+ enabled: boolean;
1030
+ };
1031
+ /**
1032
+ * @default {
1033
+ * "include_fields": "input"
1034
+ * }
1035
+ */
1036
+ transform?: {
1037
+ /** @enum {string} */
1038
+ include_fields: "input" | "annotated";
1039
+ };
1040
+ };
1041
+ PipesFieldAnnotations: {
1042
+ [key: string]: {
1043
+ /** @enum {string} */
1044
+ type: "string" | "number" | "boolean" | "json" | "unknown";
1045
+ label?: string | null;
1046
+ /** @enum {string|null} */
1047
+ format?: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
1048
+ json_metadata?: {
1049
+ example_value?: unknown;
1050
+ schema?: unknown;
1051
+ } | null;
1052
+ };
1053
+ };
1054
+ PipePayload: {
1055
+ /** @enum {string} */
1056
+ pipe_id: "prompt:run@1";
1162
1057
  connector?: {
1163
1058
  /**
1164
1059
  * @default first
@@ -1195,57 +1090,130 @@ export interface components {
1195
1090
  })[];
1196
1091
  };
1197
1092
  } | null;
1198
- config?: {
1093
+ config: {
1094
+ prompt: {
1095
+ template: string;
1096
+ json_schemas?: {
1097
+ [key: string]: {
1098
+ [key: string]: unknown;
1099
+ };
1100
+ };
1101
+ };
1102
+ /** @enum {string|null} */
1103
+ model?: "gemini-flash-latest" | "openai-gpt-latest" | "openai-gpt-mini-latest" | "" | null;
1104
+ };
1105
+ } | {
1106
+ /** @enum {string} */
1107
+ pipe_id: "company:newssummary:website@1";
1108
+ trigger?: {
1109
+ /** @enum {string} */
1110
+ action: "run";
1111
+ when: {
1112
+ /** @enum {string} */
1113
+ logic: "and" | "or";
1114
+ conditions: ({
1115
+ /** @enum {string} */
1116
+ property: "value";
1117
+ field_name: string;
1118
+ /** @enum {string} */
1119
+ operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
1120
+ value: number | string | boolean | null;
1121
+ } | {
1122
+ /** @enum {string} */
1123
+ property: "status";
1124
+ field_name: string;
1125
+ /** @enum {string} */
1126
+ operator: "eq" | "neq";
1127
+ /** @enum {string} */
1128
+ value: "failed" | "no_result" | "completed" | "skipped";
1129
+ })[];
1130
+ };
1131
+ } | null;
1132
+ connector?: {
1199
1133
  /**
1200
- * @default [
1201
- * {
1202
- * "provider": "leadmagic"
1203
- * },
1204
- * {
1205
- * "provider": "prospeo"
1206
- * },
1207
- * {
1208
- * "provider": "hunter"
1209
- * },
1210
- * {
1211
- * "provider": "icypeas"
1212
- * },
1213
- * {
1214
- * "provider": "findymail"
1215
- * }
1216
- * ]
1134
+ * @default first
1135
+ * @enum {string}
1217
1136
  */
1218
- providers?: {
1137
+ strategy?: "first";
1138
+ connections: {
1219
1139
  /** @enum {string} */
1220
- provider: "leadmagic" | "prospeo" | "hunter" | "icypeas" | "findymail";
1221
- }[];
1222
- /** @default true */
1223
- allow_catch_all_emails?: boolean | null;
1224
- /** @default true */
1225
- allow_risky_emails?: boolean | null;
1140
+ type: "vault";
1141
+ connection: string;
1142
+ }[];
1143
+ } | null;
1144
+ config: {
1226
1145
  input_fields?: {
1227
1146
  /**
1228
1147
  * @default {
1229
1148
  * "alias": ""
1230
1149
  * }
1231
1150
  */
1232
- name?: {
1151
+ company_website_url?: {
1233
1152
  alias: string;
1234
1153
  };
1154
+ };
1155
+ output_fields?: {
1235
1156
  /**
1236
1157
  * @default {
1237
- * "alias": ""
1158
+ * "alias": "",
1159
+ * "enabled": true
1238
1160
  * }
1239
1161
  */
1240
- company_website_url?: {
1241
- alias: string;
1162
+ company_news_summary?: {
1163
+ /** @default */
1164
+ alias?: string;
1165
+ /** @default true */
1166
+ enabled?: boolean;
1242
1167
  };
1168
+ };
1169
+ };
1170
+ } | {
1171
+ /** @enum {string} */
1172
+ pipe_id: "company:techstack:builtwith@1";
1173
+ connector?: {
1174
+ /**
1175
+ * @default first
1176
+ * @enum {string}
1177
+ */
1178
+ strategy?: "first";
1179
+ connections: {
1180
+ /** @enum {string} */
1181
+ type: "vault";
1182
+ connection: string;
1183
+ }[];
1184
+ } | null;
1185
+ trigger?: {
1186
+ /** @enum {string} */
1187
+ action: "run";
1188
+ when: {
1189
+ /** @enum {string} */
1190
+ logic: "and" | "or";
1191
+ conditions: ({
1192
+ /** @enum {string} */
1193
+ property: "value";
1194
+ field_name: string;
1195
+ /** @enum {string} */
1196
+ operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
1197
+ value: number | string | boolean | null;
1198
+ } | {
1199
+ /** @enum {string} */
1200
+ property: "status";
1201
+ field_name: string;
1202
+ /** @enum {string} */
1203
+ operator: "eq" | "neq";
1204
+ /** @enum {string} */
1205
+ value: "failed" | "no_result" | "completed" | "skipped";
1206
+ })[];
1207
+ };
1208
+ } | null;
1209
+ config?: {
1210
+ input_fields?: {
1243
1211
  /**
1244
1212
  * @default {
1245
1213
  * "alias": ""
1246
1214
  * }
1247
1215
  */
1248
- company_name?: {
1216
+ company_website_url?: {
1249
1217
  alias: string;
1250
1218
  };
1251
1219
  };
@@ -1256,7 +1224,7 @@ export interface components {
1256
1224
  * "enabled": true
1257
1225
  * }
1258
1226
  */
1259
- work_email?: {
1227
+ technology_list?: {
1260
1228
  /** @default */
1261
1229
  alias?: string;
1262
1230
  /** @default true */
@@ -1268,7 +1236,19 @@ export interface components {
1268
1236
  * "enabled": true
1269
1237
  * }
1270
1238
  */
1271
- email_validation_status?: {
1239
+ technology_match_builtwith?: {
1240
+ /** @default */
1241
+ alias?: string;
1242
+ /** @default true */
1243
+ enabled?: boolean;
1244
+ };
1245
+ /**
1246
+ * @default {
1247
+ * "alias": "",
1248
+ * "enabled": true
1249
+ * }
1250
+ */
1251
+ spending_trend?: {
1272
1252
  /** @default */
1273
1253
  alias?: string;
1274
1254
  /** @default true */
@@ -1278,7 +1258,7 @@ export interface components {
1278
1258
  };
1279
1259
  } | {
1280
1260
  /** @enum {string} */
1281
- pipe_id: "people:email:iswork@1";
1261
+ pipe_id: "company:websiteurl:email@1";
1282
1262
  trigger?: {
1283
1263
  /** @enum {string} */
1284
1264
  action: "run";
@@ -1333,7 +1313,7 @@ export interface components {
1333
1313
  * "enabled": true
1334
1314
  * }
1335
1315
  */
1336
- is_work_email?: {
1316
+ company_website_url?: {
1337
1317
  /** @default */
1338
1318
  alias?: string;
1339
1319
  /** @default true */
@@ -1343,7 +1323,7 @@ export interface components {
1343
1323
  };
1344
1324
  } | {
1345
1325
  /** @enum {string} */
1346
- pipe_id: "people:name:split@1";
1326
+ pipe_id: "company:funding:leadmagic@1";
1347
1327
  connector?: {
1348
1328
  /**
1349
1329
  * @default first
@@ -1387,7 +1367,15 @@ export interface components {
1387
1367
  * "alias": ""
1388
1368
  * }
1389
1369
  */
1390
- name?: {
1370
+ company_name?: {
1371
+ alias: string;
1372
+ };
1373
+ /**
1374
+ * @default {
1375
+ * "alias": ""
1376
+ * }
1377
+ */
1378
+ company_website_url?: {
1391
1379
  alias: string;
1392
1380
  };
1393
1381
  };
@@ -1398,7 +1386,7 @@ export interface components {
1398
1386
  * "enabled": true
1399
1387
  * }
1400
1388
  */
1401
- first_name?: {
1389
+ funding_history?: {
1402
1390
  /** @default */
1403
1391
  alias?: string;
1404
1392
  /** @default true */
@@ -1410,80 +1398,43 @@ export interface components {
1410
1398
  * "enabled": true
1411
1399
  * }
1412
1400
  */
1413
- last_name?: {
1401
+ funding_total_usd?: {
1414
1402
  /** @default */
1415
1403
  alias?: string;
1416
1404
  /** @default true */
1417
1405
  enabled?: boolean;
1418
1406
  };
1419
- };
1420
- };
1421
- } | {
1422
- /** @enum {string} */
1423
- pipe_id: "people:validate:email:zerobounce@1";
1424
- connector?: {
1425
- /**
1426
- * @default first
1427
- * @enum {string}
1428
- */
1429
- strategy?: "first";
1430
- connections: {
1431
- /** @enum {string} */
1432
- type: "vault";
1433
- connection: string;
1434
- }[];
1435
- } | null;
1436
- trigger?: {
1437
- /** @enum {string} */
1438
- action: "run";
1439
- when: {
1440
- /** @enum {string} */
1441
- logic: "and" | "or";
1442
- conditions: ({
1443
- /** @enum {string} */
1444
- property: "value";
1445
- field_name: string;
1446
- /** @enum {string} */
1447
- operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
1448
- value: number | string | boolean | null;
1449
- } | {
1450
- /** @enum {string} */
1451
- property: "status";
1452
- field_name: string;
1453
- /** @enum {string} */
1454
- operator: "eq" | "neq";
1455
- /** @enum {string} */
1456
- value: "failed" | "no_result" | "completed" | "skipped";
1457
- })[];
1458
- };
1459
- } | null;
1460
- config?: {
1461
- input_fields?: {
1462
1407
  /**
1463
1408
  * @default {
1464
- * "alias": ""
1409
+ * "alias": "",
1410
+ * "enabled": true
1465
1411
  * }
1466
1412
  */
1467
- work_email?: {
1468
- alias: string;
1413
+ leadmagic_competitor_list?: {
1414
+ /** @default */
1415
+ alias?: string;
1416
+ /** @default true */
1417
+ enabled?: boolean;
1469
1418
  };
1470
1419
  /**
1471
1420
  * @default {
1472
- * "alias": ""
1421
+ * "alias": "",
1422
+ * "enabled": true
1473
1423
  * }
1474
1424
  */
1475
- ip_address?: {
1476
- alias: string;
1425
+ leadmagic_acquisition_history?: {
1426
+ /** @default */
1427
+ alias?: string;
1428
+ /** @default true */
1429
+ enabled?: boolean;
1477
1430
  };
1478
- };
1479
- output_fields?: {
1480
1431
  /**
1481
1432
  * @default {
1482
1433
  * "alias": "",
1483
1434
  * "enabled": true
1484
1435
  * }
1485
1436
  */
1486
- is_email_valid?: {
1437
+ leadmagic_company_news_list?: {
1487
1438
  /** @default */
1488
1439
  alias?: string;
1489
1440
  /** @default true */
@@ -1493,7 +1444,7 @@ export interface components {
1493
1444
  };
1494
1445
  } | {
1495
1446
  /** @enum {string} */
1496
- pipe_id: "people:email:validate:zerobounce@2";
1447
+ pipe_id: "people:workemail:waterfall@1";
1497
1448
  connector?: {
1498
1449
  /**
1499
1450
  * @default first
@@ -1531,13 +1482,56 @@ export interface components {
1531
1482
  };
1532
1483
  } | null;
1533
1484
  config?: {
1485
+ /**
1486
+ * @default [
1487
+ * {
1488
+ * "provider": "leadmagic"
1489
+ * },
1490
+ * {
1491
+ * "provider": "prospeo"
1492
+ * },
1493
+ * {
1494
+ * "provider": "hunter"
1495
+ * },
1496
+ * {
1497
+ * "provider": "icypeas"
1498
+ * },
1499
+ * {
1500
+ * "provider": "findymail"
1501
+ * }
1502
+ * ]
1503
+ */
1504
+ providers?: {
1505
+ /** @enum {string} */
1506
+ provider: "leadmagic" | "prospeo" | "hunter" | "icypeas" | "findymail";
1507
+ }[];
1508
+ /** @default true */
1509
+ allow_catch_all_emails?: boolean;
1510
+ /** @default true */
1511
+ allow_risky_emails?: boolean;
1534
1512
  input_fields?: {
1535
1513
  /**
1536
1514
  * @default {
1537
1515
  * "alias": ""
1538
1516
  * }
1539
1517
  */
1540
- email?: {
1518
+ name?: {
1519
+ alias: string;
1520
+ };
1521
+ /**
1522
+ * @default {
1523
+ * "alias": ""
1524
+ * }
1525
+ */
1526
+ company_website_url?: {
1527
+ alias: string;
1528
+ };
1529
+ /**
1530
+ * @default {
1531
+ * "alias": ""
1532
+ * }
1533
+ */
1534
+ company_name?: {
1541
1535
  alias: string;
1542
1536
  };
1543
1537
  };
@@ -1548,7 +1542,7 @@ export interface components {
1548
1542
  * "enabled": true
1549
1543
  * }
1550
1544
  */
1551
- zerobounce_validation_match?: {
1545
+ work_email?: {
1552
1546
  /** @default */
1553
1547
  alias?: string;
1554
1548
  /** @default true */
@@ -1560,7 +1554,7 @@ export interface components {
1560
1554
  * "enabled": true
1561
1555
  * }
1562
1556
  */
1563
- zerobounce_validation_status?: {
1557
+ email_validation_status?: {
1564
1558
  /** @default */
1565
1559
  alias?: string;
1566
1560
  /** @default true */
@@ -1570,7 +1564,7 @@ export interface components {
1570
1564
  };
1571
1565
  } | {
1572
1566
  /** @enum {string} */
1573
- pipe_id: "people:mobilenumber:workemail:waterfall@1";
1567
+ pipe_id: "people:email:iswork@1";
1574
1568
  trigger?: {
1575
1569
  /** @enum {string} */
1576
1570
  action: "run";
@@ -1608,24 +1602,13 @@ export interface components {
1608
1602
  }[];
1609
1603
  } | null;
1610
1604
  config?: {
1611
- /**
1612
- * @default [
1613
- * {
1614
- * "provider": "leadmagic"
1615
- * }
1616
- * ]
1617
- */
1618
- providers?: {
1619
- /** @enum {string} */
1620
- provider: "leadmagic";
1621
- }[];
1622
1605
  input_fields?: {
1623
1606
  /**
1624
1607
  * @default {
1625
1608
  * "alias": ""
1626
1609
  * }
1627
1610
  */
1628
- work_email?: {
1611
+ email?: {
1629
1612
  alias: string;
1630
1613
  };
1631
1614
  };
@@ -1636,7 +1619,7 @@ export interface components {
1636
1619
  * "enabled": true
1637
1620
  * }
1638
1621
  */
1639
- mobile_number?: {
1622
+ is_work_email?: {
1640
1623
  /** @default */
1641
1624
  alias?: string;
1642
1625
  /** @default true */
@@ -1646,7 +1629,19 @@ export interface components {
1646
1629
  };
1647
1630
  } | {
1648
1631
  /** @enum {string} */
1649
- pipe_id: "people:name:join@1";
1632
+ pipe_id: "people:name:split@1";
1633
+ connector?: {
1634
+ /**
1635
+ * @default first
1636
+ * @enum {string}
1637
+ */
1638
+ strategy?: "first";
1639
+ connections: {
1640
+ /** @enum {string} */
1641
+ type: "vault";
1642
+ connection: string;
1643
+ }[];
1644
+ } | null;
1650
1645
  trigger?: {
1651
1646
  /** @enum {string} */
1652
1647
  action: "run";
@@ -1671,18 +1666,6 @@ export interface components {
1671
1666
  })[];
1672
1667
  };
1673
1668
  } | null;
1674
- connector?: {
1675
- /**
1676
- * @default first
1677
- * @enum {string}
1678
- */
1679
- strategy?: "first";
1680
- connections: {
1681
- /** @enum {string} */
1682
- type: "vault";
1683
- connection: string;
1684
- }[];
1685
- } | null;
1686
1669
  config?: {
1687
1670
  input_fields?: {
1688
1671
  /**
@@ -1690,26 +1673,30 @@ export interface components {
1690
1673
  * "alias": ""
1691
1674
  * }
1692
1675
  */
1693
- first_name?: {
1676
+ name?: {
1694
1677
  alias: string;
1695
1678
  };
1679
+ };
1680
+ output_fields?: {
1696
1681
  /**
1697
1682
  * @default {
1698
- * "alias": ""
1683
+ * "alias": "",
1684
+ * "enabled": true
1699
1685
  * }
1700
1686
  */
1701
- last_name?: {
1702
- alias: string;
1687
+ first_name?: {
1688
+ /** @default */
1689
+ alias?: string;
1690
+ /** @default true */
1691
+ enabled?: boolean;
1703
1692
  };
1704
- };
1705
- output_fields?: {
1706
1693
  /**
1707
1694
  * @default {
1708
1695
  * "alias": "",
1709
1696
  * "enabled": true
1710
1697
  * }
1711
1698
  */
1712
- name?: {
1699
+ last_name?: {
1713
1700
  /** @default */
1714
1701
  alias?: string;
1715
1702
  /** @default true */
@@ -1719,7 +1706,19 @@ export interface components {
1719
1706
  };
1720
1707
  } | {
1721
1708
  /** @enum {string} */
1722
- pipe_id: "company:overview@1";
1709
+ pipe_id: "people:validate:email:zerobounce@1";
1710
+ connector?: {
1711
+ /**
1712
+ * @default first
1713
+ * @enum {string}
1714
+ */
1715
+ strategy?: "first";
1716
+ connections: {
1717
+ /** @enum {string} */
1718
+ type: "vault";
1719
+ connection: string;
1720
+ }[];
1721
+ } | null;
1723
1722
  trigger?: {
1724
1723
  /** @enum {string} */
1725
1724
  action: "run";
@@ -1744,18 +1743,6 @@ export interface components {
1744
1743
  })[];
1745
1744
  };
1746
1745
  } | null;
1747
- connector?: {
1748
- /**
1749
- * @default first
1750
- * @enum {string}
1751
- */
1752
- strategy?: "first";
1753
- connections: {
1754
- /** @enum {string} */
1755
- type: "vault";
1756
- connection: string;
1757
- }[];
1758
- } | null;
1759
1746
  config?: {
1760
1747
  input_fields?: {
1761
1748
  /**
@@ -1763,7 +1750,7 @@ export interface components {
1763
1750
  * "alias": ""
1764
1751
  * }
1765
1752
  */
1766
- company_website_url?: {
1753
+ work_email?: {
1767
1754
  alias: string;
1768
1755
  };
1769
1756
  /**
@@ -1771,7 +1758,7 @@ export interface components {
1771
1758
  * "alias": ""
1772
1759
  * }
1773
1760
  */
1774
- company_social_url?: {
1761
+ ip_address?: {
1775
1762
  alias: string;
1776
1763
  };
1777
1764
  };
@@ -1782,31 +1769,72 @@ export interface components {
1782
1769
  * "enabled": true
1783
1770
  * }
1784
1771
  */
1785
- company_description?: {
1772
+ is_email_valid?: {
1786
1773
  /** @default */
1787
1774
  alias?: string;
1788
1775
  /** @default true */
1789
1776
  enabled?: boolean;
1790
1777
  };
1778
+ };
1779
+ };
1780
+ } | {
1781
+ /** @enum {string} */
1782
+ pipe_id: "people:email:validate:zerobounce@2";
1783
+ connector?: {
1784
+ /**
1785
+ * @default first
1786
+ * @enum {string}
1787
+ */
1788
+ strategy?: "first";
1789
+ connections: {
1790
+ /** @enum {string} */
1791
+ type: "vault";
1792
+ connection: string;
1793
+ }[];
1794
+ } | null;
1795
+ trigger?: {
1796
+ /** @enum {string} */
1797
+ action: "run";
1798
+ when: {
1799
+ /** @enum {string} */
1800
+ logic: "and" | "or";
1801
+ conditions: ({
1802
+ /** @enum {string} */
1803
+ property: "value";
1804
+ field_name: string;
1805
+ /** @enum {string} */
1806
+ operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
1807
+ value: number | string | boolean | null;
1808
+ } | {
1809
+ /** @enum {string} */
1810
+ property: "status";
1811
+ field_name: string;
1812
+ /** @enum {string} */
1813
+ operator: "eq" | "neq";
1814
+ /** @enum {string} */
1815
+ value: "failed" | "no_result" | "completed" | "skipped";
1816
+ })[];
1817
+ };
1818
+ } | null;
1819
+ config?: {
1820
+ input_fields?: {
1791
1821
  /**
1792
1822
  * @default {
1793
- * "alias": "",
1794
- * "enabled": true
1823
+ * "alias": ""
1795
1824
  * }
1796
1825
  */
1797
- company_industry?: {
1798
- /** @default */
1799
- alias?: string;
1800
- /** @default true */
1801
- enabled?: boolean;
1826
+ email?: {
1827
+ alias: string;
1802
1828
  };
1829
+ };
1830
+ output_fields?: {
1803
1831
  /**
1804
1832
  * @default {
1805
1833
  * "alias": "",
1806
1834
  * "enabled": true
1807
1835
  * }
1808
1836
  */
1809
- company_region?: {
1837
+ zerobounce_validation_match?: {
1810
1838
  /** @default */
1811
1839
  alias?: string;
1812
1840
  /** @default true */
@@ -1818,31 +1846,156 @@ export interface components {
1818
1846
  * "enabled": true
1819
1847
  * }
1820
1848
  */
1821
- headcount?: {
1849
+ zerobounce_validation_status?: {
1822
1850
  /** @default */
1823
1851
  alias?: string;
1824
1852
  /** @default true */
1825
1853
  enabled?: boolean;
1826
1854
  };
1855
+ };
1856
+ };
1857
+ } | {
1858
+ /** @enum {string} */
1859
+ pipe_id: "people:mobilenumber:workemail:waterfall@1";
1860
+ trigger?: {
1861
+ /** @enum {string} */
1862
+ action: "run";
1863
+ when: {
1864
+ /** @enum {string} */
1865
+ logic: "and" | "or";
1866
+ conditions: ({
1867
+ /** @enum {string} */
1868
+ property: "value";
1869
+ field_name: string;
1870
+ /** @enum {string} */
1871
+ operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
1872
+ value: number | string | boolean | null;
1873
+ } | {
1874
+ /** @enum {string} */
1875
+ property: "status";
1876
+ field_name: string;
1877
+ /** @enum {string} */
1878
+ operator: "eq" | "neq";
1879
+ /** @enum {string} */
1880
+ value: "failed" | "no_result" | "completed" | "skipped";
1881
+ })[];
1882
+ };
1883
+ } | null;
1884
+ connector?: {
1885
+ /**
1886
+ * @default first
1887
+ * @enum {string}
1888
+ */
1889
+ strategy?: "first";
1890
+ connections: {
1891
+ /** @enum {string} */
1892
+ type: "vault";
1893
+ connection: string;
1894
+ }[];
1895
+ } | null;
1896
+ config?: {
1897
+ /**
1898
+ * @default [
1899
+ * {
1900
+ * "provider": "leadmagic"
1901
+ * }
1902
+ * ]
1903
+ */
1904
+ providers?: {
1905
+ /** @enum {string} */
1906
+ provider: "leadmagic";
1907
+ }[];
1908
+ input_fields?: {
1909
+ /**
1910
+ * @default {
1911
+ * "alias": ""
1912
+ * }
1913
+ */
1914
+ work_email?: {
1915
+ alias: string;
1916
+ };
1917
+ };
1918
+ output_fields?: {
1827
1919
  /**
1828
1920
  * @default {
1829
1921
  * "alias": "",
1830
1922
  * "enabled": true
1831
1923
  * }
1832
1924
  */
1833
- estimated_revenue?: {
1925
+ mobile_number?: {
1834
1926
  /** @default */
1835
1927
  alias?: string;
1836
1928
  /** @default true */
1837
1929
  enabled?: boolean;
1838
1930
  };
1931
+ };
1932
+ };
1933
+ } | {
1934
+ /** @enum {string} */
1935
+ pipe_id: "people:name:join@1";
1936
+ trigger?: {
1937
+ /** @enum {string} */
1938
+ action: "run";
1939
+ when: {
1940
+ /** @enum {string} */
1941
+ logic: "and" | "or";
1942
+ conditions: ({
1943
+ /** @enum {string} */
1944
+ property: "value";
1945
+ field_name: string;
1946
+ /** @enum {string} */
1947
+ operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
1948
+ value: number | string | boolean | null;
1949
+ } | {
1950
+ /** @enum {string} */
1951
+ property: "status";
1952
+ field_name: string;
1953
+ /** @enum {string} */
1954
+ operator: "eq" | "neq";
1955
+ /** @enum {string} */
1956
+ value: "failed" | "no_result" | "completed" | "skipped";
1957
+ })[];
1958
+ };
1959
+ } | null;
1960
+ connector?: {
1961
+ /**
1962
+ * @default first
1963
+ * @enum {string}
1964
+ */
1965
+ strategy?: "first";
1966
+ connections: {
1967
+ /** @enum {string} */
1968
+ type: "vault";
1969
+ connection: string;
1970
+ }[];
1971
+ } | null;
1972
+ config?: {
1973
+ input_fields?: {
1974
+ /**
1975
+ * @default {
1976
+ * "alias": ""
1977
+ * }
1978
+ */
1979
+ first_name?: {
1980
+ alias: string;
1981
+ };
1982
+ /**
1983
+ * @default {
1984
+ * "alias": ""
1985
+ * }
1986
+ */
1987
+ last_name?: {
1988
+ alias: string;
1989
+ };
1990
+ };
1991
+ output_fields?: {
1839
1992
  /**
1840
1993
  * @default {
1841
1994
  * "alias": "",
1842
1995
  * "enabled": true
1843
1996
  * }
1844
1997
  */
1845
- founded_year?: {
1998
+ name?: {
1846
1999
  /** @default */
1847
2000
  alias?: string;
1848
2001
  /** @default true */
@@ -1852,7 +2005,7 @@ export interface components {
1852
2005
  };
1853
2006
  } | {
1854
2007
  /** @enum {string} */
1855
- pipe_id: "company:overview@2";
2008
+ pipe_id: "company:overview@1";
1856
2009
  trigger?: {
1857
2010
  /** @enum {string} */
1858
2011
  action: "run";
@@ -1904,7 +2057,7 @@ export interface components {
1904
2057
  * "alias": ""
1905
2058
  * }
1906
2059
  */
1907
- company_profile_url?: {
2060
+ company_social_url?: {
1908
2061
  alias: string;
1909
2062
  };
1910
2063
  };
@@ -1981,15 +2134,148 @@ export interface components {
1981
2134
  /** @default true */
1982
2135
  enabled?: boolean;
1983
2136
  };
1984
- /**
1985
- * @default {
1986
- * "alias": "",
1987
- * "enabled": true
1988
- * }
1989
- */
1990
- company_name?: {
1991
- /** @default */
1992
- alias?: string;
2137
+ };
2138
+ };
2139
+ } | {
2140
+ /** @enum {string} */
2141
+ pipe_id: "company:overview@2";
2142
+ trigger?: {
2143
+ /** @enum {string} */
2144
+ action: "run";
2145
+ when: {
2146
+ /** @enum {string} */
2147
+ logic: "and" | "or";
2148
+ conditions: ({
2149
+ /** @enum {string} */
2150
+ property: "value";
2151
+ field_name: string;
2152
+ /** @enum {string} */
2153
+ operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "contains";
2154
+ value: number | string | boolean | null;
2155
+ } | {
2156
+ /** @enum {string} */
2157
+ property: "status";
2158
+ field_name: string;
2159
+ /** @enum {string} */
2160
+ operator: "eq" | "neq";
2161
+ /** @enum {string} */
2162
+ value: "failed" | "no_result" | "completed" | "skipped";
2163
+ })[];
2164
+ };
2165
+ } | null;
2166
+ connector?: {
2167
+ /**
2168
+ * @default first
2169
+ * @enum {string}
2170
+ */
2171
+ strategy?: "first";
2172
+ connections: {
2173
+ /** @enum {string} */
2174
+ type: "vault";
2175
+ connection: string;
2176
+ }[];
2177
+ } | null;
2178
+ config: {
2179
+ input_fields?: {
2180
+ /**
2181
+ * @default {
2182
+ * "alias": ""
2183
+ * }
2184
+ */
2185
+ company_website_url?: {
2186
+ alias: string;
2187
+ };
2188
+ /**
2189
+ * @default {
2190
+ * "alias": ""
2191
+ * }
2192
+ */
2193
+ company_profile_url?: {
2194
+ alias: string;
2195
+ };
2196
+ };
2197
+ output_fields?: {
2198
+ /**
2199
+ * @default {
2200
+ * "alias": "",
2201
+ * "enabled": true
2202
+ * }
2203
+ */
2204
+ company_description?: {
2205
+ /** @default */
2206
+ alias?: string;
2207
+ /** @default true */
2208
+ enabled?: boolean;
2209
+ };
2210
+ /**
2211
+ * @default {
2212
+ * "alias": "",
2213
+ * "enabled": true
2214
+ * }
2215
+ */
2216
+ company_industry?: {
2217
+ /** @default */
2218
+ alias?: string;
2219
+ /** @default true */
2220
+ enabled?: boolean;
2221
+ };
2222
+ /**
2223
+ * @default {
2224
+ * "alias": "",
2225
+ * "enabled": true
2226
+ * }
2227
+ */
2228
+ company_region?: {
2229
+ /** @default */
2230
+ alias?: string;
2231
+ /** @default true */
2232
+ enabled?: boolean;
2233
+ };
2234
+ /**
2235
+ * @default {
2236
+ * "alias": "",
2237
+ * "enabled": true
2238
+ * }
2239
+ */
2240
+ headcount?: {
2241
+ /** @default */
2242
+ alias?: string;
2243
+ /** @default true */
2244
+ enabled?: boolean;
2245
+ };
2246
+ /**
2247
+ * @default {
2248
+ * "alias": "",
2249
+ * "enabled": true
2250
+ * }
2251
+ */
2252
+ estimated_revenue?: {
2253
+ /** @default */
2254
+ alias?: string;
2255
+ /** @default true */
2256
+ enabled?: boolean;
2257
+ };
2258
+ /**
2259
+ * @default {
2260
+ * "alias": "",
2261
+ * "enabled": true
2262
+ * }
2263
+ */
2264
+ founded_year?: {
2265
+ /** @default */
2266
+ alias?: string;
2267
+ /** @default true */
2268
+ enabled?: boolean;
2269
+ };
2270
+ /**
2271
+ * @default {
2272
+ * "alias": "",
2273
+ * "enabled": true
2274
+ * }
2275
+ */
2276
+ company_name?: {
2277
+ /** @default */
2278
+ alias?: string;
1993
2279
  /** @default true */
1994
2280
  enabled?: boolean;
1995
2281
  };
@@ -2440,7 +2726,7 @@ export interface components {
2440
2726
  config: {
2441
2727
  audience_id: string;
2442
2728
  /** @default true */
2443
- add_as_subscribed?: boolean | null;
2729
+ add_as_subscribed?: boolean;
2444
2730
  input_fields?: {
2445
2731
  /**
2446
2732
  * @default {
@@ -2513,7 +2799,7 @@ export interface components {
2513
2799
  connection: string;
2514
2800
  }[];
2515
2801
  } | null;
2516
- config?: {
2802
+ config: {
2517
2803
  limit: number;
2518
2804
  input_fields?: {
2519
2805
  /**
@@ -2579,7 +2865,7 @@ export interface components {
2579
2865
  connection: string;
2580
2866
  }[];
2581
2867
  } | null;
2582
- config?: {
2868
+ config: {
2583
2869
  input_fields?: {
2584
2870
  /**
2585
2871
  * @default {
@@ -2977,7 +3263,7 @@ export interface components {
2977
3263
  connection: string;
2978
3264
  }[];
2979
3265
  } | null;
2980
- config?: {
3266
+ config: {
2981
3267
  input_fields?: {
2982
3268
  /**
2983
3269
  * @default {
@@ -3373,7 +3659,7 @@ export interface components {
3373
3659
  } | null;
3374
3660
  config?: {
3375
3661
  /** @default false */
3376
- scrape_main_only?: boolean | null;
3662
+ scrape_main_only?: boolean;
3377
3663
  input_fields?: {
3378
3664
  /**
3379
3665
  * @default {
@@ -3464,7 +3750,7 @@ export interface components {
3464
3750
  } | null;
3465
3751
  config?: {
3466
3752
  /** @default false */
3467
- scrape_main_only?: boolean | null;
3753
+ scrape_main_only?: boolean;
3468
3754
  formats?: ("markdown" | "html" | "links")[];
3469
3755
  input_fields?: {
3470
3756
  /**
@@ -3536,9 +3822,9 @@ export interface components {
3536
3822
  };
3537
3823
  extraction_prompt: string;
3538
3824
  /** @default false */
3539
- enable_full_domain_crawl?: boolean | null;
3825
+ enable_full_domain_crawl?: boolean;
3540
3826
  /** @default false */
3541
- enable_web_search?: boolean | null;
3827
+ enable_web_search?: boolean;
3542
3828
  input_fields?: {
3543
3829
  /**
3544
3830
  * @default {
@@ -3679,9 +3965,9 @@ export interface components {
3679
3965
  config: {
3680
3966
  sheet: string;
3681
3967
  /** @default true */
3682
- run?: boolean | null;
3968
+ run?: boolean;
3683
3969
  /** @default true */
3684
- allow_field_creation?: boolean | null;
3970
+ allow_field_creation?: boolean;
3685
3971
  /** @default [] */
3686
3972
  included_fields?: {
3687
3973
  field_name: string;
@@ -3742,15 +4028,15 @@ export interface components {
3742
4028
  } | null;
3743
4029
  config: {
3744
4030
  /** @default true */
3745
- run?: boolean | null;
4031
+ run?: boolean;
3746
4032
  /** @default true */
3747
- allow_field_creation?: boolean | null;
4033
+ allow_field_creation?: boolean;
3748
4034
  /** @default [] */
3749
4035
  included_fields?: {
3750
4036
  field_name: string;
3751
4037
  }[];
3752
4038
  /** @default true */
3753
- allow_sheet_creation?: boolean | null;
4039
+ allow_sheet_creation?: boolean;
3754
4040
  new_sheet_team_id: string;
3755
4041
  input_fields?: {
3756
4042
  /**
@@ -3831,9 +4117,9 @@ export interface components {
3831
4117
  config: {
3832
4118
  sheet: string;
3833
4119
  /** @default true */
3834
- run?: boolean | null;
4120
+ run?: boolean;
3835
4121
  /** @default true */
3836
- allow_field_creation?: boolean | null;
4122
+ allow_field_creation?: boolean;
3837
4123
  input_fields?: {
3838
4124
  /**
3839
4125
  * @default {
@@ -3975,7 +4261,7 @@ export interface components {
3975
4261
  connection: string;
3976
4262
  }[];
3977
4263
  } | null;
3978
- config?: {
4264
+ config: {
3979
4265
  input_fields?: {
3980
4266
  /**
3981
4267
  * @default {
@@ -4730,9 +5016,9 @@ export interface components {
4730
5016
  provider: "hunter" | "findymail" | "leadmagic" | "crustdata" | "clado";
4731
5017
  }[];
4732
5018
  /** @default true */
4733
- allow_catch_all_emails?: boolean | null;
5019
+ allow_catch_all_emails?: boolean;
4734
5020
  /** @default true */
4735
- allow_risky_emails?: boolean | null;
5021
+ allow_risky_emails?: boolean;
4736
5022
  input_fields?: {
4737
5023
  /**
4738
5024
  * @default {
@@ -5285,205 +5571,847 @@ export interface components {
5285
5571
  };
5286
5572
  entity_logo?: {
5287
5573
  /**
5288
- * Format: uri
5289
- * @description URL to the provider's logo image.
5574
+ * Format: uri
5575
+ * @description URL to the provider's logo image.
5576
+ */
5577
+ image_url: string;
5578
+ /** @description The name of the entity. */
5579
+ entity: string;
5580
+ };
5581
+ location_indicator?: {
5582
+ /** @description Country flag emoji. */
5583
+ emoji: string;
5584
+ };
5585
+ avatar?: {
5586
+ /**
5587
+ * Format: uri
5588
+ * @description URL to the provider's logo image.
5589
+ */
5590
+ image_url: string;
5591
+ /** @description The name of the avatar owner. */
5592
+ name: string;
5593
+ };
5594
+ waterfall?: {
5595
+ attempted_providers: {
5596
+ /** @enum {string} */
5597
+ 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";
5598
+ }[];
5599
+ available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
5600
+ /** @enum {string} */
5601
+ successful_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";
5602
+ };
5603
+ icon?: {
5604
+ /** @enum {string} */
5605
+ key: "linkedin" | "job";
5606
+ };
5607
+ action_summary?: {
5608
+ /** @enum {string} */
5609
+ result_status: "completed" | "failed";
5610
+ };
5611
+ sources?: {
5612
+ list: {
5613
+ source: string;
5614
+ description?: string;
5615
+ url: string;
5616
+ }[];
5617
+ };
5618
+ confidence?: {
5619
+ numeric: number;
5620
+ };
5621
+ };
5622
+ };
5623
+ };
5624
+ SearchesResponseSchema: {
5625
+ id: string;
5626
+ /** @enum {string} */
5627
+ status: "completed" | "failed" | "pending" | "processing";
5628
+ results: {
5629
+ [key: string]: {
5630
+ value: string | number | boolean | null | {
5631
+ [key: string]: unknown;
5632
+ } | unknown[];
5633
+ status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
5634
+ /** @enum {string} */
5635
+ type?: "string" | "number" | "boolean" | "json" | "unknown";
5636
+ /** @enum {string|null} */
5637
+ format?: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
5638
+ resolved_by?: {
5639
+ /** @enum {string|null} */
5640
+ ref: "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
5641
+ /** @enum {string|null} */
5642
+ environment: "production" | "sandbox" | null;
5643
+ config_hash: string | null;
5644
+ input_hash: string | null;
5645
+ } | null;
5646
+ /** @description A map of widgets associated with this field for UI display, keyed by widget type. */
5647
+ widgets?: {
5648
+ display_value?: {
5649
+ label?: string;
5650
+ };
5651
+ entity_logo?: {
5652
+ /**
5653
+ * Format: uri
5654
+ * @description URL to the provider's logo image.
5655
+ */
5656
+ image_url: string;
5657
+ /** @description The name of the entity. */
5658
+ entity: string;
5659
+ };
5660
+ location_indicator?: {
5661
+ /** @description Country flag emoji. */
5662
+ emoji: string;
5663
+ };
5664
+ avatar?: {
5665
+ /**
5666
+ * Format: uri
5667
+ * @description URL to the provider's logo image.
5668
+ */
5669
+ image_url: string;
5670
+ /** @description The name of the avatar owner. */
5671
+ name: string;
5672
+ };
5673
+ waterfall?: {
5674
+ attempted_providers: {
5675
+ /** @enum {string} */
5676
+ 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";
5677
+ }[];
5678
+ available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
5679
+ /** @enum {string} */
5680
+ successful_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";
5681
+ };
5682
+ icon?: {
5683
+ /** @enum {string} */
5684
+ key: "linkedin" | "job";
5685
+ };
5686
+ action_summary?: {
5687
+ /** @enum {string} */
5688
+ result_status: "completed" | "failed";
5689
+ };
5690
+ sources?: {
5691
+ list: {
5692
+ source: string;
5693
+ description?: string;
5694
+ url: string;
5695
+ }[];
5696
+ };
5697
+ confidence?: {
5698
+ numeric: number;
5699
+ };
5700
+ };
5701
+ } | null;
5702
+ }[];
5703
+ search_statuses: {
5704
+ search: {
5705
+ /** @enum {string} */
5706
+ ref: "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";
5707
+ };
5708
+ /** @enum {string} */
5709
+ status: "pending" | "processing" | "failed" | "completed";
5710
+ errors: {
5711
+ code: string;
5712
+ message: string;
5713
+ path?: string;
5714
+ }[];
5715
+ meta: {
5716
+ providers?: {
5717
+ clado?: {
5718
+ pagination: {
5719
+ search_id?: string;
5720
+ offset?: number;
5721
+ };
5722
+ };
5723
+ crustdata?: {
5724
+ pagination: {
5725
+ cursor: string | null;
5726
+ };
5727
+ };
5728
+ };
5729
+ };
5730
+ }[];
5731
+ organizationId: string;
5732
+ };
5733
+ SearchesRequestSchema: {
5734
+ /**
5735
+ * @default {
5736
+ * "dedup": {
5737
+ * "strategy": "default"
5738
+ * },
5739
+ * "environment": "production",
5740
+ * "widgets": {
5741
+ * "enabled": false
5742
+ * }
5743
+ * }
5744
+ */
5745
+ config?: {
5746
+ /**
5747
+ * @default production
5748
+ * @enum {string}
5749
+ */
5750
+ environment?: "production" | "sandbox";
5751
+ /**
5752
+ * @default {
5753
+ * "enabled": false
5754
+ * }
5755
+ */
5756
+ widgets?: {
5757
+ /** @default false */
5758
+ enabled?: boolean;
5759
+ };
5760
+ /**
5761
+ * @default {
5762
+ * "strategy": null
5763
+ * }
5764
+ */
5765
+ dedup?: {
5766
+ /** @enum {string|null} */
5767
+ strategy: "default" | null;
5768
+ };
5769
+ };
5770
+ searches: ({
5771
+ /** @enum {string} */
5772
+ search_id: "people:profiles:crustdata@1";
5773
+ connector?: {
5774
+ /**
5775
+ * @default first
5776
+ * @enum {string}
5777
+ */
5778
+ strategy?: "first";
5779
+ connections: {
5780
+ /** @enum {string} */
5781
+ type: "vault";
5782
+ connection: string;
5783
+ }[];
5784
+ } | null;
5785
+ config: {
5786
+ /** @default 100 */
5787
+ limit?: number;
5788
+ cursor: string;
5789
+ output_fields?: {
5790
+ /**
5791
+ * @default {
5792
+ * "alias": "",
5793
+ * "enabled": true
5794
+ * }
5795
+ */
5796
+ name?: {
5797
+ /** @default */
5798
+ alias?: string;
5799
+ /** @default true */
5800
+ enabled?: boolean;
5801
+ };
5802
+ /**
5803
+ * @default {
5804
+ * "alias": "",
5805
+ * "enabled": true
5806
+ * }
5807
+ */
5808
+ company_website_url?: {
5809
+ /** @default */
5810
+ alias?: string;
5811
+ /** @default true */
5812
+ enabled?: boolean;
5813
+ };
5814
+ /**
5815
+ * @default {
5816
+ * "alias": "",
5817
+ * "enabled": true
5818
+ * }
5819
+ */
5820
+ profile_url?: {
5821
+ /** @default */
5822
+ alias?: string;
5823
+ /** @default true */
5824
+ enabled?: boolean;
5825
+ };
5826
+ /**
5827
+ * @default {
5828
+ * "alias": "",
5829
+ * "enabled": true
5830
+ * }
5831
+ */
5832
+ job_title?: {
5833
+ /** @default */
5834
+ alias?: string;
5835
+ /** @default true */
5836
+ enabled?: boolean;
5837
+ };
5838
+ /**
5839
+ * @default {
5840
+ * "alias": "",
5841
+ * "enabled": true
5842
+ * }
5843
+ */
5844
+ crustdata_person_match?: {
5845
+ /** @default */
5846
+ alias?: string;
5847
+ /** @default true */
5848
+ enabled?: boolean;
5849
+ };
5850
+ };
5851
+ filters: {
5852
+ locations?: string[];
5853
+ /** @default [] */
5854
+ profile_headline_keywords?: string[];
5855
+ /** @default [] */
5856
+ profile_summary_keywords?: string[];
5857
+ profile_languages?: ("Arabic" | "English" | "Spanish" | "Portuguese" | "Chinese" | "French" | "Italian" | "Russian" | "German" | "Dutch" | "Turkish" | "Tagalog" | "Polish" | "Korean" | "Japanese" | "Malay" | "Norwegian" | "Danish" | "Romanian" | "Swedish" | "Bahasa Indonesia" | "Czech")[];
5858
+ languages?: string[];
5859
+ skills?: string[];
5860
+ years_of_experience?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
5861
+ /**
5862
+ * @default {
5863
+ * "include": [],
5864
+ * "exclude": []
5865
+ * }
5866
+ */
5867
+ current_seniority_levels?: {
5868
+ /** @default [] */
5869
+ include?: string[];
5870
+ /** @default [] */
5871
+ exclude?: string[];
5872
+ };
5873
+ /** @default [] */
5874
+ current_employers?: string[];
5875
+ /** @default [] */
5876
+ current_employers_website_urls?: string[];
5877
+ /** @default [] */
5878
+ current_job_titles?: string[];
5879
+ current_employers_linkedin_industries?: string[];
5880
+ years_at_current_company?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
5881
+ /** @default [] */
5882
+ previous_employers_website_urls?: string[];
5883
+ /**
5884
+ * @default {
5885
+ * "include": [],
5886
+ * "exclude": []
5887
+ * }
5888
+ */
5889
+ previous_seniority_levels?: {
5890
+ /** @default [] */
5891
+ include?: string[];
5892
+ /** @default [] */
5893
+ exclude?: string[];
5894
+ };
5895
+ /** @default [] */
5896
+ previous_employers?: string[];
5897
+ /** @default [] */
5898
+ previous_job_titles?: string[];
5899
+ previous_employers_linkedin_industries?: string[];
5900
+ /** @default [] */
5901
+ certifications?: string[];
5902
+ /** @default [] */
5903
+ honors?: string[];
5904
+ /** @default null */
5905
+ recently_changed_jobs?: boolean | null;
5906
+ fields_of_study?: string[];
5907
+ degree_names?: string[];
5908
+ school_names?: string[];
5909
+ current_school_names?: string[];
5910
+ /** @default [] */
5911
+ extracurricular_activities?: string[];
5912
+ };
5913
+ };
5914
+ } | {
5915
+ /** @enum {string} */
5916
+ search_id: "companies:profiles:crustdata@1";
5917
+ connector?: {
5918
+ /**
5919
+ * @default first
5920
+ * @enum {string}
5921
+ */
5922
+ strategy?: "first";
5923
+ connections: {
5924
+ /** @enum {string} */
5925
+ type: "vault";
5926
+ connection: string;
5927
+ }[];
5928
+ } | null;
5929
+ config: {
5930
+ /** @default 100 */
5931
+ limit?: number;
5932
+ cursor: string;
5933
+ output_fields?: {
5934
+ /**
5935
+ * @default {
5936
+ * "alias": "",
5937
+ * "enabled": true
5938
+ * }
5939
+ */
5940
+ company_name?: {
5941
+ /** @default */
5942
+ alias?: string;
5943
+ /** @default true */
5944
+ enabled?: boolean;
5945
+ };
5946
+ /**
5947
+ * @default {
5948
+ * "alias": "",
5949
+ * "enabled": true
5950
+ * }
5951
+ */
5952
+ company_website_url?: {
5953
+ /** @default */
5954
+ alias?: string;
5955
+ /** @default true */
5956
+ enabled?: boolean;
5957
+ };
5958
+ /**
5959
+ * @default {
5960
+ * "alias": "",
5961
+ * "enabled": true
5962
+ * }
5963
+ */
5964
+ company_description?: {
5965
+ /** @default */
5966
+ alias?: string;
5967
+ /** @default true */
5968
+ enabled?: boolean;
5969
+ };
5970
+ /**
5971
+ * @default {
5972
+ * "alias": "",
5973
+ * "enabled": true
5974
+ * }
5975
+ */
5976
+ company_profile_url?: {
5977
+ /** @default */
5978
+ alias?: string;
5979
+ /** @default true */
5980
+ enabled?: boolean;
5981
+ };
5982
+ /**
5983
+ * @default {
5984
+ * "alias": "",
5985
+ * "enabled": true
5986
+ * }
5987
+ */
5988
+ crustdata_company_match?: {
5989
+ /** @default */
5990
+ alias?: string;
5991
+ /** @default true */
5992
+ enabled?: boolean;
5993
+ };
5994
+ };
5995
+ filters: {
5996
+ hq_locations?: string[];
5997
+ crunchbase_categories?: string[];
5998
+ crunchbase_investors?: string[];
5999
+ tracxn_investors?: string[];
6000
+ company_types?: ("Public Company" | "Privately Held" | "Non Profit" | "Educational Institution" | "Partnership" | "Self Employed" | "Self Owned" | "Government Agency")[];
6001
+ linkedin_industries?: string[];
6002
+ markets?: string[];
6003
+ linkedin_categories?: string[];
6004
+ headcount?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[];
6005
+ headcount_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
6006
+ /**
6007
+ * @default {
6008
+ * "from": null,
6009
+ * "to": null
6010
+ * }
6011
+ */
6012
+ revenue_in_usd?: {
6013
+ from?: number | null;
6014
+ to?: number | null;
6015
+ };
6016
+ last_funding_type?: ("Series A" | "Series B" | "Series C" | "Series D")[];
6017
+ /**
6018
+ * @default {
6019
+ * "from": null,
6020
+ * "to": null
6021
+ * }
6022
+ */
6023
+ last_funding_amount?: {
6024
+ from?: number | null;
6025
+ to?: number | null;
6026
+ };
6027
+ number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
6028
+ follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
6029
+ /** @default [] */
6030
+ profile_summary_keywords?: string[];
6031
+ /** @default [] */
6032
+ competitor_websites?: string[];
6033
+ };
6034
+ };
6035
+ } | {
6036
+ /** @enum {string} */
6037
+ search_id: "companies:profiles:exa@1";
6038
+ connector?: {
6039
+ /**
6040
+ * @default first
6041
+ * @enum {string}
6042
+ */
6043
+ strategy?: "first";
6044
+ connections: {
6045
+ /** @enum {string} */
6046
+ type: "vault";
6047
+ connection: string;
6048
+ }[];
6049
+ } | null;
6050
+ config: {
6051
+ /** @default 10 */
6052
+ limit?: number;
6053
+ output_fields?: {
6054
+ /**
6055
+ * @default {
6056
+ * "alias": "",
6057
+ * "enabled": true
6058
+ * }
6059
+ */
6060
+ company_name?: {
6061
+ /** @default */
6062
+ alias?: string;
6063
+ /** @default true */
6064
+ enabled?: boolean;
6065
+ };
6066
+ /**
6067
+ * @default {
6068
+ * "alias": "",
6069
+ * "enabled": true
6070
+ * }
6071
+ */
6072
+ company_website_url?: {
6073
+ /** @default */
6074
+ alias?: string;
6075
+ /** @default true */
6076
+ enabled?: boolean;
6077
+ };
6078
+ /**
6079
+ * @default {
6080
+ * "alias": "",
6081
+ * "enabled": true
6082
+ * }
6083
+ */
6084
+ company_description?: {
6085
+ /** @default */
6086
+ alias?: string;
6087
+ /** @default true */
6088
+ enabled?: boolean;
6089
+ };
6090
+ /**
6091
+ * @default {
6092
+ * "alias": "",
6093
+ * "enabled": true
6094
+ * }
6095
+ */
6096
+ company_industry?: {
6097
+ /** @default */
6098
+ alias?: string;
6099
+ /** @default true */
6100
+ enabled?: boolean;
6101
+ };
6102
+ /**
6103
+ * @default {
6104
+ * "alias": "",
6105
+ * "enabled": true
6106
+ * }
6107
+ */
6108
+ headcount?: {
6109
+ /** @default */
6110
+ alias?: string;
6111
+ /** @default true */
6112
+ enabled?: boolean;
6113
+ };
6114
+ /**
6115
+ * @default {
6116
+ * "alias": "",
6117
+ * "enabled": true
6118
+ * }
6119
+ */
6120
+ exa_match_evaluation?: {
6121
+ /** @default */
6122
+ alias?: string;
6123
+ /** @default true */
6124
+ enabled?: boolean;
6125
+ };
6126
+ };
6127
+ filters: {
6128
+ query: string;
6129
+ };
6130
+ };
6131
+ } | {
6132
+ /** @enum {string} */
6133
+ search_id: "people:profiles:exa@1";
6134
+ connector?: {
6135
+ /**
6136
+ * @default first
6137
+ * @enum {string}
6138
+ */
6139
+ strategy?: "first";
6140
+ connections: {
6141
+ /** @enum {string} */
6142
+ type: "vault";
6143
+ connection: string;
6144
+ }[];
6145
+ } | null;
6146
+ config: {
6147
+ /** @default 10 */
6148
+ limit?: number;
6149
+ output_fields?: {
6150
+ /**
6151
+ * @default {
6152
+ * "alias": "",
6153
+ * "enabled": true
6154
+ * }
6155
+ */
6156
+ name?: {
6157
+ /** @default */
6158
+ alias?: string;
6159
+ /** @default true */
6160
+ enabled?: boolean;
6161
+ };
6162
+ /**
6163
+ * @default {
6164
+ * "alias": "",
6165
+ * "enabled": true
6166
+ * }
6167
+ */
6168
+ profile_url?: {
6169
+ /** @default */
6170
+ alias?: string;
6171
+ /** @default true */
6172
+ enabled?: boolean;
6173
+ };
6174
+ /**
6175
+ * @default {
6176
+ * "alias": "",
6177
+ * "enabled": true
6178
+ * }
6179
+ */
6180
+ job_title?: {
6181
+ /** @default */
6182
+ alias?: string;
6183
+ /** @default true */
6184
+ enabled?: boolean;
6185
+ };
6186
+ /**
6187
+ * @default {
6188
+ * "alias": "",
6189
+ * "enabled": true
6190
+ * }
6191
+ */
6192
+ company_name?: {
6193
+ /** @default */
6194
+ alias?: string;
6195
+ /** @default true */
6196
+ enabled?: boolean;
6197
+ };
6198
+ /**
6199
+ * @default {
6200
+ * "alias": "",
6201
+ * "enabled": true
6202
+ * }
6203
+ */
6204
+ company_region?: {
6205
+ /** @default */
6206
+ alias?: string;
6207
+ /** @default true */
6208
+ enabled?: boolean;
6209
+ };
6210
+ /**
6211
+ * @default {
6212
+ * "alias": "",
6213
+ * "enabled": true
6214
+ * }
6215
+ */
6216
+ exa_match_evaluation?: {
6217
+ /** @default */
6218
+ alias?: string;
6219
+ /** @default true */
6220
+ enabled?: boolean;
6221
+ };
6222
+ };
6223
+ filters: {
6224
+ query: string;
6225
+ };
6226
+ };
6227
+ } | {
6228
+ /** @enum {string} */
6229
+ search_id: "people:profiles:icypeas@1";
6230
+ connector?: {
6231
+ /**
6232
+ * @default first
6233
+ * @enum {string}
6234
+ */
6235
+ strategy?: "first";
6236
+ connections: {
6237
+ /** @enum {string} */
6238
+ type: "vault";
6239
+ connection: string;
6240
+ }[];
6241
+ } | null;
6242
+ config: {
6243
+ /** @default 100 */
6244
+ limit?: number;
6245
+ output_fields?: {
6246
+ /**
6247
+ * @default {
6248
+ * "alias": "",
6249
+ * "enabled": true
6250
+ * }
6251
+ */
6252
+ name?: {
6253
+ /** @default */
6254
+ alias?: string;
6255
+ /** @default true */
6256
+ enabled?: boolean;
6257
+ };
6258
+ /**
6259
+ * @default {
6260
+ * "alias": "",
6261
+ * "enabled": true
6262
+ * }
6263
+ */
6264
+ job_title?: {
6265
+ /** @default */
6266
+ alias?: string;
6267
+ /** @default true */
6268
+ enabled?: boolean;
6269
+ };
6270
+ /**
6271
+ * @default {
6272
+ * "alias": "",
6273
+ * "enabled": true
6274
+ * }
6275
+ */
6276
+ profile_headline?: {
6277
+ /** @default */
6278
+ alias?: string;
6279
+ /** @default true */
6280
+ enabled?: boolean;
6281
+ };
6282
+ /**
6283
+ * @default {
6284
+ * "alias": "",
6285
+ * "enabled": true
6286
+ * }
6287
+ */
6288
+ company_website_url?: {
6289
+ /** @default */
6290
+ alias?: string;
6291
+ /** @default true */
6292
+ enabled?: boolean;
6293
+ };
6294
+ /**
6295
+ * @default {
6296
+ * "alias": "",
6297
+ * "enabled": true
6298
+ * }
6299
+ */
6300
+ company_profile_url?: {
6301
+ /** @default */
6302
+ alias?: string;
6303
+ /** @default true */
6304
+ enabled?: boolean;
6305
+ };
6306
+ /**
6307
+ * @default {
6308
+ * "alias": "",
6309
+ * "enabled": true
6310
+ * }
5290
6311
  */
5291
- image_url: string;
5292
- /** @description The name of the entity. */
5293
- entity: string;
5294
- };
5295
- location_indicator?: {
5296
- /** @description Country flag emoji. */
5297
- emoji: string;
5298
- };
5299
- avatar?: {
6312
+ profile_url?: {
6313
+ /** @default */
6314
+ alias?: string;
6315
+ /** @default true */
6316
+ enabled?: boolean;
6317
+ };
5300
6318
  /**
5301
- * Format: uri
5302
- * @description URL to the provider's logo image.
6319
+ * @default {
6320
+ * "alias": "",
6321
+ * "enabled": true
6322
+ * }
5303
6323
  */
5304
- image_url: string;
5305
- /** @description The name of the avatar owner. */
5306
- name: string;
5307
- };
5308
- waterfall?: {
5309
- attempted_providers: {
5310
- /** @enum {string} */
5311
- 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";
5312
- }[];
5313
- available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
5314
- /** @enum {string} */
5315
- successful_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";
5316
- };
5317
- icon?: {
5318
- /** @enum {string} */
5319
- key: "linkedin" | "job";
5320
- };
5321
- action_summary?: {
5322
- /** @enum {string} */
5323
- result_status: "completed" | "failed";
5324
- };
5325
- sources?: {
5326
- list: {
5327
- source: string;
5328
- description?: string;
5329
- url: string;
5330
- }[];
5331
- };
5332
- confidence?: {
5333
- numeric: number;
6324
+ icypeas_person_match?: {
6325
+ /** @default */
6326
+ alias?: string;
6327
+ /** @default true */
6328
+ enabled?: boolean;
6329
+ };
5334
6330
  };
5335
- };
5336
- };
5337
- };
5338
- SearchesResponseSchema: {
5339
- id: string;
5340
- /** @enum {string} */
5341
- status: "completed" | "failed" | "pending" | "processing";
5342
- results: {
5343
- [key: string]: {
5344
- value: string | number | boolean | null | {
5345
- [key: string]: unknown;
5346
- } | unknown[];
5347
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
5348
- /** @enum {string} */
5349
- type?: "string" | "number" | "boolean" | "json" | "unknown";
5350
- /** @enum {string|null} */
5351
- format?: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
5352
- resolved_by?: {
5353
- /** @enum {string|null} */
5354
- ref: "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
5355
- /** @enum {string|null} */
5356
- environment: "production" | "sandbox" | null;
5357
- config_hash: string | null;
5358
- input_hash: string | null;
5359
- } | null;
5360
- /** @description A map of widgets associated with this field for UI display, keyed by widget type. */
5361
- widgets?: {
5362
- display_value?: {
5363
- label?: string;
6331
+ filters: {
6332
+ firstname?: {
6333
+ /** @default [] */
6334
+ include?: string[];
6335
+ /** @default [] */
6336
+ exclude?: string[];
5364
6337
  };
5365
- entity_logo?: {
5366
- /**
5367
- * Format: uri
5368
- * @description URL to the provider's logo image.
5369
- */
5370
- image_url: string;
5371
- /** @description The name of the entity. */
5372
- entity: string;
6338
+ lastname?: {
6339
+ /** @default [] */
6340
+ include?: string[];
6341
+ /** @default [] */
6342
+ exclude?: string[];
5373
6343
  };
5374
- location_indicator?: {
5375
- /** @description Country flag emoji. */
5376
- emoji: string;
6344
+ currentJobTitle?: {
6345
+ /** @default [] */
6346
+ include?: string[];
6347
+ /** @default [] */
6348
+ exclude?: string[];
5377
6349
  };
5378
- avatar?: {
5379
- /**
5380
- * Format: uri
5381
- * @description URL to the provider's logo image.
5382
- */
5383
- image_url: string;
5384
- /** @description The name of the avatar owner. */
5385
- name: string;
6350
+ currentEmployersWebsiteUrls?: {
6351
+ /** @default [] */
6352
+ include?: string[];
6353
+ /** @default [] */
6354
+ exclude?: string[];
5386
6355
  };
5387
- waterfall?: {
5388
- attempted_providers: {
5389
- /** @enum {string} */
5390
- 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";
5391
- }[];
5392
- available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
5393
- /** @enum {string} */
5394
- successful_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";
6356
+ pastEmployersWebsiteUrls?: {
6357
+ /** @default [] */
6358
+ include?: string[];
6359
+ /** @default [] */
6360
+ exclude?: string[];
5395
6361
  };
5396
- icon?: {
5397
- /** @enum {string} */
5398
- key: "linkedin" | "job";
6362
+ pastJobTitle?: {
6363
+ /** @default [] */
6364
+ include?: string[];
6365
+ /** @default [] */
6366
+ exclude?: string[];
5399
6367
  };
5400
- action_summary?: {
5401
- /** @enum {string} */
5402
- result_status: "completed" | "failed";
6368
+ currentCompanyName?: {
6369
+ /** @default [] */
6370
+ include?: string[];
6371
+ /** @default [] */
6372
+ exclude?: string[];
5403
6373
  };
5404
- sources?: {
5405
- list: {
5406
- source: string;
5407
- description?: string;
5408
- url: string;
5409
- }[];
6374
+ pastCompanyName?: {
6375
+ /** @default [] */
6376
+ include?: string[];
6377
+ /** @default [] */
6378
+ exclude?: string[];
5410
6379
  };
5411
- confidence?: {
5412
- numeric: number;
6380
+ school?: {
6381
+ /** @default [] */
6382
+ include?: string[];
6383
+ /** @default [] */
6384
+ exclude?: string[];
5413
6385
  };
5414
- };
5415
- } | null;
5416
- }[];
5417
- search_statuses: {
5418
- search: {
5419
- /** @enum {string} */
5420
- ref: "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";
5421
- };
5422
- /** @enum {string} */
5423
- status: "pending" | "processing" | "failed" | "completed";
5424
- errors: {
5425
- code: string;
5426
- message: string;
5427
- path?: string;
5428
- }[];
5429
- meta: {
5430
- providers?: {
5431
- clado?: {
5432
- pagination: {
5433
- search_id?: string;
5434
- offset?: number;
5435
- };
6386
+ location?: {
6387
+ /** @default [] */
6388
+ include?: string[];
6389
+ /** @default [] */
6390
+ exclude?: string[];
5436
6391
  };
5437
- crustdata?: {
5438
- pagination: {
5439
- cursor: string | null;
5440
- };
6392
+ languages?: {
6393
+ /** @default [] */
6394
+ include?: string[];
6395
+ /** @default [] */
6396
+ exclude?: string[];
5441
6397
  };
5442
- };
5443
- };
5444
- }[];
5445
- organizationId: string;
5446
- };
5447
- SearchesRequestSchema: {
5448
- /**
5449
- * @default {
5450
- * "dedup": {
5451
- * "strategy": "default"
5452
- * },
5453
- * "environment": "production",
5454
- * "widgets": {
5455
- * "enabled": false
5456
- * }
5457
- * }
5458
- */
5459
- config?: {
5460
- /**
5461
- * @default {
5462
- * "strategy": null
5463
- * }
5464
- */
5465
- dedup?: {
5466
- /** @enum {string|null} */
5467
- strategy: "default" | null;
5468
- };
5469
- /**
5470
- * @default production
5471
- * @enum {string}
5472
- */
5473
- environment?: "production" | "sandbox";
5474
- /**
5475
- * @default {
5476
- * "enabled": false
5477
- * }
5478
- */
5479
- widgets?: {
5480
- /** @default false */
5481
- enabled?: boolean;
6398
+ skills?: {
6399
+ /** @default [] */
6400
+ include?: string[];
6401
+ /** @default [] */
6402
+ exclude?: string[];
6403
+ };
6404
+ keyword?: {
6405
+ /** @default [] */
6406
+ include?: string[];
6407
+ /** @default [] */
6408
+ exclude?: string[];
6409
+ };
6410
+ };
5482
6411
  };
5483
- };
5484
- searches: ({
6412
+ } | {
5485
6413
  /** @enum {string} */
5486
- search_id: "people:profiles:crustdata@1";
6414
+ search_id: "companies:profiles:icypeas@1";
5487
6415
  connector?: {
5488
6416
  /**
5489
6417
  * @default first
@@ -5499,7 +6427,6 @@ export interface components {
5499
6427
  config: {
5500
6428
  /** @default 100 */
5501
6429
  limit?: number;
5502
- cursor: string;
5503
6430
  output_fields?: {
5504
6431
  /**
5505
6432
  * @default {
@@ -5507,7 +6434,7 @@ export interface components {
5507
6434
  * "enabled": true
5508
6435
  * }
5509
6436
  */
5510
- name?: {
6437
+ company_name?: {
5511
6438
  /** @default */
5512
6439
  alias?: string;
5513
6440
  /** @default true */
@@ -5519,7 +6446,7 @@ export interface components {
5519
6446
  * "enabled": true
5520
6447
  * }
5521
6448
  */
5522
- company_website_url?: {
6449
+ company_industry?: {
5523
6450
  /** @default */
5524
6451
  alias?: string;
5525
6452
  /** @default true */
@@ -5531,7 +6458,7 @@ export interface components {
5531
6458
  * "enabled": true
5532
6459
  * }
5533
6460
  */
5534
- profile_url?: {
6461
+ company_description?: {
5535
6462
  /** @default */
5536
6463
  alias?: string;
5537
6464
  /** @default true */
@@ -5543,7 +6470,7 @@ export interface components {
5543
6470
  * "enabled": true
5544
6471
  * }
5545
6472
  */
5546
- job_title?: {
6473
+ company_website_url?: {
5547
6474
  /** @default */
5548
6475
  alias?: string;
5549
6476
  /** @default true */
@@ -5555,103 +6482,19 @@ export interface components {
5555
6482
  * "enabled": true
5556
6483
  * }
5557
6484
  */
5558
- crustdata_person_match?: {
6485
+ headcount?: {
5559
6486
  /** @default */
5560
6487
  alias?: string;
5561
6488
  /** @default true */
5562
6489
  enabled?: boolean;
5563
6490
  };
5564
- };
5565
- filters: {
5566
- locations?: string[];
5567
- /** @default [] */
5568
- profile_headline_keywords?: string[];
5569
- /** @default [] */
5570
- profile_summary_keywords?: string[];
5571
- profile_languages?: ("Arabic" | "English" | "Spanish" | "Portuguese" | "Chinese" | "French" | "Italian" | "Russian" | "German" | "Dutch" | "Turkish" | "Tagalog" | "Polish" | "Korean" | "Japanese" | "Malay" | "Norwegian" | "Danish" | "Romanian" | "Swedish" | "Bahasa Indonesia" | "Czech")[];
5572
- languages?: string[];
5573
- skills?: string[];
5574
- years_of_experience?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
5575
- /**
5576
- * @default {
5577
- * "include": [],
5578
- * "exclude": []
5579
- * }
5580
- */
5581
- current_seniority_levels?: {
5582
- /** @default [] */
5583
- include?: string[];
5584
- /** @default [] */
5585
- exclude?: string[];
5586
- };
5587
- /** @default [] */
5588
- current_employers?: string[];
5589
- /** @default [] */
5590
- current_employers_website_urls?: string[];
5591
- /** @default [] */
5592
- current_job_titles?: string[];
5593
- current_employers_linkedin_industries?: string[];
5594
- years_at_current_company?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
5595
- /** @default [] */
5596
- previous_employers_website_urls?: string[];
5597
- /**
5598
- * @default {
5599
- * "include": [],
5600
- * "exclude": []
5601
- * }
5602
- */
5603
- previous_seniority_levels?: {
5604
- /** @default [] */
5605
- include?: string[];
5606
- /** @default [] */
5607
- exclude?: string[];
5608
- };
5609
- /** @default [] */
5610
- previous_employers?: string[];
5611
- /** @default [] */
5612
- previous_job_titles?: string[];
5613
- previous_employers_linkedin_industries?: string[];
5614
- /** @default [] */
5615
- certifications?: string[];
5616
- /** @default [] */
5617
- honors?: string[];
5618
- /** @default null */
5619
- recently_changed_jobs?: boolean | null;
5620
- fields_of_study?: string[];
5621
- degree_names?: string[];
5622
- school_names?: string[];
5623
- current_school_names?: string[];
5624
- /** @default [] */
5625
- extracurricular_activities?: string[];
5626
- };
5627
- };
5628
- } | {
5629
- /** @enum {string} */
5630
- search_id: "companies:profiles:crustdata@1";
5631
- connector?: {
5632
- /**
5633
- * @default first
5634
- * @enum {string}
5635
- */
5636
- strategy?: "first";
5637
- connections: {
5638
- /** @enum {string} */
5639
- type: "vault";
5640
- connection: string;
5641
- }[];
5642
- } | null;
5643
- config: {
5644
- /** @default 100 */
5645
- limit?: number;
5646
- cursor: string;
5647
- output_fields?: {
5648
6491
  /**
5649
6492
  * @default {
5650
6493
  * "alias": "",
5651
6494
  * "enabled": true
5652
6495
  * }
5653
6496
  */
5654
- company_name?: {
6497
+ company_region?: {
5655
6498
  /** @default */
5656
6499
  alias?: string;
5657
6500
  /** @default true */
@@ -5663,7 +6506,7 @@ export interface components {
5663
6506
  * "enabled": true
5664
6507
  * }
5665
6508
  */
5666
- company_website_url?: {
6509
+ company_profile_url?: {
5667
6510
  /** @default */
5668
6511
  alias?: string;
5669
6512
  /** @default true */
@@ -5675,80 +6518,77 @@ export interface components {
5675
6518
  * "enabled": true
5676
6519
  * }
5677
6520
  */
5678
- company_description?: {
6521
+ icypeas_company_match?: {
5679
6522
  /** @default */
5680
6523
  alias?: string;
5681
6524
  /** @default true */
5682
6525
  enabled?: boolean;
5683
6526
  };
5684
- /**
5685
- * @default {
5686
- * "alias": "",
5687
- * "enabled": true
5688
- * }
5689
- */
5690
- company_profile_url?: {
5691
- /** @default */
5692
- alias?: string;
5693
- /** @default true */
5694
- enabled?: boolean;
6527
+ };
6528
+ filters: {
6529
+ name?: {
6530
+ /** @default [] */
6531
+ include?: string[];
6532
+ /** @default [] */
6533
+ exclude?: string[];
5695
6534
  };
5696
6535
  /**
5697
6536
  * @default {
5698
- * "alias": "",
5699
- * "enabled": true
6537
+ * "include": [],
6538
+ * "exclude": []
5700
6539
  * }
5701
6540
  */
5702
- crustdata_company_match?: {
5703
- /** @default */
5704
- alias?: string;
5705
- /** @default true */
5706
- enabled?: boolean;
6541
+ type?: {
6542
+ /** @default [] */
6543
+ include?: string[];
6544
+ /** @default [] */
6545
+ exclude?: string[];
5707
6546
  };
5708
- };
5709
- filters: {
5710
- hq_locations?: string[];
5711
- crunchbase_categories?: string[];
5712
- crunchbase_investors?: string[];
5713
- tracxn_investors?: string[];
5714
- company_types?: ("Public Company" | "Privately Held" | "Non Profit" | "Educational Institution" | "Partnership" | "Self Employed" | "Self Owned" | "Government Agency")[];
5715
- linkedin_industries?: string[];
5716
- markets?: string[];
5717
- linkedin_categories?: string[];
5718
- headcount?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[];
5719
- headcount_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
5720
6547
  /**
5721
6548
  * @default {
5722
- * "from": null,
5723
- * "to": null
6549
+ * "include": [],
6550
+ * "exclude": []
5724
6551
  * }
5725
6552
  */
5726
- revenue_in_usd?: {
5727
- from?: number | null;
5728
- to?: number | null;
6553
+ industry?: {
6554
+ /** @default [] */
6555
+ include?: string[];
6556
+ /** @default [] */
6557
+ exclude?: string[];
6558
+ };
6559
+ location?: {
6560
+ /** @default [] */
6561
+ include?: string[];
6562
+ /** @default [] */
6563
+ exclude?: string[];
5729
6564
  };
5730
- last_funding_type?: ("Series A" | "Series B" | "Series C" | "Series D")[];
5731
6565
  /**
5732
6566
  * @default {
5733
6567
  * "from": null,
5734
6568
  * "to": null
5735
6569
  * }
5736
6570
  */
5737
- last_funding_amount?: {
6571
+ headcount?: {
5738
6572
  from?: number | null;
5739
6573
  to?: number | null;
5740
6574
  };
5741
- number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
5742
- follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
5743
- /** @default [] */
5744
- profile_summary_keywords?: string[];
5745
- /** @default [] */
5746
- competitor_websites?: string[];
6575
+ urn?: {
6576
+ /** @default [] */
6577
+ include?: string[];
6578
+ /** @default [] */
6579
+ exclude?: string[];
6580
+ };
6581
+ lid?: {
6582
+ /** @default [] */
6583
+ include?: string[];
6584
+ /** @default [] */
6585
+ exclude?: string[];
6586
+ };
5747
6587
  };
5748
6588
  };
5749
6589
  } | {
5750
6590
  /** @enum {string} */
5751
- search_id: "companies:profiles:exa@1";
6591
+ search_id: "people:employees:leadmagic@1";
5752
6592
  connector?: {
5753
6593
  /**
5754
6594
  * @default first
@@ -5762,7 +6602,7 @@ export interface components {
5762
6602
  }[];
5763
6603
  } | null;
5764
6604
  config: {
5765
- /** @default 10 */
6605
+ /** @default 50 */
5766
6606
  limit?: number;
5767
6607
  output_fields?: {
5768
6608
  /**
@@ -5771,31 +6611,7 @@ export interface components {
5771
6611
  * "enabled": true
5772
6612
  * }
5773
6613
  */
5774
- company_name?: {
5775
- /** @default */
5776
- alias?: string;
5777
- /** @default true */
5778
- enabled?: boolean;
5779
- };
5780
- /**
5781
- * @default {
5782
- * "alias": "",
5783
- * "enabled": true
5784
- * }
5785
- */
5786
- company_website_url?: {
5787
- /** @default */
5788
- alias?: string;
5789
- /** @default true */
5790
- enabled?: boolean;
5791
- };
5792
- /**
5793
- * @default {
5794
- * "alias": "",
5795
- * "enabled": true
5796
- * }
5797
- */
5798
- company_description?: {
6614
+ name?: {
5799
6615
  /** @default */
5800
6616
  alias?: string;
5801
6617
  /** @default true */
@@ -5807,7 +6623,7 @@ export interface components {
5807
6623
  * "enabled": true
5808
6624
  * }
5809
6625
  */
5810
- company_industry?: {
6626
+ company_name?: {
5811
6627
  /** @default */
5812
6628
  alias?: string;
5813
6629
  /** @default true */
@@ -5819,7 +6635,7 @@ export interface components {
5819
6635
  * "enabled": true
5820
6636
  * }
5821
6637
  */
5822
- headcount?: {
6638
+ company_website_url?: {
5823
6639
  /** @default */
5824
6640
  alias?: string;
5825
6641
  /** @default true */
@@ -5831,7 +6647,7 @@ export interface components {
5831
6647
  * "enabled": true
5832
6648
  * }
5833
6649
  */
5834
- exa_match_evaluation?: {
6650
+ job_title?: {
5835
6651
  /** @default */
5836
6652
  alias?: string;
5837
6653
  /** @default true */
@@ -5839,12 +6655,12 @@ export interface components {
5839
6655
  };
5840
6656
  };
5841
6657
  filters: {
5842
- query: string;
6658
+ company_website_url: string;
5843
6659
  };
5844
6660
  };
5845
6661
  } | {
5846
6662
  /** @enum {string} */
5847
- search_id: "people:profiles:exa@1";
6663
+ search_id: "people:profiles:clado@1";
5848
6664
  connector?: {
5849
6665
  /**
5850
6666
  * @default first
@@ -5858,7 +6674,7 @@ export interface components {
5858
6674
  }[];
5859
6675
  } | null;
5860
6676
  config: {
5861
- /** @default 10 */
6677
+ /** @default 20 */
5862
6678
  limit?: number;
5863
6679
  output_fields?: {
5864
6680
  /**
@@ -5879,7 +6695,7 @@ export interface components {
5879
6695
  * "enabled": true
5880
6696
  * }
5881
6697
  */
5882
- profile_url?: {
6698
+ job_title?: {
5883
6699
  /** @default */
5884
6700
  alias?: string;
5885
6701
  /** @default true */
@@ -5891,7 +6707,7 @@ export interface components {
5891
6707
  * "enabled": true
5892
6708
  * }
5893
6709
  */
5894
- job_title?: {
6710
+ company_profile_url?: {
5895
6711
  /** @default */
5896
6712
  alias?: string;
5897
6713
  /** @default true */
@@ -5915,7 +6731,7 @@ export interface components {
5915
6731
  * "enabled": true
5916
6732
  * }
5917
6733
  */
5918
- company_region?: {
6734
+ profile_url?: {
5919
6735
  /** @default */
5920
6736
  alias?: string;
5921
6737
  /** @default true */
@@ -5927,7 +6743,7 @@ export interface components {
5927
6743
  * "enabled": true
5928
6744
  * }
5929
6745
  */
5930
- exa_match_evaluation?: {
6746
+ clado_person_match?: {
5931
6747
  /** @default */
5932
6748
  alias?: string;
5933
6749
  /** @default true */
@@ -5940,7 +6756,7 @@ export interface components {
5940
6756
  };
5941
6757
  } | {
5942
6758
  /** @enum {string} */
5943
- search_id: "people:profiles:icypeas@1";
6759
+ search_id: "people:profiles:clado@2";
5944
6760
  connector?: {
5945
6761
  /**
5946
6762
  * @default first
@@ -5956,6 +6772,9 @@ export interface components {
5956
6772
  config: {
5957
6773
  /** @default 100 */
5958
6774
  limit?: number;
6775
+ /** @default */
6776
+ search_id?: string;
6777
+ offset?: number | null;
5959
6778
  output_fields?: {
5960
6779
  /**
5961
6780
  * @default {
@@ -5987,19 +6806,7 @@ export interface components {
5987
6806
  * "enabled": true
5988
6807
  * }
5989
6808
  */
5990
- profile_headline?: {
5991
- /** @default */
5992
- alias?: string;
5993
- /** @default true */
5994
- enabled?: boolean;
5995
- };
5996
- /**
5997
- * @default {
5998
- * "alias": "",
5999
- * "enabled": true
6000
- * }
6001
- */
6002
- company_website_url?: {
6809
+ company_profile_url?: {
6003
6810
  /** @default */
6004
6811
  alias?: string;
6005
6812
  /** @default true */
@@ -6011,7 +6818,7 @@ export interface components {
6011
6818
  * "enabled": true
6012
6819
  * }
6013
6820
  */
6014
- company_profile_url?: {
6821
+ company_name?: {
6015
6822
  /** @default */
6016
6823
  alias?: string;
6017
6824
  /** @default true */
@@ -6035,274 +6842,424 @@ export interface components {
6035
6842
  * "enabled": true
6036
6843
  * }
6037
6844
  */
6038
- icypeas_person_match?: {
6845
+ clado_person_match_v2?: {
6039
6846
  /** @default */
6040
6847
  alias?: string;
6041
6848
  /** @default true */
6042
6849
  enabled?: boolean;
6043
6850
  };
6044
6851
  };
6045
- filters: {
6046
- firstname?: {
6047
- /** @default [] */
6048
- include?: string[];
6049
- /** @default [] */
6050
- exclude?: string[];
6051
- };
6052
- lastname?: {
6053
- /** @default [] */
6054
- include?: string[];
6055
- /** @default [] */
6056
- exclude?: string[];
6057
- };
6058
- currentJobTitle?: {
6059
- /** @default [] */
6060
- include?: string[];
6061
- /** @default [] */
6062
- exclude?: string[];
6063
- };
6064
- currentEmployersWebsiteUrls: {
6065
- /** @default [] */
6066
- include?: string[];
6067
- /** @default [] */
6068
- exclude?: string[];
6069
- };
6070
- pastEmployersWebsiteUrls: {
6071
- /** @default [] */
6072
- include?: string[];
6073
- /** @default [] */
6074
- exclude?: string[];
6075
- };
6076
- pastJobTitle?: {
6077
- /** @default [] */
6078
- include?: string[];
6079
- /** @default [] */
6080
- exclude?: string[];
6081
- };
6082
- currentCompanyName?: {
6083
- /** @default [] */
6084
- include?: string[];
6085
- /** @default [] */
6086
- exclude?: string[];
6087
- };
6088
- pastCompanyName?: {
6089
- /** @default [] */
6090
- include?: string[];
6091
- /** @default [] */
6092
- exclude?: string[];
6093
- };
6094
- school?: {
6095
- /** @default [] */
6096
- include?: string[];
6097
- /** @default [] */
6098
- exclude?: string[];
6099
- };
6100
- location?: {
6101
- /** @default [] */
6102
- include?: string[];
6103
- /** @default [] */
6104
- exclude?: string[];
6105
- };
6106
- languages?: {
6107
- /** @default [] */
6108
- include?: string[];
6109
- /** @default [] */
6110
- exclude?: string[];
6111
- };
6112
- skills?: {
6113
- /** @default [] */
6114
- include?: string[];
6115
- /** @default [] */
6116
- exclude?: string[];
6117
- };
6118
- keyword?: {
6119
- /** @default [] */
6120
- include?: string[];
6121
- /** @default [] */
6122
- exclude?: string[];
6123
- };
6852
+ filters?: {
6853
+ /** @default */
6854
+ query?: string;
6855
+ };
6856
+ };
6857
+ })[];
6858
+ };
6859
+ SearchPayloadSchema: {
6860
+ /** @enum {string} */
6861
+ search_id: "people:profiles:crustdata@1";
6862
+ connector?: {
6863
+ /**
6864
+ * @default first
6865
+ * @enum {string}
6866
+ */
6867
+ strategy?: "first";
6868
+ connections: {
6869
+ /** @enum {string} */
6870
+ type: "vault";
6871
+ connection: string;
6872
+ }[];
6873
+ } | null;
6874
+ config: {
6875
+ /**
6876
+ * @default {
6877
+ * "limit": 100,
6878
+ * "cursor": null
6879
+ * }
6880
+ */
6881
+ pagination?: {
6882
+ /** @default 100 */
6883
+ limit?: number | null;
6884
+ /** @default null */
6885
+ cursor?: string | null;
6886
+ };
6887
+ output_fields?: {
6888
+ /**
6889
+ * @default {
6890
+ * "alias": "",
6891
+ * "enabled": true
6892
+ * }
6893
+ */
6894
+ name?: {
6895
+ /** @default */
6896
+ alias?: string;
6897
+ /** @default true */
6898
+ enabled?: boolean;
6899
+ };
6900
+ /**
6901
+ * @default {
6902
+ * "alias": "",
6903
+ * "enabled": true
6904
+ * }
6905
+ */
6906
+ company_website_url?: {
6907
+ /** @default */
6908
+ alias?: string;
6909
+ /** @default true */
6910
+ enabled?: boolean;
6911
+ };
6912
+ /**
6913
+ * @default {
6914
+ * "alias": "",
6915
+ * "enabled": true
6916
+ * }
6917
+ */
6918
+ profile_url?: {
6919
+ /** @default */
6920
+ alias?: string;
6921
+ /** @default true */
6922
+ enabled?: boolean;
6923
+ };
6924
+ /**
6925
+ * @default {
6926
+ * "alias": "",
6927
+ * "enabled": true
6928
+ * }
6929
+ */
6930
+ job_title?: {
6931
+ /** @default */
6932
+ alias?: string;
6933
+ /** @default true */
6934
+ enabled?: boolean;
6935
+ };
6936
+ /**
6937
+ * @default {
6938
+ * "alias": "",
6939
+ * "enabled": true
6940
+ * }
6941
+ */
6942
+ crustdata_person_match?: {
6943
+ /** @default */
6944
+ alias?: string;
6945
+ /** @default true */
6946
+ enabled?: boolean;
6947
+ };
6948
+ };
6949
+ filters: {
6950
+ locations?: string[];
6951
+ /** @default [] */
6952
+ profile_headline_keywords?: string[];
6953
+ /** @default [] */
6954
+ profile_summary_keywords?: string[];
6955
+ profile_languages?: ("Arabic" | "English" | "Spanish" | "Portuguese" | "Chinese" | "French" | "Italian" | "Russian" | "German" | "Dutch" | "Turkish" | "Tagalog" | "Polish" | "Korean" | "Japanese" | "Malay" | "Norwegian" | "Danish" | "Romanian" | "Swedish" | "Bahasa Indonesia" | "Czech")[];
6956
+ languages?: string[];
6957
+ skills?: string[];
6958
+ years_of_experience?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
6959
+ /**
6960
+ * @default {
6961
+ * "include": [],
6962
+ * "exclude": []
6963
+ * }
6964
+ */
6965
+ current_seniority_levels?: {
6966
+ /** @default [] */
6967
+ include?: string[];
6968
+ /** @default [] */
6969
+ exclude?: string[];
6970
+ };
6971
+ /** @default [] */
6972
+ current_employers?: string[];
6973
+ /** @default [] */
6974
+ current_employers_website_urls?: string[];
6975
+ /** @default [] */
6976
+ current_job_titles?: string[];
6977
+ current_employers_linkedin_industries?: string[];
6978
+ years_at_current_company?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
6979
+ /** @default [] */
6980
+ previous_employers_website_urls?: string[];
6981
+ /**
6982
+ * @default {
6983
+ * "include": [],
6984
+ * "exclude": []
6985
+ * }
6986
+ */
6987
+ previous_seniority_levels?: {
6988
+ /** @default [] */
6989
+ include?: string[];
6990
+ /** @default [] */
6991
+ exclude?: string[];
6992
+ };
6993
+ /** @default [] */
6994
+ previous_employers?: string[];
6995
+ /** @default [] */
6996
+ previous_job_titles?: string[];
6997
+ previous_employers_linkedin_industries?: string[];
6998
+ /** @default [] */
6999
+ certifications?: string[];
7000
+ /** @default [] */
7001
+ honors?: string[];
7002
+ /** @default null */
7003
+ recently_changed_jobs?: boolean | null;
7004
+ fields_of_study?: string[];
7005
+ degree_names?: string[];
7006
+ school_names?: string[];
7007
+ current_school_names?: string[];
7008
+ /** @default [] */
7009
+ extracurricular_activities?: string[];
7010
+ };
7011
+ };
7012
+ } | {
7013
+ /** @enum {string} */
7014
+ search_id: "companies:profiles:crustdata@1";
7015
+ connector?: {
7016
+ /**
7017
+ * @default first
7018
+ * @enum {string}
7019
+ */
7020
+ strategy?: "first";
7021
+ connections: {
7022
+ /** @enum {string} */
7023
+ type: "vault";
7024
+ connection: string;
7025
+ }[];
7026
+ } | null;
7027
+ config: {
7028
+ /**
7029
+ * @default {
7030
+ * "limit": 100,
7031
+ * "cursor": null
7032
+ * }
7033
+ */
7034
+ pagination?: {
7035
+ /** @default 100 */
7036
+ limit?: number | null;
7037
+ /** @default null */
7038
+ cursor?: string | null;
7039
+ };
7040
+ output_fields?: {
7041
+ /**
7042
+ * @default {
7043
+ * "alias": "",
7044
+ * "enabled": true
7045
+ * }
7046
+ */
7047
+ company_name?: {
7048
+ /** @default */
7049
+ alias?: string;
7050
+ /** @default true */
7051
+ enabled?: boolean;
7052
+ };
7053
+ /**
7054
+ * @default {
7055
+ * "alias": "",
7056
+ * "enabled": true
7057
+ * }
7058
+ */
7059
+ company_website_url?: {
7060
+ /** @default */
7061
+ alias?: string;
7062
+ /** @default true */
7063
+ enabled?: boolean;
7064
+ };
7065
+ /**
7066
+ * @default {
7067
+ * "alias": "",
7068
+ * "enabled": true
7069
+ * }
7070
+ */
7071
+ company_description?: {
7072
+ /** @default */
7073
+ alias?: string;
7074
+ /** @default true */
7075
+ enabled?: boolean;
7076
+ };
7077
+ /**
7078
+ * @default {
7079
+ * "alias": "",
7080
+ * "enabled": true
7081
+ * }
7082
+ */
7083
+ company_profile_url?: {
7084
+ /** @default */
7085
+ alias?: string;
7086
+ /** @default true */
7087
+ enabled?: boolean;
7088
+ };
7089
+ /**
7090
+ * @default {
7091
+ * "alias": "",
7092
+ * "enabled": true
7093
+ * }
7094
+ */
7095
+ crustdata_company_match?: {
7096
+ /** @default */
7097
+ alias?: string;
7098
+ /** @default true */
7099
+ enabled?: boolean;
6124
7100
  };
6125
7101
  };
6126
- } | {
6127
- /** @enum {string} */
6128
- search_id: "companies:profiles:icypeas@1";
6129
- connector?: {
7102
+ filters: {
7103
+ hq_locations?: string[];
7104
+ crunchbase_categories?: string[];
7105
+ crunchbase_investors?: string[];
7106
+ tracxn_investors?: string[];
7107
+ company_types?: ("Public Company" | "Privately Held" | "Non Profit" | "Educational Institution" | "Partnership" | "Self Employed" | "Self Owned" | "Government Agency")[];
7108
+ linkedin_industries?: string[];
7109
+ markets?: string[];
7110
+ linkedin_categories?: string[];
7111
+ headcount?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[];
7112
+ headcount_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
6130
7113
  /**
6131
- * @default first
6132
- * @enum {string}
7114
+ * @default {
7115
+ * "from": null,
7116
+ * "to": null
7117
+ * }
6133
7118
  */
6134
- strategy?: "first";
6135
- connections: {
6136
- /** @enum {string} */
6137
- type: "vault";
6138
- connection: string;
6139
- }[];
6140
- } | null;
6141
- config: {
6142
- /** @default 100 */
6143
- limit?: number;
6144
- output_fields?: {
6145
- /**
6146
- * @default {
6147
- * "alias": "",
6148
- * "enabled": true
6149
- * }
6150
- */
6151
- company_name?: {
6152
- /** @default */
6153
- alias?: string;
6154
- /** @default true */
6155
- enabled?: boolean;
6156
- };
6157
- /**
6158
- * @default {
6159
- * "alias": "",
6160
- * "enabled": true
6161
- * }
6162
- */
6163
- company_industry?: {
6164
- /** @default */
6165
- alias?: string;
6166
- /** @default true */
6167
- enabled?: boolean;
6168
- };
6169
- /**
6170
- * @default {
6171
- * "alias": "",
6172
- * "enabled": true
6173
- * }
6174
- */
6175
- company_description?: {
6176
- /** @default */
6177
- alias?: string;
6178
- /** @default true */
6179
- enabled?: boolean;
6180
- };
6181
- /**
6182
- * @default {
6183
- * "alias": "",
6184
- * "enabled": true
6185
- * }
6186
- */
6187
- company_website_url?: {
6188
- /** @default */
6189
- alias?: string;
6190
- /** @default true */
6191
- enabled?: boolean;
6192
- };
6193
- /**
6194
- * @default {
6195
- * "alias": "",
6196
- * "enabled": true
6197
- * }
6198
- */
6199
- headcount?: {
6200
- /** @default */
6201
- alias?: string;
6202
- /** @default true */
6203
- enabled?: boolean;
6204
- };
6205
- /**
6206
- * @default {
6207
- * "alias": "",
6208
- * "enabled": true
6209
- * }
6210
- */
6211
- company_region?: {
6212
- /** @default */
6213
- alias?: string;
6214
- /** @default true */
6215
- enabled?: boolean;
6216
- };
6217
- /**
6218
- * @default {
6219
- * "alias": "",
6220
- * "enabled": true
6221
- * }
6222
- */
6223
- company_profile_url?: {
6224
- /** @default */
6225
- alias?: string;
6226
- /** @default true */
6227
- enabled?: boolean;
6228
- };
6229
- /**
6230
- * @default {
6231
- * "alias": "",
6232
- * "enabled": true
6233
- * }
6234
- */
6235
- icypeas_company_match?: {
6236
- /** @default */
6237
- alias?: string;
6238
- /** @default true */
6239
- enabled?: boolean;
6240
- };
7119
+ revenue_in_usd?: {
7120
+ from?: number | null;
7121
+ to?: number | null;
6241
7122
  };
6242
- filters: {
6243
- name?: {
6244
- /** @default [] */
6245
- include?: string[];
6246
- /** @default [] */
6247
- exclude?: string[];
7123
+ last_funding_type?: ("Series A" | "Series B" | "Series C" | "Series D")[];
7124
+ /**
7125
+ * @default {
7126
+ * "from": null,
7127
+ * "to": null
7128
+ * }
7129
+ */
7130
+ last_funding_amount?: {
7131
+ from?: number | null;
7132
+ to?: number | null;
7133
+ };
7134
+ number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
7135
+ follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
7136
+ /** @default [] */
7137
+ profile_summary_keywords?: string[];
7138
+ /** @default [] */
7139
+ competitor_websites?: string[];
7140
+ };
7141
+ };
7142
+ } | null;
7143
+ SearchResponseSchema: {
7144
+ id: string;
7145
+ /** @enum {string} */
7146
+ status: "completed" | "failed" | "pending" | "processing";
7147
+ /** @enum {string} */
7148
+ search_id: "companies:profiles:crustdata@1" | "people:profiles:crustdata@1";
7149
+ errors: {
7150
+ code: string;
7151
+ message: string;
7152
+ path?: string;
7153
+ }[];
7154
+ results: {
7155
+ [key: string]: {
7156
+ value: string | number | boolean | null | {
7157
+ [key: string]: unknown;
7158
+ } | unknown[];
7159
+ status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
7160
+ /** @enum {string} */
7161
+ type?: "string" | "number" | "boolean" | "json" | "unknown";
7162
+ /** @enum {string|null} */
7163
+ format?: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
7164
+ resolved_by?: {
7165
+ /** @enum {string|null} */
7166
+ ref: "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
7167
+ /** @enum {string|null} */
7168
+ environment: "production" | "sandbox" | null;
7169
+ config_hash: string | null;
7170
+ input_hash: string | null;
7171
+ } | null;
7172
+ /** @description A map of widgets associated with this field for UI display, keyed by widget type. */
7173
+ widgets?: {
7174
+ display_value?: {
7175
+ label?: string;
6248
7176
  };
6249
- /**
6250
- * @default {
6251
- * "include": [],
6252
- * "exclude": []
6253
- * }
6254
- */
6255
- type?: {
6256
- /** @default [] */
6257
- include?: string[];
6258
- /** @default [] */
6259
- exclude?: string[];
7177
+ entity_logo?: {
7178
+ /**
7179
+ * Format: uri
7180
+ * @description URL to the provider's logo image.
7181
+ */
7182
+ image_url: string;
7183
+ /** @description The name of the entity. */
7184
+ entity: string;
6260
7185
  };
6261
- /**
6262
- * @default {
6263
- * "include": [],
6264
- * "exclude": []
6265
- * }
6266
- */
6267
- industry?: {
6268
- /** @default [] */
6269
- include?: string[];
6270
- /** @default [] */
6271
- exclude?: string[];
7186
+ location_indicator?: {
7187
+ /** @description Country flag emoji. */
7188
+ emoji: string;
6272
7189
  };
6273
- location?: {
6274
- /** @default [] */
6275
- include?: string[];
6276
- /** @default [] */
6277
- exclude?: string[];
7190
+ avatar?: {
7191
+ /**
7192
+ * Format: uri
7193
+ * @description URL to the provider's logo image.
7194
+ */
7195
+ image_url: string;
7196
+ /** @description The name of the avatar owner. */
7197
+ name: string;
6278
7198
  };
6279
- /**
6280
- * @default {
6281
- * "from": null,
6282
- * "to": null
6283
- * }
6284
- */
6285
- headcount?: {
6286
- from?: number | null;
6287
- to?: number | null;
7199
+ waterfall?: {
7200
+ attempted_providers: {
7201
+ /** @enum {string} */
7202
+ 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";
7203
+ }[];
7204
+ available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
7205
+ /** @enum {string} */
7206
+ successful_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";
6288
7207
  };
6289
- urn?: {
6290
- /** @default [] */
6291
- include?: string[];
6292
- /** @default [] */
6293
- exclude?: string[];
7208
+ icon?: {
7209
+ /** @enum {string} */
7210
+ key: "linkedin" | "job";
7211
+ };
7212
+ action_summary?: {
7213
+ /** @enum {string} */
7214
+ result_status: "completed" | "failed";
6294
7215
  };
6295
- lid?: {
6296
- /** @default [] */
6297
- include?: string[];
6298
- /** @default [] */
6299
- exclude?: string[];
7216
+ sources?: {
7217
+ list: {
7218
+ source: string;
7219
+ description?: string;
7220
+ url: string;
7221
+ }[];
7222
+ };
7223
+ confidence?: {
7224
+ numeric: number;
6300
7225
  };
6301
7226
  };
7227
+ } | null;
7228
+ }[];
7229
+ organization_id: string;
7230
+ next_page: components["schemas"]["SearchPayloadSchema"];
7231
+ /** @enum {string|null} */
7232
+ pagination_type: "cursor" | null;
7233
+ total_pages: number | null;
7234
+ };
7235
+ SearchRequestSchema: {
7236
+ /**
7237
+ * @default {
7238
+ * "environment": "production",
7239
+ * "widgets": {
7240
+ * "enabled": false
7241
+ * }
7242
+ * }
7243
+ */
7244
+ config?: {
7245
+ /**
7246
+ * @default production
7247
+ * @enum {string}
7248
+ */
7249
+ environment?: "production" | "sandbox";
7250
+ /**
7251
+ * @default {
7252
+ * "enabled": false
7253
+ * }
7254
+ */
7255
+ widgets?: {
7256
+ /** @default false */
7257
+ enabled?: boolean;
6302
7258
  };
6303
- } | {
7259
+ };
7260
+ search: components["schemas"]["SearchPayloadSchema"] & ({
6304
7261
  /** @enum {string} */
6305
- search_id: "people:employees:leadmagic@1";
7262
+ search_id: "people:profiles:crustdata@1";
6306
7263
  connector?: {
6307
7264
  /**
6308
7265
  * @default first
@@ -6316,8 +7273,18 @@ export interface components {
6316
7273
  }[];
6317
7274
  } | null;
6318
7275
  config: {
6319
- /** @default 50 */
6320
- limit?: number;
7276
+ /**
7277
+ * @default {
7278
+ * "limit": 100,
7279
+ * "cursor": null
7280
+ * }
7281
+ */
7282
+ pagination?: {
7283
+ /** @default 100 */
7284
+ limit?: number | null;
7285
+ /** @default null */
7286
+ cursor?: string | null;
7287
+ };
6321
7288
  output_fields?: {
6322
7289
  /**
6323
7290
  * @default {
@@ -6331,18 +7298,6 @@ export interface components {
6331
7298
  /** @default true */
6332
7299
  enabled?: boolean;
6333
7300
  };
6334
- /**
6335
- * @default {
6336
- * "alias": "",
6337
- * "enabled": true
6338
- * }
6339
- */
6340
- company_name?: {
6341
- /** @default */
6342
- alias?: string;
6343
- /** @default true */
6344
- enabled?: boolean;
6345
- };
6346
7301
  /**
6347
7302
  * @default {
6348
7303
  * "alias": "",
@@ -6361,43 +7316,7 @@ export interface components {
6361
7316
  * "enabled": true
6362
7317
  * }
6363
7318
  */
6364
- job_title?: {
6365
- /** @default */
6366
- alias?: string;
6367
- /** @default true */
6368
- enabled?: boolean;
6369
- };
6370
- };
6371
- filters: {
6372
- company_website_url: string;
6373
- };
6374
- };
6375
- } | {
6376
- /** @enum {string} */
6377
- search_id: "people:profiles:clado@1";
6378
- connector?: {
6379
- /**
6380
- * @default first
6381
- * @enum {string}
6382
- */
6383
- strategy?: "first";
6384
- connections: {
6385
- /** @enum {string} */
6386
- type: "vault";
6387
- connection: string;
6388
- }[];
6389
- } | null;
6390
- config: {
6391
- /** @default 20 */
6392
- limit?: number;
6393
- output_fields?: {
6394
- /**
6395
- * @default {
6396
- * "alias": "",
6397
- * "enabled": true
6398
- * }
6399
- */
6400
- name?: {
7319
+ profile_url?: {
6401
7320
  /** @default */
6402
7321
  alias?: string;
6403
7322
  /** @default true */
@@ -6421,56 +7340,79 @@ export interface components {
6421
7340
  * "enabled": true
6422
7341
  * }
6423
7342
  */
6424
- company_profile_url?: {
6425
- /** @default */
6426
- alias?: string;
6427
- /** @default true */
6428
- enabled?: boolean;
6429
- };
6430
- /**
6431
- * @default {
6432
- * "alias": "",
6433
- * "enabled": true
6434
- * }
6435
- */
6436
- company_name?: {
7343
+ crustdata_person_match?: {
6437
7344
  /** @default */
6438
7345
  alias?: string;
6439
7346
  /** @default true */
6440
7347
  enabled?: boolean;
6441
7348
  };
7349
+ };
7350
+ filters: {
7351
+ locations?: string[];
7352
+ /** @default [] */
7353
+ profile_headline_keywords?: string[];
7354
+ /** @default [] */
7355
+ profile_summary_keywords?: string[];
7356
+ profile_languages?: ("Arabic" | "English" | "Spanish" | "Portuguese" | "Chinese" | "French" | "Italian" | "Russian" | "German" | "Dutch" | "Turkish" | "Tagalog" | "Polish" | "Korean" | "Japanese" | "Malay" | "Norwegian" | "Danish" | "Romanian" | "Swedish" | "Bahasa Indonesia" | "Czech")[];
7357
+ languages?: string[];
7358
+ skills?: string[];
7359
+ years_of_experience?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
6442
7360
  /**
6443
7361
  * @default {
6444
- * "alias": "",
6445
- * "enabled": true
7362
+ * "include": [],
7363
+ * "exclude": []
6446
7364
  * }
6447
7365
  */
6448
- profile_url?: {
6449
- /** @default */
6450
- alias?: string;
6451
- /** @default true */
6452
- enabled?: boolean;
7366
+ current_seniority_levels?: {
7367
+ /** @default [] */
7368
+ include?: string[];
7369
+ /** @default [] */
7370
+ exclude?: string[];
6453
7371
  };
7372
+ /** @default [] */
7373
+ current_employers?: string[];
7374
+ /** @default [] */
7375
+ current_employers_website_urls?: string[];
7376
+ /** @default [] */
7377
+ current_job_titles?: string[];
7378
+ current_employers_linkedin_industries?: string[];
7379
+ years_at_current_company?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
7380
+ /** @default [] */
7381
+ previous_employers_website_urls?: string[];
6454
7382
  /**
6455
7383
  * @default {
6456
- * "alias": "",
6457
- * "enabled": true
7384
+ * "include": [],
7385
+ * "exclude": []
6458
7386
  * }
6459
7387
  */
6460
- clado_person_match?: {
6461
- /** @default */
6462
- alias?: string;
6463
- /** @default true */
6464
- enabled?: boolean;
7388
+ previous_seniority_levels?: {
7389
+ /** @default [] */
7390
+ include?: string[];
7391
+ /** @default [] */
7392
+ exclude?: string[];
6465
7393
  };
6466
- };
6467
- filters: {
6468
- query: string;
7394
+ /** @default [] */
7395
+ previous_employers?: string[];
7396
+ /** @default [] */
7397
+ previous_job_titles?: string[];
7398
+ previous_employers_linkedin_industries?: string[];
7399
+ /** @default [] */
7400
+ certifications?: string[];
7401
+ /** @default [] */
7402
+ honors?: string[];
7403
+ /** @default null */
7404
+ recently_changed_jobs?: boolean | null;
7405
+ fields_of_study?: string[];
7406
+ degree_names?: string[];
7407
+ school_names?: string[];
7408
+ current_school_names?: string[];
7409
+ /** @default [] */
7410
+ extracurricular_activities?: string[];
6469
7411
  };
6470
7412
  };
6471
7413
  } | {
6472
7414
  /** @enum {string} */
6473
- search_id: "people:profiles:clado@2";
7415
+ search_id: "companies:profiles:crustdata@1";
6474
7416
  connector?: {
6475
7417
  /**
6476
7418
  * @default first
@@ -6484,11 +7426,18 @@ export interface components {
6484
7426
  }[];
6485
7427
  } | null;
6486
7428
  config: {
6487
- /** @default 100 */
6488
- limit?: number;
6489
- /** @default */
6490
- search_id?: string;
6491
- offset?: number | null;
7429
+ /**
7430
+ * @default {
7431
+ * "limit": 100,
7432
+ * "cursor": null
7433
+ * }
7434
+ */
7435
+ pagination?: {
7436
+ /** @default 100 */
7437
+ limit?: number | null;
7438
+ /** @default null */
7439
+ cursor?: string | null;
7440
+ };
6492
7441
  output_fields?: {
6493
7442
  /**
6494
7443
  * @default {
@@ -6496,7 +7445,7 @@ export interface components {
6496
7445
  * "enabled": true
6497
7446
  * }
6498
7447
  */
6499
- name?: {
7448
+ company_name?: {
6500
7449
  /** @default */
6501
7450
  alias?: string;
6502
7451
  /** @default true */
@@ -6508,7 +7457,7 @@ export interface components {
6508
7457
  * "enabled": true
6509
7458
  * }
6510
7459
  */
6511
- job_title?: {
7460
+ company_website_url?: {
6512
7461
  /** @default */
6513
7462
  alias?: string;
6514
7463
  /** @default true */
@@ -6520,7 +7469,7 @@ export interface components {
6520
7469
  * "enabled": true
6521
7470
  * }
6522
7471
  */
6523
- company_profile_url?: {
7472
+ company_description?: {
6524
7473
  /** @default */
6525
7474
  alias?: string;
6526
7475
  /** @default true */
@@ -6532,7 +7481,7 @@ export interface components {
6532
7481
  * "enabled": true
6533
7482
  * }
6534
7483
  */
6535
- company_name?: {
7484
+ company_profile_url?: {
6536
7485
  /** @default */
6537
7486
  alias?: string;
6538
7487
  /** @default true */
@@ -6544,31 +7493,54 @@ export interface components {
6544
7493
  * "enabled": true
6545
7494
  * }
6546
7495
  */
6547
- profile_url?: {
7496
+ crustdata_company_match?: {
6548
7497
  /** @default */
6549
7498
  alias?: string;
6550
7499
  /** @default true */
6551
7500
  enabled?: boolean;
6552
7501
  };
7502
+ };
7503
+ filters: {
7504
+ hq_locations?: string[];
7505
+ crunchbase_categories?: string[];
7506
+ crunchbase_investors?: string[];
7507
+ tracxn_investors?: string[];
7508
+ company_types?: ("Public Company" | "Privately Held" | "Non Profit" | "Educational Institution" | "Partnership" | "Self Employed" | "Self Owned" | "Government Agency")[];
7509
+ linkedin_industries?: string[];
7510
+ markets?: string[];
7511
+ linkedin_categories?: string[];
7512
+ headcount?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[];
7513
+ headcount_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
6553
7514
  /**
6554
7515
  * @default {
6555
- * "alias": "",
6556
- * "enabled": true
7516
+ * "from": null,
7517
+ * "to": null
6557
7518
  * }
6558
7519
  */
6559
- clado_person_match_v2?: {
6560
- /** @default */
6561
- alias?: string;
6562
- /** @default true */
6563
- enabled?: boolean;
7520
+ revenue_in_usd?: {
7521
+ from?: number | null;
7522
+ to?: number | null;
6564
7523
  };
6565
- };
6566
- filters?: {
6567
- /** @default */
6568
- query?: string;
7524
+ last_funding_type?: ("Series A" | "Series B" | "Series C" | "Series D")[];
7525
+ /**
7526
+ * @default {
7527
+ * "from": null,
7528
+ * "to": null
7529
+ * }
7530
+ */
7531
+ last_funding_amount?: {
7532
+ from?: number | null;
7533
+ to?: number | null;
7534
+ };
7535
+ number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
7536
+ follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
7537
+ /** @default [] */
7538
+ profile_summary_keywords?: string[];
7539
+ /** @default [] */
7540
+ competitor_websites?: string[];
6569
7541
  };
6570
7542
  };
6571
- })[];
7543
+ });
6572
7544
  };
6573
7545
  PipesInput: {
6574
7546
  [key: string]: string | number | boolean | null | {