@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,207 @@
|
|
|
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, PipeConnectionRequirement, PipeOutputField } from "../types.js";
|
|
6
|
+
declare const PayloadSchema: z.ZodObject<{
|
|
7
|
+
pipe_id: z.ZodLiteral<"sheet:expandappend@1">;
|
|
8
|
+
connector: 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.ZodObject<{
|
|
56
|
+
sheet: z.ZodString;
|
|
57
|
+
run: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
58
|
+
allow_field_creation: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
59
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
60
|
+
input_objects: z.ZodDefault<z.ZodObject<{
|
|
61
|
+
alias: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>;
|
|
63
|
+
}, z.core.$strip>>;
|
|
64
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
65
|
+
sheet_record_ids: z.ZodDefault<z.ZodObject<{
|
|
66
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
67
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
68
|
+
}, z.core.$strip>>;
|
|
69
|
+
}, z.core.$strip>>;
|
|
70
|
+
}, z.core.$strip>;
|
|
71
|
+
}, z.core.$strip>;
|
|
72
|
+
type Payload = z.infer<typeof PayloadSchema>;
|
|
73
|
+
declare class PipeClass extends Pipe<Payload> {
|
|
74
|
+
pipeId: PipeId;
|
|
75
|
+
payload: Payload;
|
|
76
|
+
payloadSchema: ZodType;
|
|
77
|
+
billableOperations: {
|
|
78
|
+
readonly "sheets-appendexpand-pipe0": {
|
|
79
|
+
readonly provider: "pipe0";
|
|
80
|
+
readonly allowManagedConnection: false;
|
|
81
|
+
readonly credits: null;
|
|
82
|
+
readonly mode: null;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
constructor(payload: Payload);
|
|
86
|
+
getProviderNames(): ProviderName[];
|
|
87
|
+
estimateBillableOperations(): (keyof typeof this.billableOperations)[];
|
|
88
|
+
getInputGroups(): InputGroup[];
|
|
89
|
+
getRawOutputFields(): Record<string, PipeOutputField>;
|
|
90
|
+
getConnectionsRequirements(): Array<PipeConnectionRequirement>;
|
|
91
|
+
}
|
|
92
|
+
export declare const SheetExpandAppendPipeClass1: typeof PipeClass;
|
|
93
|
+
export declare const SheetExpandAppendPayloadSchema1: z.ZodObject<{
|
|
94
|
+
pipe_id: z.ZodLiteral<"sheet:expandappend@1">;
|
|
95
|
+
connector: z.ZodObject<{
|
|
96
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
97
|
+
first: "first";
|
|
98
|
+
}>>;
|
|
99
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
100
|
+
type: z.ZodLiteral<"vault">;
|
|
101
|
+
connection: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>;
|
|
103
|
+
}, z.core.$strip>;
|
|
104
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
105
|
+
action: z.ZodEnum<{
|
|
106
|
+
run: "run";
|
|
107
|
+
}>;
|
|
108
|
+
when: z.ZodObject<{
|
|
109
|
+
logic: z.ZodEnum<{
|
|
110
|
+
and: "and";
|
|
111
|
+
or: "or";
|
|
112
|
+
}>;
|
|
113
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
114
|
+
property: z.ZodLiteral<"value">;
|
|
115
|
+
field_name: z.ZodString;
|
|
116
|
+
operator: z.ZodEnum<{
|
|
117
|
+
eq: "eq";
|
|
118
|
+
neq: "neq";
|
|
119
|
+
gt: "gt";
|
|
120
|
+
gte: "gte";
|
|
121
|
+
lt: "lt";
|
|
122
|
+
lte: "lte";
|
|
123
|
+
contains: "contains";
|
|
124
|
+
}>;
|
|
125
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
126
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
127
|
+
property: z.ZodLiteral<"status">;
|
|
128
|
+
field_name: z.ZodString;
|
|
129
|
+
operator: z.ZodEnum<{
|
|
130
|
+
eq: "eq";
|
|
131
|
+
neq: "neq";
|
|
132
|
+
}>;
|
|
133
|
+
value: z.ZodEnum<{
|
|
134
|
+
completed: "completed";
|
|
135
|
+
failed: "failed";
|
|
136
|
+
no_result: "no_result";
|
|
137
|
+
skipped: "skipped";
|
|
138
|
+
}>;
|
|
139
|
+
}, z.core.$strip>], "property">>;
|
|
140
|
+
}, z.core.$strip>;
|
|
141
|
+
}, z.core.$strip>>>;
|
|
142
|
+
config: z.ZodObject<{
|
|
143
|
+
sheet: z.ZodString;
|
|
144
|
+
run: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
145
|
+
allow_field_creation: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
146
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
147
|
+
input_objects: z.ZodDefault<z.ZodObject<{
|
|
148
|
+
alias: z.ZodString;
|
|
149
|
+
}, z.core.$strip>>;
|
|
150
|
+
}, z.core.$strip>>;
|
|
151
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
152
|
+
sheet_record_ids: z.ZodDefault<z.ZodObject<{
|
|
153
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
154
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
155
|
+
}, z.core.$strip>>;
|
|
156
|
+
}, z.core.$strip>>;
|
|
157
|
+
}, z.core.$strip>;
|
|
158
|
+
}, z.core.$strip>;
|
|
159
|
+
export declare const SheetExpandAppendEntry1: {
|
|
160
|
+
readonly pipeId: "sheet:expandappend@1";
|
|
161
|
+
readonly basePipe: string;
|
|
162
|
+
readonly label: "Object list to sheet rows";
|
|
163
|
+
readonly executionMode: "single";
|
|
164
|
+
readonly categories: ["actions", "tools"];
|
|
165
|
+
readonly lifecycle: null;
|
|
166
|
+
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
167
|
+
readonly managedProviders: [];
|
|
168
|
+
readonly description: "Expand a list of nestes objects into sheet rows.";
|
|
169
|
+
readonly docPath: "/resources/pipe-catalog/sheet:expandappend/1";
|
|
170
|
+
readonly tags: ["Fields"];
|
|
171
|
+
readonly billableOperations: {
|
|
172
|
+
readonly "sheets-appendexpand-pipe0": {
|
|
173
|
+
readonly provider: "pipe0";
|
|
174
|
+
readonly allowManagedConnection: false;
|
|
175
|
+
readonly credits: null;
|
|
176
|
+
readonly mode: null;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
readonly defaultInputGroups: [];
|
|
180
|
+
readonly inputFieldMode: "static";
|
|
181
|
+
readonly outputFieldMode: "static";
|
|
182
|
+
readonly defaultPayload: {
|
|
183
|
+
readonly pipe_id: "sheet:expandappend@1";
|
|
184
|
+
readonly connector: {
|
|
185
|
+
readonly strategy: "first";
|
|
186
|
+
readonly connections: [];
|
|
187
|
+
};
|
|
188
|
+
readonly trigger: null;
|
|
189
|
+
readonly config: {
|
|
190
|
+
readonly sheet: "";
|
|
191
|
+
readonly run: true;
|
|
192
|
+
readonly allow_field_creation: true;
|
|
193
|
+
readonly input_fields: {
|
|
194
|
+
readonly input_objects: {
|
|
195
|
+
readonly alias: "";
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly output_fields: {
|
|
199
|
+
readonly sheet_record_ids: {
|
|
200
|
+
readonly alias: "";
|
|
201
|
+
readonly enabled: true;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
export {};
|
|
@@ -0,0 +1,183 @@
|
|
|
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 { PipeConnectionRequirement, PipeOutputField } from "../types.js";
|
|
6
|
+
declare const PayloadSchema: z.ZodObject<{
|
|
7
|
+
pipe_id: z.ZodLiteral<"template:fill@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.ZodObject<{
|
|
56
|
+
template: z.ZodString;
|
|
57
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
58
|
+
template_output: z.ZodDefault<z.ZodObject<{
|
|
59
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
60
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
61
|
+
}, z.core.$strip>>;
|
|
62
|
+
}, z.core.$strip>>;
|
|
63
|
+
}, z.core.$strip>;
|
|
64
|
+
}, z.core.$strip>;
|
|
65
|
+
export type Payload = z.infer<typeof PayloadSchema>;
|
|
66
|
+
declare class PipeClass extends Pipe<Payload> {
|
|
67
|
+
pipeId: PipeId;
|
|
68
|
+
payload: Payload;
|
|
69
|
+
payloadSchema: ZodType;
|
|
70
|
+
billableOperations: {
|
|
71
|
+
readonly "template-fill": {
|
|
72
|
+
readonly credits: 0;
|
|
73
|
+
readonly allowManagedConnection: true;
|
|
74
|
+
readonly provider: "pipe0";
|
|
75
|
+
readonly mode: "always";
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
constructor(payload: Payload);
|
|
79
|
+
getProviderNames(): ProviderName[];
|
|
80
|
+
estimateBillableOperations(): (keyof typeof this.billableOperations)[];
|
|
81
|
+
getInputGroups(): import("../types.js").InputGroup[];
|
|
82
|
+
getRawOutputFields(): Record<string, PipeOutputField>;
|
|
83
|
+
getConnectionsRequirements(): Array<PipeConnectionRequirement>;
|
|
84
|
+
}
|
|
85
|
+
export declare const TemplateFillPipeClass1: typeof PipeClass;
|
|
86
|
+
export declare const TemplateFillPayloadSchema1: z.ZodObject<{
|
|
87
|
+
pipe_id: z.ZodLiteral<"template:fill@1">;
|
|
88
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
89
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
90
|
+
first: "first";
|
|
91
|
+
}>>;
|
|
92
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
93
|
+
type: z.ZodLiteral<"vault">;
|
|
94
|
+
connection: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>;
|
|
96
|
+
}, z.core.$strip>>>;
|
|
97
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
98
|
+
action: z.ZodEnum<{
|
|
99
|
+
run: "run";
|
|
100
|
+
}>;
|
|
101
|
+
when: z.ZodObject<{
|
|
102
|
+
logic: z.ZodEnum<{
|
|
103
|
+
and: "and";
|
|
104
|
+
or: "or";
|
|
105
|
+
}>;
|
|
106
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
107
|
+
property: z.ZodLiteral<"value">;
|
|
108
|
+
field_name: z.ZodString;
|
|
109
|
+
operator: z.ZodEnum<{
|
|
110
|
+
eq: "eq";
|
|
111
|
+
neq: "neq";
|
|
112
|
+
gt: "gt";
|
|
113
|
+
gte: "gte";
|
|
114
|
+
lt: "lt";
|
|
115
|
+
lte: "lte";
|
|
116
|
+
contains: "contains";
|
|
117
|
+
}>;
|
|
118
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
119
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
120
|
+
property: z.ZodLiteral<"status">;
|
|
121
|
+
field_name: z.ZodString;
|
|
122
|
+
operator: z.ZodEnum<{
|
|
123
|
+
eq: "eq";
|
|
124
|
+
neq: "neq";
|
|
125
|
+
}>;
|
|
126
|
+
value: z.ZodEnum<{
|
|
127
|
+
completed: "completed";
|
|
128
|
+
failed: "failed";
|
|
129
|
+
no_result: "no_result";
|
|
130
|
+
skipped: "skipped";
|
|
131
|
+
}>;
|
|
132
|
+
}, z.core.$strip>], "property">>;
|
|
133
|
+
}, z.core.$strip>;
|
|
134
|
+
}, z.core.$strip>>>;
|
|
135
|
+
config: z.ZodObject<{
|
|
136
|
+
template: z.ZodString;
|
|
137
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
138
|
+
template_output: z.ZodDefault<z.ZodObject<{
|
|
139
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
140
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
141
|
+
}, z.core.$strip>>;
|
|
142
|
+
}, z.core.$strip>>;
|
|
143
|
+
}, z.core.$strip>;
|
|
144
|
+
}, z.core.$strip>;
|
|
145
|
+
export declare const TemplateFillEntry1: {
|
|
146
|
+
readonly pipeId: "template:fill@1";
|
|
147
|
+
readonly inputFieldMode: "config";
|
|
148
|
+
readonly outputFieldMode: "config";
|
|
149
|
+
readonly basePipe: string;
|
|
150
|
+
readonly label: "Fill a text template";
|
|
151
|
+
readonly executionMode: "single";
|
|
152
|
+
readonly categories: ["tools"];
|
|
153
|
+
readonly lifecycle: null;
|
|
154
|
+
readonly description: "Replaces template tags like {{ input name type=\"string\" }} with actual values.";
|
|
155
|
+
readonly tags: ["Text"];
|
|
156
|
+
readonly docPath: "/resources/pipe-catalog/template:fill/1";
|
|
157
|
+
readonly defaultInputGroups: [];
|
|
158
|
+
readonly billableOperations: {
|
|
159
|
+
readonly "template-fill": {
|
|
160
|
+
readonly credits: 0;
|
|
161
|
+
readonly allowManagedConnection: true;
|
|
162
|
+
readonly provider: "pipe0";
|
|
163
|
+
readonly mode: "always";
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
readonly allowedUserConnectionProviders: [];
|
|
167
|
+
readonly managedProviders: ["pipe0"];
|
|
168
|
+
readonly defaultPayload: {
|
|
169
|
+
readonly pipe_id: "template:fill@1";
|
|
170
|
+
readonly connector: null;
|
|
171
|
+
readonly trigger: null;
|
|
172
|
+
readonly config: {
|
|
173
|
+
readonly template: "";
|
|
174
|
+
readonly output_fields: {
|
|
175
|
+
readonly template_output: {
|
|
176
|
+
readonly alias: "";
|
|
177
|
+
readonly enabled: true;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
export {};
|
|
@@ -0,0 +1,214 @@
|
|
|
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:extract: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.ZodObject<{
|
|
56
|
+
json_schema: z.ZodRecord<z.ZodString, z.ZodAny> | z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
57
|
+
extraction_prompt: z.ZodString;
|
|
58
|
+
enable_full_domain_crawl: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
59
|
+
enable_web_search: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
60
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
61
|
+
website_url: z.ZodDefault<z.ZodObject<{
|
|
62
|
+
alias: z.ZodString;
|
|
63
|
+
}, z.core.$strip>>;
|
|
64
|
+
}, z.core.$strip>>;
|
|
65
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
66
|
+
firecrawl_extract_result: z.ZodDefault<z.ZodObject<{
|
|
67
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
68
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
69
|
+
}, z.core.$strip>>;
|
|
70
|
+
}, z.core.$strip>>;
|
|
71
|
+
}, z.core.$strip>;
|
|
72
|
+
}, z.core.$strip>;
|
|
73
|
+
type Payload = z.infer<typeof PayloadSchema>;
|
|
74
|
+
declare class PipeClass extends Pipe<Payload> {
|
|
75
|
+
pipeId: PipeId;
|
|
76
|
+
payload: Payload;
|
|
77
|
+
payloadSchema: ZodType;
|
|
78
|
+
billableOperations: {
|
|
79
|
+
readonly "firecrawl-website-extract": {
|
|
80
|
+
readonly allowManagedConnection: true;
|
|
81
|
+
readonly provider: "firecrawl";
|
|
82
|
+
readonly credits: 2;
|
|
83
|
+
readonly mode: "onSuccess";
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
constructor(payload: Payload);
|
|
87
|
+
getProviderNames(): ProviderName[];
|
|
88
|
+
estimateBillableOperations(): (keyof typeof this.billableOperations)[];
|
|
89
|
+
getInputGroups(): InputGroup[];
|
|
90
|
+
getRawOutputFields(): Record<string, PipeOutputField>;
|
|
91
|
+
getConnectionsRequirements(): {
|
|
92
|
+
provider: "firecrawl";
|
|
93
|
+
rateLimitRatio: number;
|
|
94
|
+
rateLimitOperation: "firecrawl_generic";
|
|
95
|
+
allowManagedConnection: true;
|
|
96
|
+
}[];
|
|
97
|
+
}
|
|
98
|
+
export declare const WebsiteExtractFirecrawlPipeClass1: typeof PipeClass;
|
|
99
|
+
export declare const WebsiteExtractFirecrawlPayloadSchema1: z.ZodObject<{
|
|
100
|
+
pipe_id: z.ZodLiteral<"website:extract:firecrawl@1">;
|
|
101
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
102
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
103
|
+
first: "first";
|
|
104
|
+
}>>;
|
|
105
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
106
|
+
type: z.ZodLiteral<"vault">;
|
|
107
|
+
connection: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>;
|
|
109
|
+
}, z.core.$strip>>>;
|
|
110
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
111
|
+
action: z.ZodEnum<{
|
|
112
|
+
run: "run";
|
|
113
|
+
}>;
|
|
114
|
+
when: z.ZodObject<{
|
|
115
|
+
logic: z.ZodEnum<{
|
|
116
|
+
and: "and";
|
|
117
|
+
or: "or";
|
|
118
|
+
}>;
|
|
119
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
120
|
+
property: z.ZodLiteral<"value">;
|
|
121
|
+
field_name: z.ZodString;
|
|
122
|
+
operator: z.ZodEnum<{
|
|
123
|
+
eq: "eq";
|
|
124
|
+
neq: "neq";
|
|
125
|
+
gt: "gt";
|
|
126
|
+
gte: "gte";
|
|
127
|
+
lt: "lt";
|
|
128
|
+
lte: "lte";
|
|
129
|
+
contains: "contains";
|
|
130
|
+
}>;
|
|
131
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
132
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
133
|
+
property: z.ZodLiteral<"status">;
|
|
134
|
+
field_name: z.ZodString;
|
|
135
|
+
operator: z.ZodEnum<{
|
|
136
|
+
eq: "eq";
|
|
137
|
+
neq: "neq";
|
|
138
|
+
}>;
|
|
139
|
+
value: z.ZodEnum<{
|
|
140
|
+
completed: "completed";
|
|
141
|
+
failed: "failed";
|
|
142
|
+
no_result: "no_result";
|
|
143
|
+
skipped: "skipped";
|
|
144
|
+
}>;
|
|
145
|
+
}, z.core.$strip>], "property">>;
|
|
146
|
+
}, z.core.$strip>;
|
|
147
|
+
}, z.core.$strip>>>;
|
|
148
|
+
config: z.ZodObject<{
|
|
149
|
+
json_schema: z.ZodRecord<z.ZodString, z.ZodAny> | z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
150
|
+
extraction_prompt: z.ZodString;
|
|
151
|
+
enable_full_domain_crawl: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
152
|
+
enable_web_search: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
153
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
154
|
+
website_url: z.ZodDefault<z.ZodObject<{
|
|
155
|
+
alias: z.ZodString;
|
|
156
|
+
}, z.core.$strip>>;
|
|
157
|
+
}, z.core.$strip>>;
|
|
158
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
159
|
+
firecrawl_extract_result: z.ZodDefault<z.ZodObject<{
|
|
160
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
161
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
162
|
+
}, z.core.$strip>>;
|
|
163
|
+
}, z.core.$strip>>;
|
|
164
|
+
}, z.core.$strip>;
|
|
165
|
+
}, z.core.$strip>;
|
|
166
|
+
export declare const WebsiteExtractFirecrawlEntry1: {
|
|
167
|
+
readonly pipeId: "website:extract:firecrawl@1";
|
|
168
|
+
readonly basePipe: string;
|
|
169
|
+
readonly label: "Extract";
|
|
170
|
+
readonly executionMode: "single";
|
|
171
|
+
readonly categories: ["tools"];
|
|
172
|
+
readonly lifecycle: null;
|
|
173
|
+
readonly description: "Perform advanced AI scraping to extract data from any website. Search on all subdomains and combine your scrape with web search.";
|
|
174
|
+
readonly tags: ["Scrape"];
|
|
175
|
+
readonly docPath: "/resources/pipe-catalog/website:scrape:firecrawl/1";
|
|
176
|
+
readonly billableOperations: {
|
|
177
|
+
readonly "firecrawl-website-extract": {
|
|
178
|
+
readonly allowManagedConnection: true;
|
|
179
|
+
readonly provider: "firecrawl";
|
|
180
|
+
readonly credits: 2;
|
|
181
|
+
readonly mode: "onSuccess";
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
readonly inputFieldMode: "static";
|
|
185
|
+
readonly outputFieldMode: "static";
|
|
186
|
+
readonly allowedUserConnectionProviders: ["firecrawl"];
|
|
187
|
+
readonly managedProviders: ["firecrawl"];
|
|
188
|
+
readonly defaultInputGroups: InputGroup[];
|
|
189
|
+
readonly defaultPayload: {
|
|
190
|
+
readonly pipe_id: "website:extract:firecrawl@1";
|
|
191
|
+
readonly trigger: null;
|
|
192
|
+
readonly connector: null;
|
|
193
|
+
readonly config: {
|
|
194
|
+
readonly json_schema: {
|
|
195
|
+
readonly type: "object";
|
|
196
|
+
};
|
|
197
|
+
readonly enable_full_domain_crawl: false;
|
|
198
|
+
readonly enable_web_search: false;
|
|
199
|
+
readonly extraction_prompt: "";
|
|
200
|
+
readonly input_fields: {
|
|
201
|
+
readonly website_url: {
|
|
202
|
+
readonly alias: "";
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
readonly output_fields: {
|
|
206
|
+
readonly firecrawl_extract_result: {
|
|
207
|
+
readonly alias: "";
|
|
208
|
+
readonly enabled: true;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
export {};
|