@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,225 @@
|
|
|
1
|
+
import { z, ZodType } from "zod";
|
|
2
|
+
import type { ProviderName } from "../../../utils/schemas.js";
|
|
3
|
+
import { type PipeId } from "../../utils/schemas-primitives.js";
|
|
4
|
+
import { Pipe } from "../pipe.js";
|
|
5
|
+
import type { InputGroup, PipeOutputField } from "../types.js";
|
|
6
|
+
declare const PayloadSchema: z.ZodObject<{
|
|
7
|
+
pipe_id: z.ZodLiteral<"website:maplinks:firecrawl@1">;
|
|
8
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
10
|
+
first: "first";
|
|
11
|
+
}>>;
|
|
12
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
13
|
+
type: z.ZodLiteral<"vault">;
|
|
14
|
+
connection: z.ZodString;
|
|
15
|
+
}, z.core.$strip>>;
|
|
16
|
+
}, z.core.$strip>>>;
|
|
17
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
18
|
+
action: z.ZodEnum<{
|
|
19
|
+
run: "run";
|
|
20
|
+
}>;
|
|
21
|
+
when: z.ZodObject<{
|
|
22
|
+
logic: z.ZodEnum<{
|
|
23
|
+
and: "and";
|
|
24
|
+
or: "or";
|
|
25
|
+
}>;
|
|
26
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
27
|
+
property: z.ZodLiteral<"value">;
|
|
28
|
+
field_name: z.ZodString;
|
|
29
|
+
operator: z.ZodEnum<{
|
|
30
|
+
eq: "eq";
|
|
31
|
+
neq: "neq";
|
|
32
|
+
gt: "gt";
|
|
33
|
+
gte: "gte";
|
|
34
|
+
lt: "lt";
|
|
35
|
+
lte: "lte";
|
|
36
|
+
contains: "contains";
|
|
37
|
+
}>;
|
|
38
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
property: z.ZodLiteral<"status">;
|
|
41
|
+
field_name: z.ZodString;
|
|
42
|
+
operator: z.ZodEnum<{
|
|
43
|
+
eq: "eq";
|
|
44
|
+
neq: "neq";
|
|
45
|
+
}>;
|
|
46
|
+
value: z.ZodEnum<{
|
|
47
|
+
completed: "completed";
|
|
48
|
+
failed: "failed";
|
|
49
|
+
no_result: "no_result";
|
|
50
|
+
skipped: "skipped";
|
|
51
|
+
}>;
|
|
52
|
+
}, z.core.$strip>], "property">>;
|
|
53
|
+
}, z.core.$strip>;
|
|
54
|
+
}, z.core.$strip>>>;
|
|
55
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
56
|
+
page_limit: z.ZodCoercedNumber<unknown> | z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
57
|
+
sitemap: z.ZodEnum<{
|
|
58
|
+
[x: string]: string;
|
|
59
|
+
}> | z.ZodOptional<z.ZodEnum<{
|
|
60
|
+
[x: string]: string;
|
|
61
|
+
}>> | z.ZodDefault<z.ZodEnum<{
|
|
62
|
+
[x: string]: string;
|
|
63
|
+
}>> | z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
64
|
+
[x: string]: string;
|
|
65
|
+
}>>>;
|
|
66
|
+
search: z.ZodDefault<z.ZodString>;
|
|
67
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
68
|
+
website_url: z.ZodDefault<z.ZodObject<{
|
|
69
|
+
alias: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>;
|
|
71
|
+
}, z.core.$strip>>;
|
|
72
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
73
|
+
mapped_links: z.ZodDefault<z.ZodObject<{
|
|
74
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
75
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
76
|
+
}, z.core.$strip>>;
|
|
77
|
+
}, z.core.$strip>>;
|
|
78
|
+
}, z.core.$strip>>;
|
|
79
|
+
}, z.core.$strip>;
|
|
80
|
+
type Payload = z.infer<typeof PayloadSchema>;
|
|
81
|
+
declare class PipeClass extends Pipe<Payload> {
|
|
82
|
+
pipeId: PipeId;
|
|
83
|
+
payload: Payload;
|
|
84
|
+
payloadSchema: ZodType;
|
|
85
|
+
billableOperations: {
|
|
86
|
+
readonly "firecrawl-website-maplinks": {
|
|
87
|
+
readonly allowManagedConnection: true;
|
|
88
|
+
readonly provider: "firecrawl";
|
|
89
|
+
readonly credits: 1;
|
|
90
|
+
readonly mode: "onSuccess";
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
constructor(payload: Payload);
|
|
94
|
+
getProviderNames(): ProviderName[];
|
|
95
|
+
estimateBillableOperations(): (keyof typeof this.billableOperations)[];
|
|
96
|
+
getInputGroups(): InputGroup[];
|
|
97
|
+
getRawOutputFields(): Record<string, PipeOutputField>;
|
|
98
|
+
getConnectionsRequirements(): {
|
|
99
|
+
provider: "firecrawl";
|
|
100
|
+
rateLimitRatio: number;
|
|
101
|
+
rateLimitOperation: "firecrawl_map_requests";
|
|
102
|
+
allowManagedConnection: true;
|
|
103
|
+
}[];
|
|
104
|
+
}
|
|
105
|
+
export declare const WebsiteMappedLinksFireCrawlPipeClass1: typeof PipeClass;
|
|
106
|
+
export declare const WebsiteMappedLinksFireCrawlPayloadSchema1: z.ZodObject<{
|
|
107
|
+
pipe_id: z.ZodLiteral<"website:maplinks:firecrawl@1">;
|
|
108
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
109
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
110
|
+
first: "first";
|
|
111
|
+
}>>;
|
|
112
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
113
|
+
type: z.ZodLiteral<"vault">;
|
|
114
|
+
connection: z.ZodString;
|
|
115
|
+
}, z.core.$strip>>;
|
|
116
|
+
}, z.core.$strip>>>;
|
|
117
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
118
|
+
action: z.ZodEnum<{
|
|
119
|
+
run: "run";
|
|
120
|
+
}>;
|
|
121
|
+
when: z.ZodObject<{
|
|
122
|
+
logic: z.ZodEnum<{
|
|
123
|
+
and: "and";
|
|
124
|
+
or: "or";
|
|
125
|
+
}>;
|
|
126
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
127
|
+
property: z.ZodLiteral<"value">;
|
|
128
|
+
field_name: z.ZodString;
|
|
129
|
+
operator: z.ZodEnum<{
|
|
130
|
+
eq: "eq";
|
|
131
|
+
neq: "neq";
|
|
132
|
+
gt: "gt";
|
|
133
|
+
gte: "gte";
|
|
134
|
+
lt: "lt";
|
|
135
|
+
lte: "lte";
|
|
136
|
+
contains: "contains";
|
|
137
|
+
}>;
|
|
138
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
139
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
140
|
+
property: z.ZodLiteral<"status">;
|
|
141
|
+
field_name: z.ZodString;
|
|
142
|
+
operator: z.ZodEnum<{
|
|
143
|
+
eq: "eq";
|
|
144
|
+
neq: "neq";
|
|
145
|
+
}>;
|
|
146
|
+
value: z.ZodEnum<{
|
|
147
|
+
completed: "completed";
|
|
148
|
+
failed: "failed";
|
|
149
|
+
no_result: "no_result";
|
|
150
|
+
skipped: "skipped";
|
|
151
|
+
}>;
|
|
152
|
+
}, z.core.$strip>], "property">>;
|
|
153
|
+
}, z.core.$strip>;
|
|
154
|
+
}, z.core.$strip>>>;
|
|
155
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
156
|
+
page_limit: z.ZodCoercedNumber<unknown> | z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
157
|
+
sitemap: z.ZodEnum<{
|
|
158
|
+
[x: string]: string;
|
|
159
|
+
}> | z.ZodOptional<z.ZodEnum<{
|
|
160
|
+
[x: string]: string;
|
|
161
|
+
}>> | z.ZodDefault<z.ZodEnum<{
|
|
162
|
+
[x: string]: string;
|
|
163
|
+
}>> | z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
164
|
+
[x: string]: string;
|
|
165
|
+
}>>>;
|
|
166
|
+
search: z.ZodDefault<z.ZodString>;
|
|
167
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
168
|
+
website_url: z.ZodDefault<z.ZodObject<{
|
|
169
|
+
alias: z.ZodString;
|
|
170
|
+
}, z.core.$strip>>;
|
|
171
|
+
}, z.core.$strip>>;
|
|
172
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
173
|
+
mapped_links: z.ZodDefault<z.ZodObject<{
|
|
174
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
175
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
176
|
+
}, z.core.$strip>>;
|
|
177
|
+
}, z.core.$strip>>;
|
|
178
|
+
}, z.core.$strip>>;
|
|
179
|
+
}, z.core.$strip>;
|
|
180
|
+
export declare const WebsiteMappedLinksFireCrawlEntry1: {
|
|
181
|
+
readonly pipeId: "website:maplinks:firecrawl@1";
|
|
182
|
+
readonly basePipe: string;
|
|
183
|
+
readonly label: "Map domain links";
|
|
184
|
+
readonly executionMode: "single";
|
|
185
|
+
readonly categories: ["tools"];
|
|
186
|
+
readonly lifecycle: null;
|
|
187
|
+
readonly description: "Input a website and get all the internal urls on the website. Results do not include links to external pages.";
|
|
188
|
+
readonly tags: ["Scrape"];
|
|
189
|
+
readonly docPath: "/resources/pipe-catalog/website:maplinks:firecrawl/1";
|
|
190
|
+
readonly billableOperations: {
|
|
191
|
+
readonly "firecrawl-website-maplinks": {
|
|
192
|
+
readonly allowManagedConnection: true;
|
|
193
|
+
readonly provider: "firecrawl";
|
|
194
|
+
readonly credits: 1;
|
|
195
|
+
readonly mode: "onSuccess";
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly inputFieldMode: "static";
|
|
199
|
+
readonly outputFieldMode: "static";
|
|
200
|
+
readonly allowedUserConnectionProviders: ["firecrawl"];
|
|
201
|
+
readonly managedProviders: ["firecrawl"];
|
|
202
|
+
readonly defaultInputGroups: InputGroup[];
|
|
203
|
+
readonly defaultPayload: {
|
|
204
|
+
readonly pipe_id: "website:maplinks:firecrawl@1";
|
|
205
|
+
readonly trigger: null;
|
|
206
|
+
readonly connector: null;
|
|
207
|
+
readonly config: {
|
|
208
|
+
readonly page_limit: 25;
|
|
209
|
+
readonly sitemap: "include";
|
|
210
|
+
readonly search: "";
|
|
211
|
+
readonly input_fields: {
|
|
212
|
+
readonly website_url: {
|
|
213
|
+
readonly alias: "";
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
readonly output_fields: {
|
|
217
|
+
readonly mapped_links: {
|
|
218
|
+
readonly alias: "";
|
|
219
|
+
readonly enabled: true;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
export {};
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import { z, ZodType } from "zod";
|
|
2
|
+
import type { ProviderName } from "../../../utils/schemas.js";
|
|
3
|
+
import { type PipeId } from "../../utils/schemas-primitives.js";
|
|
4
|
+
import { Pipe } from "../pipe.js";
|
|
5
|
+
import type { InputGroup, PipeOutputField } from "../types.js";
|
|
6
|
+
declare const PayloadSchema: z.ZodObject<{
|
|
7
|
+
pipe_id: z.ZodLiteral<"website:scrape:firecrawl@1">;
|
|
8
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
10
|
+
first: "first";
|
|
11
|
+
}>>;
|
|
12
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
13
|
+
type: z.ZodLiteral<"vault">;
|
|
14
|
+
connection: z.ZodString;
|
|
15
|
+
}, z.core.$strip>>;
|
|
16
|
+
}, z.core.$strip>>>;
|
|
17
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
18
|
+
action: z.ZodEnum<{
|
|
19
|
+
run: "run";
|
|
20
|
+
}>;
|
|
21
|
+
when: z.ZodObject<{
|
|
22
|
+
logic: z.ZodEnum<{
|
|
23
|
+
and: "and";
|
|
24
|
+
or: "or";
|
|
25
|
+
}>;
|
|
26
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
27
|
+
property: z.ZodLiteral<"value">;
|
|
28
|
+
field_name: z.ZodString;
|
|
29
|
+
operator: z.ZodEnum<{
|
|
30
|
+
eq: "eq";
|
|
31
|
+
neq: "neq";
|
|
32
|
+
gt: "gt";
|
|
33
|
+
gte: "gte";
|
|
34
|
+
lt: "lt";
|
|
35
|
+
lte: "lte";
|
|
36
|
+
contains: "contains";
|
|
37
|
+
}>;
|
|
38
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
property: z.ZodLiteral<"status">;
|
|
41
|
+
field_name: z.ZodString;
|
|
42
|
+
operator: z.ZodEnum<{
|
|
43
|
+
eq: "eq";
|
|
44
|
+
neq: "neq";
|
|
45
|
+
}>;
|
|
46
|
+
value: z.ZodEnum<{
|
|
47
|
+
completed: "completed";
|
|
48
|
+
failed: "failed";
|
|
49
|
+
no_result: "no_result";
|
|
50
|
+
skipped: "skipped";
|
|
51
|
+
}>;
|
|
52
|
+
}, z.core.$strip>], "property">>;
|
|
53
|
+
}, z.core.$strip>;
|
|
54
|
+
}, z.core.$strip>>>;
|
|
55
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
56
|
+
scrape_main_only: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
57
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
58
|
+
website_url: z.ZodDefault<z.ZodObject<{
|
|
59
|
+
alias: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>;
|
|
61
|
+
}, z.core.$strip>>;
|
|
62
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
63
|
+
website_markdown: z.ZodDefault<z.ZodObject<{
|
|
64
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
65
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
66
|
+
}, z.core.$strip>>;
|
|
67
|
+
website_html: z.ZodDefault<z.ZodObject<{
|
|
68
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
69
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
70
|
+
}, z.core.$strip>>;
|
|
71
|
+
website_links: z.ZodDefault<z.ZodObject<{
|
|
72
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
73
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
74
|
+
}, z.core.$strip>>;
|
|
75
|
+
}, z.core.$strip>>;
|
|
76
|
+
}, z.core.$strip>>;
|
|
77
|
+
}, z.core.$strip>;
|
|
78
|
+
type Payload = z.infer<typeof PayloadSchema>;
|
|
79
|
+
declare class PipeClass extends Pipe<Payload> {
|
|
80
|
+
pipeId: PipeId;
|
|
81
|
+
payload: Payload;
|
|
82
|
+
payloadSchema: ZodType;
|
|
83
|
+
billableOperations: {
|
|
84
|
+
readonly "firecrawl-website-scrape": {
|
|
85
|
+
readonly allowManagedConnection: true;
|
|
86
|
+
readonly provider: "firecrawl";
|
|
87
|
+
readonly credits: 0.1;
|
|
88
|
+
readonly mode: "onSuccess";
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
constructor(payload: Payload);
|
|
92
|
+
getProviderNames(): ProviderName[];
|
|
93
|
+
estimateBillableOperations(): (keyof typeof this.billableOperations)[];
|
|
94
|
+
getInputGroups(): InputGroup[];
|
|
95
|
+
getRawOutputFields(): Record<string, PipeOutputField>;
|
|
96
|
+
getConnectionsRequirements(): {
|
|
97
|
+
provider: "firecrawl";
|
|
98
|
+
rateLimitRatio: number;
|
|
99
|
+
rateLimitOperation: "firecrawl_generic";
|
|
100
|
+
allowManagedConnection: true;
|
|
101
|
+
}[];
|
|
102
|
+
}
|
|
103
|
+
export declare const WebsiteScrapeFireCrawlPipeClass1: typeof PipeClass;
|
|
104
|
+
export declare const WebsiteScrapeFireCrawlPayloadSchema1: z.ZodObject<{
|
|
105
|
+
pipe_id: z.ZodLiteral<"website:scrape:firecrawl@1">;
|
|
106
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
107
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
108
|
+
first: "first";
|
|
109
|
+
}>>;
|
|
110
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
111
|
+
type: z.ZodLiteral<"vault">;
|
|
112
|
+
connection: z.ZodString;
|
|
113
|
+
}, z.core.$strip>>;
|
|
114
|
+
}, z.core.$strip>>>;
|
|
115
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
116
|
+
action: z.ZodEnum<{
|
|
117
|
+
run: "run";
|
|
118
|
+
}>;
|
|
119
|
+
when: z.ZodObject<{
|
|
120
|
+
logic: z.ZodEnum<{
|
|
121
|
+
and: "and";
|
|
122
|
+
or: "or";
|
|
123
|
+
}>;
|
|
124
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
125
|
+
property: z.ZodLiteral<"value">;
|
|
126
|
+
field_name: z.ZodString;
|
|
127
|
+
operator: z.ZodEnum<{
|
|
128
|
+
eq: "eq";
|
|
129
|
+
neq: "neq";
|
|
130
|
+
gt: "gt";
|
|
131
|
+
gte: "gte";
|
|
132
|
+
lt: "lt";
|
|
133
|
+
lte: "lte";
|
|
134
|
+
contains: "contains";
|
|
135
|
+
}>;
|
|
136
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
137
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
138
|
+
property: z.ZodLiteral<"status">;
|
|
139
|
+
field_name: z.ZodString;
|
|
140
|
+
operator: z.ZodEnum<{
|
|
141
|
+
eq: "eq";
|
|
142
|
+
neq: "neq";
|
|
143
|
+
}>;
|
|
144
|
+
value: z.ZodEnum<{
|
|
145
|
+
completed: "completed";
|
|
146
|
+
failed: "failed";
|
|
147
|
+
no_result: "no_result";
|
|
148
|
+
skipped: "skipped";
|
|
149
|
+
}>;
|
|
150
|
+
}, z.core.$strip>], "property">>;
|
|
151
|
+
}, z.core.$strip>;
|
|
152
|
+
}, z.core.$strip>>>;
|
|
153
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
154
|
+
scrape_main_only: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
155
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
156
|
+
website_url: z.ZodDefault<z.ZodObject<{
|
|
157
|
+
alias: z.ZodString;
|
|
158
|
+
}, z.core.$strip>>;
|
|
159
|
+
}, z.core.$strip>>;
|
|
160
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
161
|
+
website_markdown: z.ZodDefault<z.ZodObject<{
|
|
162
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
163
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
164
|
+
}, z.core.$strip>>;
|
|
165
|
+
website_html: z.ZodDefault<z.ZodObject<{
|
|
166
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
167
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
168
|
+
}, z.core.$strip>>;
|
|
169
|
+
website_links: z.ZodDefault<z.ZodObject<{
|
|
170
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
171
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
172
|
+
}, z.core.$strip>>;
|
|
173
|
+
}, z.core.$strip>>;
|
|
174
|
+
}, z.core.$strip>>;
|
|
175
|
+
}, z.core.$strip>;
|
|
176
|
+
export declare const WebsiteScrapeFireCrawlEntry1: {
|
|
177
|
+
readonly pipeId: "website:scrape:firecrawl@1";
|
|
178
|
+
readonly basePipe: string;
|
|
179
|
+
readonly label: "Scrape";
|
|
180
|
+
readonly executionMode: "single";
|
|
181
|
+
readonly categories: ["tools"];
|
|
182
|
+
readonly lifecycle: null;
|
|
183
|
+
readonly description: "Turn any url into clean data.";
|
|
184
|
+
readonly tags: ["Scrape"];
|
|
185
|
+
readonly docPath: "/resources/pipe-catalog/website:scrape:firecrawl/1";
|
|
186
|
+
readonly billableOperations: {
|
|
187
|
+
readonly "firecrawl-website-scrape": {
|
|
188
|
+
readonly allowManagedConnection: true;
|
|
189
|
+
readonly provider: "firecrawl";
|
|
190
|
+
readonly credits: 0.1;
|
|
191
|
+
readonly mode: "onSuccess";
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
readonly inputFieldMode: "static";
|
|
195
|
+
readonly outputFieldMode: "static";
|
|
196
|
+
readonly allowedUserConnectionProviders: ["firecrawl"];
|
|
197
|
+
readonly managedProviders: ["firecrawl"];
|
|
198
|
+
readonly defaultInputGroups: InputGroup[];
|
|
199
|
+
readonly defaultPayload: {
|
|
200
|
+
readonly pipe_id: "website:scrape:firecrawl@1";
|
|
201
|
+
readonly trigger: null;
|
|
202
|
+
readonly connector: null;
|
|
203
|
+
readonly config: {
|
|
204
|
+
readonly scrape_main_only: true;
|
|
205
|
+
readonly input_fields: {
|
|
206
|
+
readonly website_url: {
|
|
207
|
+
readonly alias: "";
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
readonly output_fields: {
|
|
211
|
+
readonly website_markdown: {
|
|
212
|
+
readonly alias: "";
|
|
213
|
+
readonly enabled: true;
|
|
214
|
+
};
|
|
215
|
+
readonly website_html: {
|
|
216
|
+
readonly alias: "";
|
|
217
|
+
readonly enabled: false;
|
|
218
|
+
};
|
|
219
|
+
readonly website_links: {
|
|
220
|
+
readonly alias: "";
|
|
221
|
+
readonly enabled: false;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
export {};
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
import { z, ZodType } from "zod";
|
|
2
|
+
import type { ProviderName } from "../../../utils/schemas.js";
|
|
3
|
+
import { type PipeId } from "../../utils/schemas-primitives.js";
|
|
4
|
+
import { Pipe } from "../pipe.js";
|
|
5
|
+
import type { InputGroup, PipeOutputField } from "../types.js";
|
|
6
|
+
declare const PayloadSchema: z.ZodObject<{
|
|
7
|
+
pipe_id: z.ZodLiteral<"website:scrapelist:firecrawl@1">;
|
|
8
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
10
|
+
first: "first";
|
|
11
|
+
}>>;
|
|
12
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
13
|
+
type: z.ZodLiteral<"vault">;
|
|
14
|
+
connection: z.ZodString;
|
|
15
|
+
}, z.core.$strip>>;
|
|
16
|
+
}, z.core.$strip>>>;
|
|
17
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
18
|
+
action: z.ZodEnum<{
|
|
19
|
+
run: "run";
|
|
20
|
+
}>;
|
|
21
|
+
when: z.ZodObject<{
|
|
22
|
+
logic: z.ZodEnum<{
|
|
23
|
+
and: "and";
|
|
24
|
+
or: "or";
|
|
25
|
+
}>;
|
|
26
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
27
|
+
property: z.ZodLiteral<"value">;
|
|
28
|
+
field_name: z.ZodString;
|
|
29
|
+
operator: z.ZodEnum<{
|
|
30
|
+
eq: "eq";
|
|
31
|
+
neq: "neq";
|
|
32
|
+
gt: "gt";
|
|
33
|
+
gte: "gte";
|
|
34
|
+
lt: "lt";
|
|
35
|
+
lte: "lte";
|
|
36
|
+
contains: "contains";
|
|
37
|
+
}>;
|
|
38
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
property: z.ZodLiteral<"status">;
|
|
41
|
+
field_name: z.ZodString;
|
|
42
|
+
operator: z.ZodEnum<{
|
|
43
|
+
eq: "eq";
|
|
44
|
+
neq: "neq";
|
|
45
|
+
}>;
|
|
46
|
+
value: z.ZodEnum<{
|
|
47
|
+
completed: "completed";
|
|
48
|
+
failed: "failed";
|
|
49
|
+
no_result: "no_result";
|
|
50
|
+
skipped: "skipped";
|
|
51
|
+
}>;
|
|
52
|
+
}, z.core.$strip>], "property">>;
|
|
53
|
+
}, z.core.$strip>;
|
|
54
|
+
}, z.core.$strip>>>;
|
|
55
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
56
|
+
scrape_main_only: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
57
|
+
formats: z.ZodArray<z.ZodEnum<{
|
|
58
|
+
[x: string]: string;
|
|
59
|
+
}>> | z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
60
|
+
[x: string]: string;
|
|
61
|
+
}>>>;
|
|
62
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
63
|
+
urls: z.ZodDefault<z.ZodObject<{
|
|
64
|
+
alias: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>;
|
|
66
|
+
}, z.core.$strip>>;
|
|
67
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
68
|
+
scrape_list_response: z.ZodDefault<z.ZodObject<{
|
|
69
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
70
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
71
|
+
}, z.core.$strip>>;
|
|
72
|
+
}, z.core.$strip>>;
|
|
73
|
+
}, z.core.$strip>>;
|
|
74
|
+
}, z.core.$strip>;
|
|
75
|
+
type Payload = z.infer<typeof PayloadSchema>;
|
|
76
|
+
declare class PipeClass extends Pipe<Payload> {
|
|
77
|
+
pipeId: PipeId;
|
|
78
|
+
payload: Payload;
|
|
79
|
+
payloadSchema: ZodType;
|
|
80
|
+
billableOperations: {
|
|
81
|
+
readonly "firecrawl-list-url-scrape": {
|
|
82
|
+
readonly allowManagedConnection: true;
|
|
83
|
+
readonly provider: "firecrawl";
|
|
84
|
+
readonly credits: 0.1;
|
|
85
|
+
readonly mode: "onSuccess";
|
|
86
|
+
readonly note: "You are charged per url that is scraped.";
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
constructor(payload: Payload);
|
|
90
|
+
getProviderNames(): ProviderName[];
|
|
91
|
+
estimateBillableOperations(): (keyof typeof this.billableOperations)[];
|
|
92
|
+
getInputGroups(): InputGroup[];
|
|
93
|
+
getRawOutputFields(): Record<string, PipeOutputField>;
|
|
94
|
+
getConnectionsRequirements(): {
|
|
95
|
+
provider: "firecrawl";
|
|
96
|
+
rateLimitRatio: number;
|
|
97
|
+
rateLimitOperation: "firecrawl_generic";
|
|
98
|
+
allowManagedConnection: true;
|
|
99
|
+
}[];
|
|
100
|
+
}
|
|
101
|
+
export declare const WebsiteScrapeListFireCrawlPipeClass1: typeof PipeClass;
|
|
102
|
+
export declare const WebsiteScrapeListFireCrawlPayloadSchema1: z.ZodObject<{
|
|
103
|
+
pipe_id: z.ZodLiteral<"website:scrapelist:firecrawl@1">;
|
|
104
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
105
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
106
|
+
first: "first";
|
|
107
|
+
}>>;
|
|
108
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
109
|
+
type: z.ZodLiteral<"vault">;
|
|
110
|
+
connection: z.ZodString;
|
|
111
|
+
}, z.core.$strip>>;
|
|
112
|
+
}, z.core.$strip>>>;
|
|
113
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
114
|
+
action: z.ZodEnum<{
|
|
115
|
+
run: "run";
|
|
116
|
+
}>;
|
|
117
|
+
when: z.ZodObject<{
|
|
118
|
+
logic: z.ZodEnum<{
|
|
119
|
+
and: "and";
|
|
120
|
+
or: "or";
|
|
121
|
+
}>;
|
|
122
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
123
|
+
property: z.ZodLiteral<"value">;
|
|
124
|
+
field_name: z.ZodString;
|
|
125
|
+
operator: z.ZodEnum<{
|
|
126
|
+
eq: "eq";
|
|
127
|
+
neq: "neq";
|
|
128
|
+
gt: "gt";
|
|
129
|
+
gte: "gte";
|
|
130
|
+
lt: "lt";
|
|
131
|
+
lte: "lte";
|
|
132
|
+
contains: "contains";
|
|
133
|
+
}>;
|
|
134
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
135
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
136
|
+
property: z.ZodLiteral<"status">;
|
|
137
|
+
field_name: z.ZodString;
|
|
138
|
+
operator: z.ZodEnum<{
|
|
139
|
+
eq: "eq";
|
|
140
|
+
neq: "neq";
|
|
141
|
+
}>;
|
|
142
|
+
value: z.ZodEnum<{
|
|
143
|
+
completed: "completed";
|
|
144
|
+
failed: "failed";
|
|
145
|
+
no_result: "no_result";
|
|
146
|
+
skipped: "skipped";
|
|
147
|
+
}>;
|
|
148
|
+
}, z.core.$strip>], "property">>;
|
|
149
|
+
}, z.core.$strip>;
|
|
150
|
+
}, z.core.$strip>>>;
|
|
151
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
152
|
+
scrape_main_only: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
153
|
+
formats: z.ZodArray<z.ZodEnum<{
|
|
154
|
+
[x: string]: string;
|
|
155
|
+
}>> | z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
156
|
+
[x: string]: string;
|
|
157
|
+
}>>>;
|
|
158
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
159
|
+
urls: z.ZodDefault<z.ZodObject<{
|
|
160
|
+
alias: z.ZodString;
|
|
161
|
+
}, z.core.$strip>>;
|
|
162
|
+
}, z.core.$strip>>;
|
|
163
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
164
|
+
scrape_list_response: z.ZodDefault<z.ZodObject<{
|
|
165
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
166
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
167
|
+
}, z.core.$strip>>;
|
|
168
|
+
}, z.core.$strip>>;
|
|
169
|
+
}, z.core.$strip>>;
|
|
170
|
+
}, z.core.$strip>;
|
|
171
|
+
export declare const WebsiteScrapeListFireCrawlEntry1: {
|
|
172
|
+
readonly pipeId: "website:scrapelist:firecrawl@1";
|
|
173
|
+
readonly basePipe: string;
|
|
174
|
+
readonly label: "Scrape list";
|
|
175
|
+
readonly executionMode: "single";
|
|
176
|
+
readonly categories: ["tools"];
|
|
177
|
+
readonly lifecycle: null;
|
|
178
|
+
readonly description: "Turn a list of urls into clean scraped data.";
|
|
179
|
+
readonly tags: ["Scrape"];
|
|
180
|
+
readonly docPath: "/resources/pipe-catalog/website:scrapelist:firecrawl/1";
|
|
181
|
+
readonly billableOperations: {
|
|
182
|
+
readonly "firecrawl-list-url-scrape": {
|
|
183
|
+
readonly allowManagedConnection: true;
|
|
184
|
+
readonly provider: "firecrawl";
|
|
185
|
+
readonly credits: 0.1;
|
|
186
|
+
readonly mode: "onSuccess";
|
|
187
|
+
readonly note: "You are charged per url that is scraped.";
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
readonly inputFieldMode: "static";
|
|
191
|
+
readonly outputFieldMode: "static";
|
|
192
|
+
readonly allowedUserConnectionProviders: ["firecrawl"];
|
|
193
|
+
readonly managedProviders: ["firecrawl"];
|
|
194
|
+
readonly defaultInputGroups: InputGroup[];
|
|
195
|
+
readonly defaultPayload: {
|
|
196
|
+
readonly pipe_id: "website:scrapelist:firecrawl@1";
|
|
197
|
+
readonly trigger: null;
|
|
198
|
+
readonly connector: null;
|
|
199
|
+
readonly config: {
|
|
200
|
+
readonly scrape_main_only: true;
|
|
201
|
+
readonly formats: ["html", "markdown", "links"];
|
|
202
|
+
readonly input_fields: {
|
|
203
|
+
readonly urls: {
|
|
204
|
+
readonly alias: "";
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
readonly output_fields: {
|
|
208
|
+
readonly scrape_list_response: {
|
|
209
|
+
readonly alias: "";
|
|
210
|
+
readonly enabled: true;
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
export {};
|