@pipe0/ops 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +68 -0
- package/dist/api/core-client.types.d.ts +9259 -0
- package/dist/fields/field-catalog.d.ts +5095 -0
- package/dist/fields/json-meta/fields/builtwith-domain-stack.d.ts +14 -0
- package/dist/fields/json-meta/fields/clado-person-match-v2.d.ts +639 -0
- package/dist/fields/json-meta/fields/clado-person-match.d.ts +139 -0
- package/dist/fields/json-meta/fields/exa_match_evaluation.d.ts +18 -0
- package/dist/fields/json-meta/fields/funding_history.d.ts +10 -0
- package/dist/fields/json-meta/fields/icypeas-company-match.d.ts +30 -0
- package/dist/fields/json-meta/fields/icypeas-person-match.d.ts +22 -0
- package/dist/fields/json-meta/fields/leadmagic-fields.d.ts +25 -0
- package/dist/fields/json-meta/fields/million-verifier-validation-match.d.ts +25 -0
- package/dist/fields/json-meta/fields/oceanio-company-match.d.ts +133 -0
- package/dist/fields/json-meta/fields/profile.d.ts +82 -0
- package/dist/fields/json-meta/fields/scrape-batch-result.d.ts +11 -0
- package/dist/fields/json-meta/fields/website-link-list.d.ts +7 -0
- package/dist/fields/json-meta/fields/zerobounce-validation-match.d.ts +28 -0
- package/dist/fields/schemas.d.ts +18 -0
- package/dist/fields/utils/field-utils.d.ts +2 -0
- package/dist/fields/utils/flag-from.d.ts +12 -0
- package/dist/fields/utils/linkedin-display-value.d.ts +1 -0
- package/dist/form-generation/fields.d.ts +518 -0
- package/dist/form-generation/get-pipes-form-config.d.ts +13 -0
- package/dist/form-generation/get-searches-form-config.d.ts +7 -0
- package/dist/index.d.ts +49 -0
- package/dist/index.js +31112 -0
- package/dist/payload-config/provider-info.d.ts +1 -0
- package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +257 -0
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +232 -0
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +297 -0
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +248 -0
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +206 -0
- package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +218 -0
- package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +235 -0
- package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +288 -0
- package/dist/pipes/catalog/entries/deprecated/people-email-validate-zerobounce-1.d.ts +203 -0
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +253 -0
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +237 -0
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +241 -0
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +242 -0
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-name-1.d.ts +216 -0
- package/dist/pipes/catalog/entries/deprecated/people-validate-email-zero-bounce-1.d.ts +212 -0
- package/dist/pipes/catalog/entries/email-send-gmail.d.ts +224 -0
- package/dist/pipes/catalog/entries/email-send-resend-1.d.ts +227 -0
- package/dist/pipes/catalog/entries/email-write-1.d.ts +260 -0
- package/dist/pipes/catalog/entries/fields-merge-1.d.ts +187 -0
- package/dist/pipes/catalog/entries/json-extract-1.d.ts +240 -0
- package/dist/pipes/catalog/entries/message-send-slack-1.d.ts +206 -0
- package/dist/pipes/catalog/entries/message-write-1.d.ts +226 -0
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/people-email-validate-million-1.d.ts +212 -0
- package/dist/pipes/catalog/entries/people-email-validate-zerobounce-2.d.ts +212 -0
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +224 -0
- package/dist/pipes/catalog/entries/people-name-split-1.d.ts +220 -0
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +262 -0
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +266 -0
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +234 -0
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +254 -0
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +239 -0
- package/dist/pipes/catalog/entries/people-profileurl-name-1.d.ts +213 -0
- package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +279 -0
- package/dist/pipes/catalog/entries/prompt-run-1.d.ts +217 -0
- package/dist/pipes/catalog/entries/sheet-append-1.d.ts +195 -0
- package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/template-fill-1.d.ts +183 -0
- package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +214 -0
- package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +225 -0
- package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +227 -0
- package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +216 -0
- package/dist/pipes/catalog/pipe.d.ts +1866 -0
- package/dist/pipes/catalog/pipes-catalog.d.ts +15435 -0
- package/dist/pipes/catalog/types.d.ts +109 -0
- package/dist/pipes/catalog/utils/find-fields-in-ctx.d.ts +11 -0
- package/dist/pipes/catalog/utils/get-pipe-hash-key.d.ts +4 -0
- package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +6 -0
- package/dist/pipes/catalog/utils/get-provider-billable-operation.d.ts +6 -0
- package/dist/pipes/catalog/utils/index.d.ts +389 -0
- package/dist/pipes/catalog/utils/lazy-property-resolve.d.ts +3 -0
- package/dist/pipes/field-annotations/field-annotations.d.ts +12 -0
- package/dist/pipes/pipes-validator/pipes-validator-utils.d.ts +15 -0
- package/dist/pipes/pipes-validator/pipes-validator.conditions.test.d.ts +1 -0
- package/dist/pipes/pipes-validator/pipes-validator.d.ts +15 -0
- package/dist/pipes/pipes-validator/transform-into-response.d.ts +18 -0
- package/dist/pipes/providers/provider-catalog.d.ts +242 -0
- package/dist/pipes/providers/provider-utils.d.ts +230 -0
- package/dist/pipes/utils/build-dependency-graph.d.ts +15 -0
- package/dist/pipes/utils/clean-payload.d.ts +2 -0
- package/dist/pipes/utils/clean-record-value.d.ts +2 -0
- package/dist/pipes/utils/config-defaults.d.ts +1 -0
- package/dist/pipes/utils/errors.d.ts +219 -0
- package/dist/pipes/utils/get-json-values.d.ts +1 -0
- package/dist/pipes/utils/helpers-widgets.d.ts +17 -0
- package/dist/pipes/utils/helpers.d.ts +13 -0
- package/dist/pipes/utils/input-groups-satisfied.d.ts +13 -0
- package/dist/pipes/utils/parse-prompt-tags.d.ts +41 -0
- package/dist/pipes/utils/pipes-utils.d.ts +382 -0
- package/dist/pipes/utils/schemas-primitives.d.ts +1710 -0
- package/dist/pipes/utils/types.d.ts +5 -0
- package/dist/searches/catalog/entries/companies-profiles-exa-1.d.ts +159 -0
- package/dist/searches/catalog/entries/companies-profiles-icypeas-1.d.ts +265 -0
- package/dist/searches/catalog/entries/deprecated/people-profiles-clado-1.d.ts +162 -0
- package/dist/searches/catalog/entries/people-employees-leadmagic-1.d.ts +135 -0
- package/dist/searches/catalog/entries/people-profiles-clado-2.d.ts +165 -0
- package/dist/searches/catalog/entries/people-profiles-exa-1.d.ts +159 -0
- package/dist/searches/catalog/entries/people-profiles-icypeas-1.d.ts +301 -0
- package/dist/searches/catalog/search.d.ts +26 -0
- package/dist/searches/catalog/searches-catalog.d.ts +2925 -0
- package/dist/searches/catalog/types.d.ts +32 -0
- package/dist/searches/catalog/utils/index.d.ts +1 -0
- package/dist/searches/errors.d.ts +11 -0
- package/dist/searches/index.d.ts +751 -0
- package/dist/searches/schemas.d.ts +12 -0
- package/dist/searches/searches-validator.d.ts +5 -0
- package/dist/searches/types.d.ts +17 -0
- package/dist/searches/utils/get-search-instances.d.ts +3 -0
- package/dist/searches/utils/index.d.ts +2 -0
- package/dist/searches/utils/is-filters-empty.d.ts +1 -0
- package/dist/utils/catalog-tags.d.ts +25 -0
- package/dist/utils/catalog-utils.d.ts +11 -0
- package/dist/utils/clean-object.d.ts +1 -0
- package/dist/utils/clean-url.d.ts +24 -0
- package/dist/utils/connection-id.d.ts +8 -0
- package/dist/utils/hasher.d.ts +8 -0
- package/dist/utils/icons.d.ts +1 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/json-schema-utils.d.ts +3 -0
- package/dist/utils/pixelart.d.ts +13 -0
- package/dist/utils/schemas.d.ts +113 -0
- package/dist/utils/types.d.ts +4 -0
- package/package.json +69 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Pipe } from "../catalog/pipe.js";
|
|
2
|
+
import { type PipePayloadInput } from "../catalog/pipes-catalog.js";
|
|
3
|
+
import type { ValidationContext } from "../catalog/types.js";
|
|
4
|
+
import { type FieldAnnotationsType, type PipesInput } from "../utils/schemas-primitives.js";
|
|
5
|
+
import type { PipesEnvironment } from "../utils/types.js";
|
|
6
|
+
type ValidationConfig = {
|
|
7
|
+
environment: PipesEnvironment;
|
|
8
|
+
};
|
|
9
|
+
export declare function validatePipesOrError({ config, pipes, input, fieldAnnotations, }: {
|
|
10
|
+
config: ValidationConfig;
|
|
11
|
+
pipes: PipePayloadInput[] | Pipe[];
|
|
12
|
+
fieldAnnotations?: FieldAnnotationsType;
|
|
13
|
+
input?: PipesInput[];
|
|
14
|
+
}): ValidationContext;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PipesInMemoryResponse } from "../catalog/pipes-catalog.js";
|
|
2
|
+
import type { ValidationContext } from "../catalog/types.js";
|
|
3
|
+
import type { PipesInput } from "../utils/schemas-primitives.js";
|
|
4
|
+
export interface TransformIntoResponseConfig {
|
|
5
|
+
queue?: {
|
|
6
|
+
enabled?: boolean;
|
|
7
|
+
triggers?: {
|
|
8
|
+
configHashMismatch?: boolean;
|
|
9
|
+
inputHashMismatch?: boolean;
|
|
10
|
+
outputFieldTypeError?: boolean;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function transformIntoResponse({ context, input, config, }: {
|
|
15
|
+
context: ValidationContext;
|
|
16
|
+
input: PipesInput[];
|
|
17
|
+
config?: TransformIntoResponseConfig;
|
|
18
|
+
}): PipesInMemoryResponse;
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
export type ProviderCatalogEntry = {
|
|
2
|
+
logoUrl: string;
|
|
3
|
+
name: string;
|
|
4
|
+
label: string;
|
|
5
|
+
description: string;
|
|
6
|
+
public: boolean;
|
|
7
|
+
url: string;
|
|
8
|
+
connectionType: "api_key" | "oauth_token" | "oauth_token_bundle";
|
|
9
|
+
hasManagedConnections: boolean;
|
|
10
|
+
allowsUserConnections: boolean;
|
|
11
|
+
oAuthConfig: object | null;
|
|
12
|
+
};
|
|
13
|
+
export declare const providerCatalog: {
|
|
14
|
+
readonly pipe0: {
|
|
15
|
+
readonly name: "pipe0";
|
|
16
|
+
readonly label: "pipe0";
|
|
17
|
+
readonly description: "A framework for lead and company data enrichment.";
|
|
18
|
+
readonly url: "https://pipe0.com";
|
|
19
|
+
readonly public: true;
|
|
20
|
+
readonly hasManagedConnections: true;
|
|
21
|
+
readonly allowsUserConnections: false;
|
|
22
|
+
readonly connectionType: "api_key";
|
|
23
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon";
|
|
24
|
+
readonly oAuthConfig: null;
|
|
25
|
+
};
|
|
26
|
+
readonly findymail: {
|
|
27
|
+
readonly name: "findymail";
|
|
28
|
+
readonly label: "FindyMail";
|
|
29
|
+
readonly description: "Find verified emails.";
|
|
30
|
+
readonly url: "https://findymail.com";
|
|
31
|
+
readonly public: false;
|
|
32
|
+
readonly hasManagedConnections: true;
|
|
33
|
+
readonly allowsUserConnections: true;
|
|
34
|
+
readonly connectionType: "api_key";
|
|
35
|
+
readonly oAuthConfig: null;
|
|
36
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon";
|
|
37
|
+
};
|
|
38
|
+
readonly zerobounce: {
|
|
39
|
+
readonly name: "zerobounce";
|
|
40
|
+
readonly label: "ZeroBounce";
|
|
41
|
+
readonly description: "Email validation tools and email list cleaning";
|
|
42
|
+
readonly url: "https://www.zerobounce.net";
|
|
43
|
+
readonly public: true;
|
|
44
|
+
readonly hasManagedConnections: true;
|
|
45
|
+
readonly allowsUserConnections: true;
|
|
46
|
+
readonly connectionType: "api_key";
|
|
47
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon";
|
|
48
|
+
readonly oAuthConfig: null;
|
|
49
|
+
};
|
|
50
|
+
readonly googlemaps: {
|
|
51
|
+
readonly name: "googlemaps";
|
|
52
|
+
readonly label: "Google Maps";
|
|
53
|
+
readonly description: "A map service by Google";
|
|
54
|
+
readonly url: "https://www.google.com/maps";
|
|
55
|
+
readonly public: false;
|
|
56
|
+
readonly hasManagedConnections: true;
|
|
57
|
+
readonly allowsUserConnections: true;
|
|
58
|
+
readonly connectionType: "api_key";
|
|
59
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon";
|
|
60
|
+
readonly oAuthConfig: null;
|
|
61
|
+
};
|
|
62
|
+
readonly leadmagic: {
|
|
63
|
+
readonly name: "leadmagic";
|
|
64
|
+
readonly label: "LeadMagic";
|
|
65
|
+
readonly description: "Enrichment provider";
|
|
66
|
+
readonly url: "https://leadmagic.io";
|
|
67
|
+
readonly public: true;
|
|
68
|
+
readonly hasManagedConnections: true;
|
|
69
|
+
readonly allowsUserConnections: true;
|
|
70
|
+
readonly connectionType: "api_key";
|
|
71
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon";
|
|
72
|
+
readonly oAuthConfig: null;
|
|
73
|
+
};
|
|
74
|
+
readonly builtwith: {
|
|
75
|
+
readonly name: "builtwith";
|
|
76
|
+
readonly label: "BuiltWith";
|
|
77
|
+
readonly description: "BuiltWith tracks over 2500 eCommerce technologies across over 26 million eCommerce websites.";
|
|
78
|
+
readonly url: "https://builtwith.com";
|
|
79
|
+
readonly public: true;
|
|
80
|
+
readonly hasManagedConnections: true;
|
|
81
|
+
readonly allowsUserConnections: true;
|
|
82
|
+
readonly connectionType: "api_key";
|
|
83
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon";
|
|
84
|
+
readonly oAuthConfig: null;
|
|
85
|
+
};
|
|
86
|
+
readonly perplexity: {
|
|
87
|
+
readonly name: "perplexity";
|
|
88
|
+
readonly label: "Perplexity";
|
|
89
|
+
readonly description: "AI search company";
|
|
90
|
+
readonly public: false;
|
|
91
|
+
readonly url: "https://perplexity.com";
|
|
92
|
+
readonly hasManagedConnections: true;
|
|
93
|
+
readonly allowsUserConnections: true;
|
|
94
|
+
readonly connectionType: "api_key";
|
|
95
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon";
|
|
96
|
+
readonly oAuthConfig: null;
|
|
97
|
+
};
|
|
98
|
+
readonly serper: {
|
|
99
|
+
readonly name: "serper";
|
|
100
|
+
readonly label: "Serper";
|
|
101
|
+
readonly description: "The World's Fastest & Cheapest Google Search API";
|
|
102
|
+
readonly url: "https://serper.dev/";
|
|
103
|
+
readonly public: false;
|
|
104
|
+
readonly hasManagedConnections: true;
|
|
105
|
+
readonly allowsUserConnections: true;
|
|
106
|
+
readonly connectionType: "api_key";
|
|
107
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon";
|
|
108
|
+
readonly oAuthConfig: null;
|
|
109
|
+
};
|
|
110
|
+
readonly icypeas: {
|
|
111
|
+
readonly name: "icypeas";
|
|
112
|
+
readonly label: "Icypeas";
|
|
113
|
+
readonly description: "A popular data catalog";
|
|
114
|
+
readonly url: "https://www.icypeas.com/";
|
|
115
|
+
readonly public: true;
|
|
116
|
+
readonly hasManagedConnections: true;
|
|
117
|
+
readonly allowsUserConnections: true;
|
|
118
|
+
readonly connectionType: "api_key";
|
|
119
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon";
|
|
120
|
+
readonly oAuthConfig: null;
|
|
121
|
+
};
|
|
122
|
+
readonly prospeo: {
|
|
123
|
+
readonly name: "prospeo";
|
|
124
|
+
readonly label: "Prospeo";
|
|
125
|
+
readonly description: "Find anyone’s contact data.";
|
|
126
|
+
readonly url: "https://prospeo.io/";
|
|
127
|
+
readonly public: true;
|
|
128
|
+
readonly hasManagedConnections: true;
|
|
129
|
+
readonly allowsUserConnections: true;
|
|
130
|
+
readonly connectionType: "api_key";
|
|
131
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9446f572-d08c-4d48-a5a5-04747fe66000/icon";
|
|
132
|
+
readonly oAuthConfig: null;
|
|
133
|
+
};
|
|
134
|
+
readonly gemini: {
|
|
135
|
+
readonly name: "gemini";
|
|
136
|
+
readonly label: "Gemini";
|
|
137
|
+
readonly description: "Google's AI service";
|
|
138
|
+
readonly url: "https://gemini.google.com";
|
|
139
|
+
readonly public: true;
|
|
140
|
+
readonly hasManagedConnections: true;
|
|
141
|
+
readonly allowsUserConnections: true;
|
|
142
|
+
readonly connectionType: "api_key";
|
|
143
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon";
|
|
144
|
+
readonly oAuthConfig: null;
|
|
145
|
+
};
|
|
146
|
+
readonly slack: {
|
|
147
|
+
readonly name: "slack";
|
|
148
|
+
readonly label: "Slack";
|
|
149
|
+
readonly description: "A modern business chat application.";
|
|
150
|
+
readonly url: "https://slack.com";
|
|
151
|
+
readonly public: true;
|
|
152
|
+
readonly hasManagedConnections: false;
|
|
153
|
+
readonly allowsUserConnections: true;
|
|
154
|
+
readonly connectionType: "oauth_token";
|
|
155
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon";
|
|
156
|
+
readonly oAuthConfig: {};
|
|
157
|
+
};
|
|
158
|
+
readonly clado: {
|
|
159
|
+
readonly name: "clado";
|
|
160
|
+
readonly label: "Clado";
|
|
161
|
+
readonly description: "A data provider deploying 10^5 AI agents to find contact information.";
|
|
162
|
+
readonly public: true;
|
|
163
|
+
readonly hasManagedConnections: true;
|
|
164
|
+
readonly allowsUserConnections: true;
|
|
165
|
+
readonly connectionType: "api_key";
|
|
166
|
+
readonly url: "https://clado.ai";
|
|
167
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon";
|
|
168
|
+
readonly oAuthConfig: null;
|
|
169
|
+
};
|
|
170
|
+
readonly gmail: {
|
|
171
|
+
readonly name: "gmail";
|
|
172
|
+
readonly label: "Gmail";
|
|
173
|
+
readonly description: "Google's email service";
|
|
174
|
+
readonly public: true;
|
|
175
|
+
readonly hasManagedConnections: false;
|
|
176
|
+
readonly allowsUserConnections: true;
|
|
177
|
+
readonly connectionType: "oauth_token_bundle";
|
|
178
|
+
readonly url: "https://mail.google.com";
|
|
179
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon";
|
|
180
|
+
readonly oAuthConfig: {};
|
|
181
|
+
};
|
|
182
|
+
readonly resend: {
|
|
183
|
+
readonly name: "resend";
|
|
184
|
+
readonly label: "Resend";
|
|
185
|
+
readonly description: "An email platform built for developers.";
|
|
186
|
+
readonly public: true;
|
|
187
|
+
readonly hasManagedConnections: false;
|
|
188
|
+
readonly allowsUserConnections: true;
|
|
189
|
+
readonly url: "https://clado.ai";
|
|
190
|
+
readonly connectionType: "api_key";
|
|
191
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon";
|
|
192
|
+
readonly oAuthConfig: null;
|
|
193
|
+
};
|
|
194
|
+
readonly firecrawl: {
|
|
195
|
+
readonly name: "firecrawl";
|
|
196
|
+
readonly label: "Firecrawl";
|
|
197
|
+
readonly description: "Firecrawl is an API service that takes a URL, crawls it, and converts it into clean markdown. Firecrawl crawls all accessible subpages and gives you clean markdown for each. No sitemap required.";
|
|
198
|
+
readonly public: true;
|
|
199
|
+
readonly hasManagedConnections: true;
|
|
200
|
+
readonly allowsUserConnections: true;
|
|
201
|
+
readonly url: "https://www.firecrawl.dev";
|
|
202
|
+
readonly connectionType: "api_key";
|
|
203
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon";
|
|
204
|
+
readonly oAuthConfig: null;
|
|
205
|
+
};
|
|
206
|
+
readonly exa: {
|
|
207
|
+
readonly name: "exa";
|
|
208
|
+
readonly label: "Exa";
|
|
209
|
+
readonly description: "Exa is a search engine built for AI.";
|
|
210
|
+
readonly public: true;
|
|
211
|
+
readonly hasManagedConnections: true;
|
|
212
|
+
readonly allowsUserConnections: true;
|
|
213
|
+
readonly url: "https://exa.ai/";
|
|
214
|
+
readonly connectionType: "api_key";
|
|
215
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon";
|
|
216
|
+
readonly oAuthConfig: null;
|
|
217
|
+
};
|
|
218
|
+
readonly openai: {
|
|
219
|
+
readonly name: "openai";
|
|
220
|
+
readonly label: "OpenAI";
|
|
221
|
+
readonly description: "Foundational AI company based out of San Francisco.";
|
|
222
|
+
readonly public: true;
|
|
223
|
+
readonly hasManagedConnections: true;
|
|
224
|
+
readonly allowsUserConnections: true;
|
|
225
|
+
readonly url: "https://openai.com/";
|
|
226
|
+
readonly connectionType: "api_key";
|
|
227
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon";
|
|
228
|
+
readonly oAuthConfig: null;
|
|
229
|
+
};
|
|
230
|
+
readonly millionverifier: {
|
|
231
|
+
readonly name: "millionverifier";
|
|
232
|
+
readonly label: "MillionVerifier";
|
|
233
|
+
readonly description: "E-Mail validation service.";
|
|
234
|
+
readonly public: true;
|
|
235
|
+
readonly hasManagedConnections: true;
|
|
236
|
+
readonly allowsUserConnections: true;
|
|
237
|
+
readonly url: "https://www.millionverifier.com/";
|
|
238
|
+
readonly connectionType: "api_key";
|
|
239
|
+
readonly logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon";
|
|
240
|
+
readonly oAuthConfig: null;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
import type { ProviderName } from "../../utils/schemas.js";
|
|
2
|
+
export declare function getProviderEntry(providerName: ProviderName): {
|
|
3
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
4
|
+
name: "pipe0";
|
|
5
|
+
label: "pipe0";
|
|
6
|
+
description: "A framework for lead and company data enrichment.";
|
|
7
|
+
url: "https://pipe0.com";
|
|
8
|
+
public: true;
|
|
9
|
+
hasManagedConnections: true;
|
|
10
|
+
allowsUserConnections: false;
|
|
11
|
+
connectionType: "api_key";
|
|
12
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/52f2d955-d9f3-4139-2c13-63cfd568ed00/icon";
|
|
13
|
+
oAuthConfig: null;
|
|
14
|
+
} | {
|
|
15
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
16
|
+
name: "findymail";
|
|
17
|
+
label: "FindyMail";
|
|
18
|
+
description: "Find verified emails.";
|
|
19
|
+
url: "https://findymail.com";
|
|
20
|
+
public: false;
|
|
21
|
+
hasManagedConnections: true;
|
|
22
|
+
allowsUserConnections: true;
|
|
23
|
+
connectionType: "api_key";
|
|
24
|
+
oAuthConfig: null;
|
|
25
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9e8ce38d-a49d-42a3-4317-506f7fbec900/icon";
|
|
26
|
+
} | {
|
|
27
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
28
|
+
name: "zerobounce";
|
|
29
|
+
label: "ZeroBounce";
|
|
30
|
+
description: "Email validation tools and email list cleaning";
|
|
31
|
+
url: "https://www.zerobounce.net";
|
|
32
|
+
public: true;
|
|
33
|
+
hasManagedConnections: true;
|
|
34
|
+
allowsUserConnections: true;
|
|
35
|
+
connectionType: "api_key";
|
|
36
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/db8e9e41-0bda-4f2c-de42-cf8ce61ee500/icon";
|
|
37
|
+
oAuthConfig: null;
|
|
38
|
+
} | {
|
|
39
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
40
|
+
name: "googlemaps";
|
|
41
|
+
label: "Google Maps";
|
|
42
|
+
description: "A map service by Google";
|
|
43
|
+
url: "https://www.google.com/maps";
|
|
44
|
+
public: false;
|
|
45
|
+
hasManagedConnections: true;
|
|
46
|
+
allowsUserConnections: true;
|
|
47
|
+
connectionType: "api_key";
|
|
48
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/1796d3c1-dfb0-4555-b2bf-0ca4930e8f00/icon";
|
|
49
|
+
oAuthConfig: null;
|
|
50
|
+
} | {
|
|
51
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
52
|
+
name: "leadmagic";
|
|
53
|
+
label: "LeadMagic";
|
|
54
|
+
description: "Enrichment provider";
|
|
55
|
+
url: "https://leadmagic.io";
|
|
56
|
+
public: true;
|
|
57
|
+
hasManagedConnections: true;
|
|
58
|
+
allowsUserConnections: true;
|
|
59
|
+
connectionType: "api_key";
|
|
60
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/508cb23a-47d4-40ee-1645-b5a8bf994c00/icon";
|
|
61
|
+
oAuthConfig: null;
|
|
62
|
+
} | {
|
|
63
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
64
|
+
name: "builtwith";
|
|
65
|
+
label: "BuiltWith";
|
|
66
|
+
description: "BuiltWith tracks over 2500 eCommerce technologies across over 26 million eCommerce websites.";
|
|
67
|
+
url: "https://builtwith.com";
|
|
68
|
+
public: true;
|
|
69
|
+
hasManagedConnections: true;
|
|
70
|
+
allowsUserConnections: true;
|
|
71
|
+
connectionType: "api_key";
|
|
72
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/e675cb72-6dc2-43c8-972e-0fc9c3b73c00/icon";
|
|
73
|
+
oAuthConfig: null;
|
|
74
|
+
} | {
|
|
75
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
76
|
+
name: "perplexity";
|
|
77
|
+
label: "Perplexity";
|
|
78
|
+
description: "AI search company";
|
|
79
|
+
public: false;
|
|
80
|
+
url: "https://perplexity.com";
|
|
81
|
+
hasManagedConnections: true;
|
|
82
|
+
allowsUserConnections: true;
|
|
83
|
+
connectionType: "api_key";
|
|
84
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d17d3ba0-5c9e-43d8-17ee-3e4a70404e00/icon";
|
|
85
|
+
oAuthConfig: null;
|
|
86
|
+
} | {
|
|
87
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
88
|
+
name: "serper";
|
|
89
|
+
label: "Serper";
|
|
90
|
+
description: "The World's Fastest & Cheapest Google Search API";
|
|
91
|
+
url: "https://serper.dev/";
|
|
92
|
+
public: false;
|
|
93
|
+
hasManagedConnections: true;
|
|
94
|
+
allowsUserConnections: true;
|
|
95
|
+
connectionType: "api_key";
|
|
96
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/04e720cd-56ea-44d3-3a31-cfc516c6f800/icon";
|
|
97
|
+
oAuthConfig: null;
|
|
98
|
+
} | {
|
|
99
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
100
|
+
name: "icypeas";
|
|
101
|
+
label: "Icypeas";
|
|
102
|
+
description: "A popular data catalog";
|
|
103
|
+
url: "https://www.icypeas.com/";
|
|
104
|
+
public: true;
|
|
105
|
+
hasManagedConnections: true;
|
|
106
|
+
allowsUserConnections: true;
|
|
107
|
+
connectionType: "api_key";
|
|
108
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/d635119e-08ae-40cb-78bc-34161d422400/icon";
|
|
109
|
+
oAuthConfig: null;
|
|
110
|
+
} | {
|
|
111
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
112
|
+
name: "prospeo";
|
|
113
|
+
label: "Prospeo";
|
|
114
|
+
description: "Find anyone’s contact data.";
|
|
115
|
+
url: "https://prospeo.io/";
|
|
116
|
+
public: true;
|
|
117
|
+
hasManagedConnections: true;
|
|
118
|
+
allowsUserConnections: true;
|
|
119
|
+
connectionType: "api_key";
|
|
120
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/9446f572-d08c-4d48-a5a5-04747fe66000/icon";
|
|
121
|
+
oAuthConfig: null;
|
|
122
|
+
} | {
|
|
123
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
124
|
+
name: "gemini";
|
|
125
|
+
label: "Gemini";
|
|
126
|
+
description: "Google's AI service";
|
|
127
|
+
url: "https://gemini.google.com";
|
|
128
|
+
public: true;
|
|
129
|
+
hasManagedConnections: true;
|
|
130
|
+
allowsUserConnections: true;
|
|
131
|
+
connectionType: "api_key";
|
|
132
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/417de5dd-a8a8-4210-d7dc-6f40e54ece00/icon";
|
|
133
|
+
oAuthConfig: null;
|
|
134
|
+
} | {
|
|
135
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
136
|
+
name: "slack";
|
|
137
|
+
label: "Slack";
|
|
138
|
+
description: "A modern business chat application.";
|
|
139
|
+
url: "https://slack.com";
|
|
140
|
+
public: true;
|
|
141
|
+
hasManagedConnections: false;
|
|
142
|
+
allowsUserConnections: true;
|
|
143
|
+
connectionType: "oauth_token";
|
|
144
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/676e823c-c926-4b0b-465c-121b9d1c3300/icon";
|
|
145
|
+
oAuthConfig: {};
|
|
146
|
+
} | {
|
|
147
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
148
|
+
name: "clado";
|
|
149
|
+
label: "Clado";
|
|
150
|
+
description: "A data provider deploying 10^5 AI agents to find contact information.";
|
|
151
|
+
public: true;
|
|
152
|
+
hasManagedConnections: true;
|
|
153
|
+
allowsUserConnections: true;
|
|
154
|
+
connectionType: "api_key";
|
|
155
|
+
url: "https://clado.ai";
|
|
156
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/fdf3d2d0-70be-45c3-2fe5-a8c5cac55a00/icon";
|
|
157
|
+
oAuthConfig: null;
|
|
158
|
+
} | {
|
|
159
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
160
|
+
name: "gmail";
|
|
161
|
+
label: "Gmail";
|
|
162
|
+
description: "Google's email service";
|
|
163
|
+
public: true;
|
|
164
|
+
hasManagedConnections: false;
|
|
165
|
+
allowsUserConnections: true;
|
|
166
|
+
connectionType: "oauth_token_bundle";
|
|
167
|
+
url: "https://mail.google.com";
|
|
168
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8da8ab6b-7f7e-4c42-6abf-212ea537db00/icon";
|
|
169
|
+
oAuthConfig: {};
|
|
170
|
+
} | {
|
|
171
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
172
|
+
name: "resend";
|
|
173
|
+
label: "Resend";
|
|
174
|
+
description: "An email platform built for developers.";
|
|
175
|
+
public: true;
|
|
176
|
+
hasManagedConnections: false;
|
|
177
|
+
allowsUserConnections: true;
|
|
178
|
+
url: "https://clado.ai";
|
|
179
|
+
connectionType: "api_key";
|
|
180
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7c88f71b-8472-40f4-4bec-0e77eac30400/icon";
|
|
181
|
+
oAuthConfig: null;
|
|
182
|
+
} | {
|
|
183
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
184
|
+
name: "firecrawl";
|
|
185
|
+
label: "Firecrawl";
|
|
186
|
+
description: "Firecrawl is an API service that takes a URL, crawls it, and converts it into clean markdown. Firecrawl crawls all accessible subpages and gives you clean markdown for each. No sitemap required.";
|
|
187
|
+
public: true;
|
|
188
|
+
hasManagedConnections: true;
|
|
189
|
+
allowsUserConnections: true;
|
|
190
|
+
url: "https://www.firecrawl.dev";
|
|
191
|
+
connectionType: "api_key";
|
|
192
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5c318569-7bf4-4276-a3f2-1f25530f7f00/icon";
|
|
193
|
+
oAuthConfig: null;
|
|
194
|
+
} | {
|
|
195
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
196
|
+
name: "exa";
|
|
197
|
+
label: "Exa";
|
|
198
|
+
description: "Exa is a search engine built for AI.";
|
|
199
|
+
public: true;
|
|
200
|
+
hasManagedConnections: true;
|
|
201
|
+
allowsUserConnections: true;
|
|
202
|
+
url: "https://exa.ai/";
|
|
203
|
+
connectionType: "api_key";
|
|
204
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/8ae69780-4506-4952-a90e-02e70b06af00/icon";
|
|
205
|
+
oAuthConfig: null;
|
|
206
|
+
} | {
|
|
207
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
208
|
+
name: "openai";
|
|
209
|
+
label: "OpenAI";
|
|
210
|
+
description: "Foundational AI company based out of San Francisco.";
|
|
211
|
+
public: true;
|
|
212
|
+
hasManagedConnections: true;
|
|
213
|
+
allowsUserConnections: true;
|
|
214
|
+
url: "https://openai.com/";
|
|
215
|
+
connectionType: "api_key";
|
|
216
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7ac79c3a-bccb-4ed4-d6e5-7b300b2fd300/icon";
|
|
217
|
+
oAuthConfig: null;
|
|
218
|
+
} | {
|
|
219
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
220
|
+
name: "millionverifier";
|
|
221
|
+
label: "MillionVerifier";
|
|
222
|
+
description: "E-Mail validation service.";
|
|
223
|
+
public: true;
|
|
224
|
+
hasManagedConnections: true;
|
|
225
|
+
allowsUserConnections: true;
|
|
226
|
+
url: "https://www.millionverifier.com/";
|
|
227
|
+
connectionType: "api_key";
|
|
228
|
+
logoUrl: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/7a8bd9cb-efeb-492e-3f4c-311c9492b800/icon";
|
|
229
|
+
oAuthConfig: null;
|
|
230
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Pipe } from "../catalog/pipe.js";
|
|
2
|
+
export type DependencyGraphRelation = {
|
|
3
|
+
index: number;
|
|
4
|
+
required: boolean;
|
|
5
|
+
reason: ("input" | "condition")[];
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* Build a datastructure that says pipe0 depends on pipe1, pipe2, ...
|
|
9
|
+
*
|
|
10
|
+
* NOT a validator. Does not produce errors when dependencies are unmet. This is
|
|
11
|
+
* handled in `getProcessingOrder`.
|
|
12
|
+
*
|
|
13
|
+
* @returns dependency graph
|
|
14
|
+
*/
|
|
15
|
+
export declare function buildDependencyGraph(pipes: Pipe[]): DependencyGraphRelation[][];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function configDefaults<T extends Record<string, any> | null | undefined>(target: T, defaults: Record<string, any>): T;
|