@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,279 @@
|
|
|
1
|
+
import { z, ZodType } from "zod";
|
|
2
|
+
import { type ProviderName, type ProviderRateLimitOperation } 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<"people:workemail:waterfall@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
|
+
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
57
|
+
provider: z.ZodEnum<{
|
|
58
|
+
findymail: "findymail";
|
|
59
|
+
leadmagic: "leadmagic";
|
|
60
|
+
icypeas: "icypeas";
|
|
61
|
+
prospeo: "prospeo";
|
|
62
|
+
}>;
|
|
63
|
+
}, z.core.$strip>>>;
|
|
64
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
65
|
+
name: z.ZodDefault<z.ZodObject<{
|
|
66
|
+
alias: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>;
|
|
68
|
+
company_website_url: z.ZodDefault<z.ZodObject<{
|
|
69
|
+
alias: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>;
|
|
71
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
72
|
+
alias: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>;
|
|
74
|
+
}, z.core.$strip>>;
|
|
75
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
76
|
+
work_email: z.ZodDefault<z.ZodObject<{
|
|
77
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
78
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
79
|
+
}, z.core.$strip>>;
|
|
80
|
+
}, z.core.$strip>>;
|
|
81
|
+
}, z.core.$strip>>;
|
|
82
|
+
}, z.core.$strip>;
|
|
83
|
+
type Payload = z.infer<typeof PayloadSchema>;
|
|
84
|
+
declare class PipeClass extends Pipe<Payload> {
|
|
85
|
+
pipeId: PipeId;
|
|
86
|
+
payload: Payload;
|
|
87
|
+
payloadSchema: ZodType;
|
|
88
|
+
billableOperations: {
|
|
89
|
+
readonly "leadmagic-get-work-email": {
|
|
90
|
+
readonly provider: "leadmagic";
|
|
91
|
+
readonly allowManagedConnection: true;
|
|
92
|
+
readonly credits: 0.5;
|
|
93
|
+
readonly mode: "onSuccess";
|
|
94
|
+
};
|
|
95
|
+
readonly "icypeas-get-work-email": {
|
|
96
|
+
readonly provider: "icypeas";
|
|
97
|
+
readonly allowManagedConnection: true;
|
|
98
|
+
readonly credits: 0.5;
|
|
99
|
+
readonly mode: "onSuccess";
|
|
100
|
+
};
|
|
101
|
+
readonly "prospeo-get-work-email": {
|
|
102
|
+
readonly provider: "prospeo";
|
|
103
|
+
readonly allowManagedConnection: true;
|
|
104
|
+
readonly credits: 1;
|
|
105
|
+
readonly mode: "onSuccess";
|
|
106
|
+
};
|
|
107
|
+
readonly "findymail-get-work-email": {
|
|
108
|
+
readonly provider: "findymail";
|
|
109
|
+
readonly allowManagedConnection: true;
|
|
110
|
+
readonly credits: 1;
|
|
111
|
+
readonly mode: "onSuccess";
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
constructor(payload: Payload);
|
|
115
|
+
getProviderNames(): ProviderName[];
|
|
116
|
+
estimateBillableOperations(): (keyof typeof this.billableOperations)[];
|
|
117
|
+
getInputGroups(): InputGroup[];
|
|
118
|
+
getRawOutputFields(): Record<string, PipeOutputField>;
|
|
119
|
+
getConnectionsRequirements(): {
|
|
120
|
+
provider: "findymail" | "leadmagic" | "icypeas" | "prospeo";
|
|
121
|
+
rateLimitRatio: number;
|
|
122
|
+
rateLimitOperation: ProviderRateLimitOperation;
|
|
123
|
+
allowManagedConnection: boolean;
|
|
124
|
+
}[];
|
|
125
|
+
}
|
|
126
|
+
export declare const PoepleWorkEmailWaterfall1PipeClass: typeof PipeClass;
|
|
127
|
+
export declare const PoepleWorkEmailWaterfall1PayloadSchema: z.ZodObject<{
|
|
128
|
+
pipe_id: z.ZodLiteral<"people:workemail:waterfall@1">;
|
|
129
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
130
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
131
|
+
first: "first";
|
|
132
|
+
}>>;
|
|
133
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
134
|
+
type: z.ZodLiteral<"vault">;
|
|
135
|
+
connection: z.ZodString;
|
|
136
|
+
}, z.core.$strip>>;
|
|
137
|
+
}, z.core.$strip>>>;
|
|
138
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
139
|
+
action: z.ZodEnum<{
|
|
140
|
+
run: "run";
|
|
141
|
+
}>;
|
|
142
|
+
when: z.ZodObject<{
|
|
143
|
+
logic: z.ZodEnum<{
|
|
144
|
+
and: "and";
|
|
145
|
+
or: "or";
|
|
146
|
+
}>;
|
|
147
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
148
|
+
property: z.ZodLiteral<"value">;
|
|
149
|
+
field_name: z.ZodString;
|
|
150
|
+
operator: z.ZodEnum<{
|
|
151
|
+
eq: "eq";
|
|
152
|
+
neq: "neq";
|
|
153
|
+
gt: "gt";
|
|
154
|
+
gte: "gte";
|
|
155
|
+
lt: "lt";
|
|
156
|
+
lte: "lte";
|
|
157
|
+
contains: "contains";
|
|
158
|
+
}>;
|
|
159
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
160
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
161
|
+
property: z.ZodLiteral<"status">;
|
|
162
|
+
field_name: z.ZodString;
|
|
163
|
+
operator: z.ZodEnum<{
|
|
164
|
+
eq: "eq";
|
|
165
|
+
neq: "neq";
|
|
166
|
+
}>;
|
|
167
|
+
value: z.ZodEnum<{
|
|
168
|
+
completed: "completed";
|
|
169
|
+
failed: "failed";
|
|
170
|
+
no_result: "no_result";
|
|
171
|
+
skipped: "skipped";
|
|
172
|
+
}>;
|
|
173
|
+
}, z.core.$strip>], "property">>;
|
|
174
|
+
}, z.core.$strip>;
|
|
175
|
+
}, z.core.$strip>>>;
|
|
176
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
177
|
+
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
178
|
+
provider: z.ZodEnum<{
|
|
179
|
+
findymail: "findymail";
|
|
180
|
+
leadmagic: "leadmagic";
|
|
181
|
+
icypeas: "icypeas";
|
|
182
|
+
prospeo: "prospeo";
|
|
183
|
+
}>;
|
|
184
|
+
}, z.core.$strip>>>;
|
|
185
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
186
|
+
name: z.ZodDefault<z.ZodObject<{
|
|
187
|
+
alias: z.ZodString;
|
|
188
|
+
}, z.core.$strip>>;
|
|
189
|
+
company_website_url: z.ZodDefault<z.ZodObject<{
|
|
190
|
+
alias: z.ZodString;
|
|
191
|
+
}, z.core.$strip>>;
|
|
192
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
193
|
+
alias: z.ZodString;
|
|
194
|
+
}, z.core.$strip>>;
|
|
195
|
+
}, z.core.$strip>>;
|
|
196
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
197
|
+
work_email: z.ZodDefault<z.ZodObject<{
|
|
198
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
199
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
200
|
+
}, z.core.$strip>>;
|
|
201
|
+
}, z.core.$strip>>;
|
|
202
|
+
}, z.core.$strip>>;
|
|
203
|
+
}, z.core.$strip>;
|
|
204
|
+
export declare const PeopleWorkEmailWaterfall1Module: {
|
|
205
|
+
readonly pipeId: "people:workemail:waterfall@1";
|
|
206
|
+
readonly basePipe: string;
|
|
207
|
+
readonly label: "Work email";
|
|
208
|
+
readonly executionMode: "waterfall";
|
|
209
|
+
readonly categories: ["people_data"];
|
|
210
|
+
readonly lifecycle: null;
|
|
211
|
+
readonly description: "Find work email addresses in a waterfall motion.";
|
|
212
|
+
readonly tags: ["Email", "Work Email", "Waterfall"];
|
|
213
|
+
readonly docPath: "/resources/pipe-catalog/people:workemail:waterfall/1";
|
|
214
|
+
readonly managedProviders: ["leadmagic", "prospeo", "icypeas", "findymail"];
|
|
215
|
+
readonly allowedUserConnectionProviders: ["leadmagic", "prospeo", "icypeas", "findymail"];
|
|
216
|
+
readonly inputFieldMode: "static";
|
|
217
|
+
readonly outputFieldMode: "static";
|
|
218
|
+
readonly billableOperations: {
|
|
219
|
+
readonly "leadmagic-get-work-email": {
|
|
220
|
+
readonly provider: "leadmagic";
|
|
221
|
+
readonly allowManagedConnection: true;
|
|
222
|
+
readonly credits: 0.5;
|
|
223
|
+
readonly mode: "onSuccess";
|
|
224
|
+
};
|
|
225
|
+
readonly "icypeas-get-work-email": {
|
|
226
|
+
readonly provider: "icypeas";
|
|
227
|
+
readonly allowManagedConnection: true;
|
|
228
|
+
readonly credits: 0.5;
|
|
229
|
+
readonly mode: "onSuccess";
|
|
230
|
+
};
|
|
231
|
+
readonly "prospeo-get-work-email": {
|
|
232
|
+
readonly provider: "prospeo";
|
|
233
|
+
readonly allowManagedConnection: true;
|
|
234
|
+
readonly credits: 1;
|
|
235
|
+
readonly mode: "onSuccess";
|
|
236
|
+
};
|
|
237
|
+
readonly "findymail-get-work-email": {
|
|
238
|
+
readonly provider: "findymail";
|
|
239
|
+
readonly allowManagedConnection: true;
|
|
240
|
+
readonly credits: 1;
|
|
241
|
+
readonly mode: "onSuccess";
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
readonly defaultInputGroups: InputGroup[];
|
|
245
|
+
readonly defaultPayload: {
|
|
246
|
+
readonly pipe_id: "people:workemail:waterfall@1";
|
|
247
|
+
readonly connector: null;
|
|
248
|
+
readonly trigger: null;
|
|
249
|
+
readonly config: {
|
|
250
|
+
readonly providers: ({
|
|
251
|
+
provider: "leadmagic";
|
|
252
|
+
} | {
|
|
253
|
+
provider: "prospeo";
|
|
254
|
+
} | {
|
|
255
|
+
provider: "icypeas";
|
|
256
|
+
} | {
|
|
257
|
+
provider: "findymail";
|
|
258
|
+
})[];
|
|
259
|
+
readonly input_fields: {
|
|
260
|
+
readonly company_name: {
|
|
261
|
+
readonly alias: "";
|
|
262
|
+
};
|
|
263
|
+
readonly company_website_url: {
|
|
264
|
+
readonly alias: "";
|
|
265
|
+
};
|
|
266
|
+
readonly name: {
|
|
267
|
+
readonly alias: "";
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
readonly output_fields: {
|
|
271
|
+
readonly work_email: {
|
|
272
|
+
readonly alias: "";
|
|
273
|
+
readonly enabled: true;
|
|
274
|
+
};
|
|
275
|
+
};
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
export {};
|
|
@@ -0,0 +1,217 @@
|
|
|
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<"prompt:run@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
|
+
prompt: z.ZodObject<{
|
|
57
|
+
template: z.ZodString;
|
|
58
|
+
json_schemas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
59
|
+
}, z.core.$strip>;
|
|
60
|
+
model: z.ZodEnum<{
|
|
61
|
+
[x: string]: string;
|
|
62
|
+
}> | z.ZodOptional<z.ZodEnum<{
|
|
63
|
+
[x: string]: string;
|
|
64
|
+
}>> | z.ZodDefault<z.ZodEnum<{
|
|
65
|
+
[x: string]: string;
|
|
66
|
+
}>> | z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
67
|
+
[x: string]: string;
|
|
68
|
+
}>>>;
|
|
69
|
+
}, z.core.$strip>;
|
|
70
|
+
}, z.core.$strip>;
|
|
71
|
+
export type Payload = z.infer<typeof PayloadSchema>;
|
|
72
|
+
declare class PipeClass extends Pipe<Payload> {
|
|
73
|
+
pipeId: PipeId;
|
|
74
|
+
payload: Payload;
|
|
75
|
+
payloadSchema: ZodType;
|
|
76
|
+
billableOperations: {
|
|
77
|
+
readonly "gemini-flash-latest-prompt": {
|
|
78
|
+
readonly credits: 0.5;
|
|
79
|
+
readonly allowManagedConnection: true;
|
|
80
|
+
readonly provider: "gemini";
|
|
81
|
+
readonly mode: "always";
|
|
82
|
+
};
|
|
83
|
+
readonly "openai-gpt-latest-prompt": {
|
|
84
|
+
readonly credits: 1;
|
|
85
|
+
readonly allowManagedConnection: true;
|
|
86
|
+
readonly provider: "openai";
|
|
87
|
+
readonly mode: "always";
|
|
88
|
+
};
|
|
89
|
+
readonly "openai-gpt-mini-latest-prompt": {
|
|
90
|
+
readonly credits: 0.5;
|
|
91
|
+
readonly allowManagedConnection: true;
|
|
92
|
+
readonly provider: "openai";
|
|
93
|
+
readonly mode: "always";
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
constructor(payload: Payload);
|
|
97
|
+
getProviderNames(): ProviderName[];
|
|
98
|
+
estimateBillableOperations(): (keyof typeof this.billableOperations)[];
|
|
99
|
+
getInputGroups(): import("../types.js").InputGroup[];
|
|
100
|
+
getRawOutputFields(): Record<string, PipeOutputField>;
|
|
101
|
+
getConnectionsRequirements(): Array<PipeConnectionRequirement>;
|
|
102
|
+
}
|
|
103
|
+
export declare const RunPrompt1PipeClass: typeof PipeClass;
|
|
104
|
+
export declare const RunPrompt1PayloadSchema: z.ZodObject<{
|
|
105
|
+
pipe_id: z.ZodLiteral<"prompt:run@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.ZodObject<{
|
|
154
|
+
prompt: z.ZodObject<{
|
|
155
|
+
template: z.ZodString;
|
|
156
|
+
json_schemas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
157
|
+
}, z.core.$strip>;
|
|
158
|
+
model: z.ZodEnum<{
|
|
159
|
+
[x: string]: string;
|
|
160
|
+
}> | z.ZodOptional<z.ZodEnum<{
|
|
161
|
+
[x: string]: string;
|
|
162
|
+
}>> | z.ZodDefault<z.ZodEnum<{
|
|
163
|
+
[x: string]: string;
|
|
164
|
+
}>> | z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
165
|
+
[x: string]: string;
|
|
166
|
+
}>>>;
|
|
167
|
+
}, z.core.$strip>;
|
|
168
|
+
}, z.core.$strip>;
|
|
169
|
+
export declare const RunPrompt1Entry: {
|
|
170
|
+
readonly pipeId: "prompt:run@1";
|
|
171
|
+
readonly inputFieldMode: "config";
|
|
172
|
+
readonly outputFieldMode: "config";
|
|
173
|
+
readonly basePipe: string;
|
|
174
|
+
readonly label: "AI prompt";
|
|
175
|
+
readonly executionMode: "single";
|
|
176
|
+
readonly categories: ["people_data", "company_data", "tools"];
|
|
177
|
+
readonly lifecycle: null;
|
|
178
|
+
readonly description: "Executes configurable AI prompts with structured output fields.";
|
|
179
|
+
readonly tags: ["AI"];
|
|
180
|
+
readonly docPath: "/resources/pipe-catalog/prompt:run/1";
|
|
181
|
+
readonly defaultInputGroups: [];
|
|
182
|
+
readonly billableOperations: {
|
|
183
|
+
readonly "gemini-flash-latest-prompt": {
|
|
184
|
+
readonly credits: 0.5;
|
|
185
|
+
readonly allowManagedConnection: true;
|
|
186
|
+
readonly provider: "gemini";
|
|
187
|
+
readonly mode: "always";
|
|
188
|
+
};
|
|
189
|
+
readonly "openai-gpt-latest-prompt": {
|
|
190
|
+
readonly credits: 1;
|
|
191
|
+
readonly allowManagedConnection: true;
|
|
192
|
+
readonly provider: "openai";
|
|
193
|
+
readonly mode: "always";
|
|
194
|
+
};
|
|
195
|
+
readonly "openai-gpt-mini-latest-prompt": {
|
|
196
|
+
readonly credits: 0.5;
|
|
197
|
+
readonly allowManagedConnection: true;
|
|
198
|
+
readonly provider: "openai";
|
|
199
|
+
readonly mode: "always";
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
readonly allowedUserConnectionProviders: ["gemini", "openai"];
|
|
203
|
+
readonly managedProviders: ["gemini", "openai"];
|
|
204
|
+
readonly defaultPayload: {
|
|
205
|
+
readonly pipe_id: "prompt:run@1";
|
|
206
|
+
readonly connector: null;
|
|
207
|
+
readonly trigger: null;
|
|
208
|
+
readonly config: {
|
|
209
|
+
readonly model: "openai-gpt-latest";
|
|
210
|
+
readonly prompt: {
|
|
211
|
+
readonly template: "";
|
|
212
|
+
readonly json_schemas: {};
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
export {};
|
|
@@ -0,0 +1,195 @@
|
|
|
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:append@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
|
+
included_fields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
60
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
61
|
+
sheet_record_id: z.ZodDefault<z.ZodObject<{
|
|
62
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
63
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
64
|
+
}, z.core.$strip>>;
|
|
65
|
+
}, z.core.$strip>>;
|
|
66
|
+
}, z.core.$strip>;
|
|
67
|
+
}, z.core.$strip>;
|
|
68
|
+
type Payload = z.infer<typeof PayloadSchema>;
|
|
69
|
+
declare class PipeClass extends Pipe<Payload> {
|
|
70
|
+
pipeId: PipeId;
|
|
71
|
+
payload: Payload;
|
|
72
|
+
payloadSchema: ZodType;
|
|
73
|
+
billableOperations: {
|
|
74
|
+
readonly "sheets-append-pipe0": {
|
|
75
|
+
readonly provider: "pipe0";
|
|
76
|
+
readonly allowManagedConnection: false;
|
|
77
|
+
readonly credits: null;
|
|
78
|
+
readonly mode: null;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
constructor(payload: Payload);
|
|
82
|
+
getProviderNames(): ProviderName[];
|
|
83
|
+
estimateBillableOperations(): (keyof typeof this.billableOperations)[];
|
|
84
|
+
getInputGroups(): InputGroup[];
|
|
85
|
+
getRawOutputFields(): Record<string, PipeOutputField>;
|
|
86
|
+
getConnectionsRequirements(): Array<PipeConnectionRequirement>;
|
|
87
|
+
}
|
|
88
|
+
export declare const SheetAddItemsPipeClass1: typeof PipeClass;
|
|
89
|
+
export declare const SheetAddItemsPayloadSchema1: z.ZodObject<{
|
|
90
|
+
pipe_id: z.ZodLiteral<"sheet:append@1">;
|
|
91
|
+
connector: z.ZodObject<{
|
|
92
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
93
|
+
first: "first";
|
|
94
|
+
}>>;
|
|
95
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
96
|
+
type: z.ZodLiteral<"vault">;
|
|
97
|
+
connection: z.ZodString;
|
|
98
|
+
}, z.core.$strip>>;
|
|
99
|
+
}, z.core.$strip>;
|
|
100
|
+
trigger: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
101
|
+
action: z.ZodEnum<{
|
|
102
|
+
run: "run";
|
|
103
|
+
}>;
|
|
104
|
+
when: z.ZodObject<{
|
|
105
|
+
logic: z.ZodEnum<{
|
|
106
|
+
and: "and";
|
|
107
|
+
or: "or";
|
|
108
|
+
}>;
|
|
109
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
110
|
+
property: z.ZodLiteral<"value">;
|
|
111
|
+
field_name: z.ZodString;
|
|
112
|
+
operator: z.ZodEnum<{
|
|
113
|
+
eq: "eq";
|
|
114
|
+
neq: "neq";
|
|
115
|
+
gt: "gt";
|
|
116
|
+
gte: "gte";
|
|
117
|
+
lt: "lt";
|
|
118
|
+
lte: "lte";
|
|
119
|
+
contains: "contains";
|
|
120
|
+
}>;
|
|
121
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
122
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
123
|
+
property: z.ZodLiteral<"status">;
|
|
124
|
+
field_name: z.ZodString;
|
|
125
|
+
operator: z.ZodEnum<{
|
|
126
|
+
eq: "eq";
|
|
127
|
+
neq: "neq";
|
|
128
|
+
}>;
|
|
129
|
+
value: z.ZodEnum<{
|
|
130
|
+
completed: "completed";
|
|
131
|
+
failed: "failed";
|
|
132
|
+
no_result: "no_result";
|
|
133
|
+
skipped: "skipped";
|
|
134
|
+
}>;
|
|
135
|
+
}, z.core.$strip>], "property">>;
|
|
136
|
+
}, z.core.$strip>;
|
|
137
|
+
}, z.core.$strip>>>;
|
|
138
|
+
config: z.ZodObject<{
|
|
139
|
+
sheet: z.ZodString;
|
|
140
|
+
run: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
141
|
+
allow_field_creation: z.ZodBoolean | z.ZodDefault<z.ZodBoolean>;
|
|
142
|
+
included_fields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
143
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
144
|
+
sheet_record_id: z.ZodDefault<z.ZodObject<{
|
|
145
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
146
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
147
|
+
}, z.core.$strip>>;
|
|
148
|
+
}, z.core.$strip>>;
|
|
149
|
+
}, z.core.$strip>;
|
|
150
|
+
}, z.core.$strip>;
|
|
151
|
+
export declare const SheetAddItemsEntry1: {
|
|
152
|
+
readonly pipeId: "sheet:append@1";
|
|
153
|
+
readonly basePipe: string;
|
|
154
|
+
readonly label: "Write row to sheet";
|
|
155
|
+
readonly executionMode: "single";
|
|
156
|
+
readonly categories: ["actions", "tools"];
|
|
157
|
+
readonly lifecycle: null;
|
|
158
|
+
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
159
|
+
readonly managedProviders: [];
|
|
160
|
+
readonly description: "Add items to pipe0 sheet.";
|
|
161
|
+
readonly docPath: "/resources/pipe-catalog/sheet:append/1";
|
|
162
|
+
readonly tags: ["Fields"];
|
|
163
|
+
readonly billableOperations: {
|
|
164
|
+
readonly "sheets-append-pipe0": {
|
|
165
|
+
readonly provider: "pipe0";
|
|
166
|
+
readonly allowManagedConnection: false;
|
|
167
|
+
readonly credits: null;
|
|
168
|
+
readonly mode: null;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
readonly defaultInputGroups: [];
|
|
172
|
+
readonly inputFieldMode: "config";
|
|
173
|
+
readonly outputFieldMode: "static";
|
|
174
|
+
readonly defaultPayload: {
|
|
175
|
+
readonly pipe_id: "sheet:append@1";
|
|
176
|
+
readonly connector: {
|
|
177
|
+
readonly strategy: "first";
|
|
178
|
+
readonly connections: [];
|
|
179
|
+
};
|
|
180
|
+
readonly trigger: null;
|
|
181
|
+
readonly config: {
|
|
182
|
+
readonly sheet: "";
|
|
183
|
+
readonly run: true;
|
|
184
|
+
readonly allow_field_creation: true;
|
|
185
|
+
readonly included_fields: [];
|
|
186
|
+
readonly output_fields: {
|
|
187
|
+
readonly sheet_record_id: {
|
|
188
|
+
readonly alias: "";
|
|
189
|
+
readonly enabled: true;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
export {};
|