@pipe0/ops 0.0.3 → 0.0.4
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/CHANGELOG.md +6 -0
- package/dist/index.js +62 -65
- package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/email-send-gmail.d.ts +2 -2
- package/dist/pipes/catalog/entries/email-send-resend-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/email-write-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/fields-merge-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/json-extract-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/message-send-slack-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/pipes-catalog.d.ts +70 -70
- package/dist/pipes/utils/schemas-primitives.d.ts +26 -6
- package/dist/pipes/utils/sheet-schemas-primitives.d.ts +10129 -0
- package/dist/searches/catalog/searches-catalog.d.ts +6 -6
- package/package.json +1 -1
|
@@ -155,7 +155,7 @@ export declare const FieldsOrEntry1: {
|
|
|
155
155
|
readonly executionMode: "single";
|
|
156
156
|
readonly categories: ["tools"];
|
|
157
157
|
readonly lifecycle: null;
|
|
158
|
-
readonly description: "Join multiple fields into one
|
|
158
|
+
readonly description: "Join multiple fields into one field. The final result will be the first defined field.";
|
|
159
159
|
readonly tags: ["Fields", "Logic"];
|
|
160
160
|
readonly docPath: "/resources/pipe-catalog/fields:merge/1";
|
|
161
161
|
readonly defaultInputGroups: [];
|
|
@@ -211,7 +211,7 @@ export declare const JsonExtract1Entry: {
|
|
|
211
211
|
readonly executionMode: "single";
|
|
212
212
|
readonly categories: ["tools"];
|
|
213
213
|
readonly lifecycle: null;
|
|
214
|
-
readonly description: "Extract nested JSON
|
|
214
|
+
readonly description: "Extract nested JSON properties into new output fields.";
|
|
215
215
|
readonly docPath: "/resources/pipe-catalog/json:extract/1";
|
|
216
216
|
readonly tags: ["Json"];
|
|
217
217
|
readonly managedProviders: ["pipe0"];
|
|
@@ -160,11 +160,11 @@ export declare const MessageSendSlackPayloadSchema1: z.ZodObject<{
|
|
|
160
160
|
export declare const MessageSendSlackEntry1: {
|
|
161
161
|
readonly pipeId: "message:send:slack@1";
|
|
162
162
|
readonly basePipe: string;
|
|
163
|
-
readonly label: "Send message
|
|
163
|
+
readonly label: "Send message";
|
|
164
164
|
readonly executionMode: "single";
|
|
165
165
|
readonly categories: ["actions"];
|
|
166
166
|
readonly lifecycle: null;
|
|
167
|
-
readonly description: "Send message to
|
|
167
|
+
readonly description: "Send a Slack message to a channel by ID.";
|
|
168
168
|
readonly tags: ["Chat"];
|
|
169
169
|
readonly docPath: "/resources/pipe-catalog/message:send:slack/1";
|
|
170
170
|
readonly billableOperations: {
|
|
@@ -152,11 +152,11 @@ export declare const PeopleIsWorkEmail1PayloadSchema: z.ZodObject<{
|
|
|
152
152
|
}, z.core.$strip>;
|
|
153
153
|
export declare const PeopleIsWorkEmail1Entry: {
|
|
154
154
|
readonly pipeId: "people:email:iswork@1";
|
|
155
|
-
readonly label: "
|
|
155
|
+
readonly label: "Work email checker";
|
|
156
156
|
readonly executionMode: "single";
|
|
157
157
|
readonly categories: ["people_data"];
|
|
158
158
|
readonly lifecycle: null;
|
|
159
|
-
readonly description: "Check if
|
|
159
|
+
readonly description: "Check if a given email address is personal or professional.";
|
|
160
160
|
readonly tags: ["Email", "Work Email"];
|
|
161
161
|
readonly docPath: "/resources/pipe-catalog/people:email:iswork/1";
|
|
162
162
|
readonly billableOperations: {
|
|
@@ -173,7 +173,7 @@ export declare const PeopleMatchRoleWaterfallEntry1: {
|
|
|
173
173
|
readonly executionMode: "waterfall";
|
|
174
174
|
readonly categories: ["people_data"];
|
|
175
175
|
readonly lifecycle: null;
|
|
176
|
-
readonly description: "
|
|
176
|
+
readonly description: "Find role matches for a given companies like \"CEO\" or \"CFO\".";
|
|
177
177
|
readonly tags: ["People Profiles"];
|
|
178
178
|
readonly docPath: "/resources/pipe-catalog/people:match:role:waterfall/1";
|
|
179
179
|
readonly billableOperations: {
|
|
@@ -163,7 +163,7 @@ export declare const PeopleJoinName1Entry: {
|
|
|
163
163
|
readonly executionMode: "single";
|
|
164
164
|
readonly categories: ["people_data"];
|
|
165
165
|
readonly lifecycle: null;
|
|
166
|
-
readonly description: "Combine the first and last
|
|
166
|
+
readonly description: "Combine the first and last names of a prospect into a full name field.";
|
|
167
167
|
readonly tags: string[];
|
|
168
168
|
readonly docPath: "/resources/pipe-catalog/people:name:join/1";
|
|
169
169
|
readonly billableOperations: {
|
|
@@ -195,12 +195,12 @@ export declare const PeoplePersonalEmailProfileWaterfall1Entry: {
|
|
|
195
195
|
readonly basePipe: string;
|
|
196
196
|
readonly allowedUserConnectionProviders: ["clado", "leadmagic"];
|
|
197
197
|
readonly managedProviders: ["clado", "leadmagic"];
|
|
198
|
-
readonly label: "
|
|
198
|
+
readonly label: "Find personal email";
|
|
199
199
|
readonly executionMode: "waterfall";
|
|
200
200
|
readonly categories: ["people_data"];
|
|
201
201
|
readonly lifecycle: null;
|
|
202
202
|
readonly description: "Find the personal email address of a prospect by using a professional profile URL as input.";
|
|
203
|
-
readonly tags: ["Email", "Personal Email"
|
|
203
|
+
readonly tags: ["Email", "Personal Email"];
|
|
204
204
|
readonly docPath: "/resources/pipe-catalog/people:personalemail:profile:waterfall/1";
|
|
205
205
|
readonly billableOperations: {
|
|
206
206
|
readonly "clado-personal-email-from-profile": {
|
|
@@ -197,7 +197,7 @@ export declare const PeoplePhoneProfileWaterfall1Entry: {
|
|
|
197
197
|
readonly executionMode: "waterfall";
|
|
198
198
|
readonly categories: ["people_data"];
|
|
199
199
|
readonly lifecycle: null;
|
|
200
|
-
readonly description: "Find mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
200
|
+
readonly description: "Find a mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
201
201
|
readonly docPath: "/resources/pipe-catalog/people:phone:profile:waterfall/1";
|
|
202
202
|
readonly tags: string[];
|
|
203
203
|
readonly billableOperations: {
|
|
@@ -181,7 +181,7 @@ export declare const PeoplePhoneWorkEmailWaterfall1Entry: {
|
|
|
181
181
|
readonly executionMode: "waterfall";
|
|
182
182
|
readonly categories: ["people_data"];
|
|
183
183
|
readonly lifecycle: null;
|
|
184
|
-
readonly description: "Find mobile phone number for any prospect by using their work email as input.";
|
|
184
|
+
readonly description: "Find a mobile phone number for any prospect by using their work email as input.";
|
|
185
185
|
readonly tags: string[];
|
|
186
186
|
readonly docPath: "/resources/pipe-catalog/people:phone:workemail:waterfall/1";
|
|
187
187
|
readonly billableOperations: {
|
|
@@ -204,7 +204,7 @@ export declare const PoepleWorkEmailWaterfall1PayloadSchema: z.ZodObject<{
|
|
|
204
204
|
export declare const PeopleWorkEmailWaterfall1Module: {
|
|
205
205
|
readonly pipeId: "people:workemail:waterfall@1";
|
|
206
206
|
readonly basePipe: string;
|
|
207
|
-
readonly label: "
|
|
207
|
+
readonly label: "Find work email";
|
|
208
208
|
readonly executionMode: "waterfall";
|
|
209
209
|
readonly categories: ["people_data"];
|
|
210
210
|
readonly lifecycle: null;
|
|
@@ -165,7 +165,7 @@ export declare const SheetExpandAppendEntry1: {
|
|
|
165
165
|
readonly lifecycle: null;
|
|
166
166
|
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
167
167
|
readonly managedProviders: [];
|
|
168
|
-
readonly description: "Expand a list of
|
|
168
|
+
readonly description: "Expand a list of nested objects into sheet rows.";
|
|
169
169
|
readonly docPath: "/resources/pipe-catalog/sheet:expandappend/1";
|
|
170
170
|
readonly tags: ["Fields"];
|
|
171
171
|
readonly billableOperations: {
|
|
@@ -170,7 +170,7 @@ export declare const WebsiteExtractFirecrawlEntry1: {
|
|
|
170
170
|
readonly executionMode: "single";
|
|
171
171
|
readonly categories: ["tools"];
|
|
172
172
|
readonly lifecycle: null;
|
|
173
|
-
readonly description: "Perform advanced AI scraping to extract data from any website. Search
|
|
173
|
+
readonly description: "Perform advanced AI scraping to extract data from any website. Search all subdomains and combine scraped data with search results.";
|
|
174
174
|
readonly tags: ["Scrape"];
|
|
175
175
|
readonly docPath: "/resources/pipe-catalog/website:extract:firecrawl/1";
|
|
176
176
|
readonly billableOperations: {
|
|
@@ -184,7 +184,7 @@ export declare const WebsiteMappedLinksFireCrawlEntry1: {
|
|
|
184
184
|
readonly executionMode: "single";
|
|
185
185
|
readonly categories: ["tools"];
|
|
186
186
|
readonly lifecycle: null;
|
|
187
|
-
readonly description: "Input a website and get all
|
|
187
|
+
readonly description: "Input a website and get all internal URLs on the website. Results do not include links to external pages.";
|
|
188
188
|
readonly tags: ["Scrape"];
|
|
189
189
|
readonly docPath: "/resources/pipe-catalog/website:maplinks:firecrawl/1";
|
|
190
190
|
readonly billableOperations: {
|
|
@@ -180,7 +180,7 @@ export declare const WebsiteScrapeFireCrawlEntry1: {
|
|
|
180
180
|
readonly executionMode: "single";
|
|
181
181
|
readonly categories: ["tools"];
|
|
182
182
|
readonly lifecycle: null;
|
|
183
|
-
readonly description: "Turn any
|
|
183
|
+
readonly description: "Turn any URL into clean data.";
|
|
184
184
|
readonly tags: ["Scrape"];
|
|
185
185
|
readonly docPath: "/resources/pipe-catalog/website:scrape:firecrawl/1";
|
|
186
186
|
readonly billableOperations: {
|
|
@@ -175,7 +175,7 @@ export declare const WebsiteScrapeListFireCrawlEntry1: {
|
|
|
175
175
|
readonly executionMode: "single";
|
|
176
176
|
readonly categories: ["tools"];
|
|
177
177
|
readonly lifecycle: null;
|
|
178
|
-
readonly description: "Turn a list of
|
|
178
|
+
readonly description: "Turn a list of URLs into clean scraped data.";
|
|
179
179
|
readonly tags: ["Scrape"];
|
|
180
180
|
readonly docPath: "/resources/pipe-catalog/website:scrapelist:firecrawl/1";
|
|
181
181
|
readonly billableOperations: {
|