@pipe0/ops 0.0.13 → 0.0.14
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/README.md +1 -1
- package/dist/fields/field-catalog.d.ts +8 -4
- package/dist/fields/json-meta/fields/clado-person-match-v2.d.ts +2 -2
- package/dist/fields/json-meta/fields/crustdata-person-match.d.ts +1 -0
- package/dist/form-generation/fields.d.ts +1 -1
- package/dist/index.js +115 -102
- package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-match-crustdata-1.d.ts +1 -1
- 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 +1 -1
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/email-send-gmail.d.ts +1 -1
- 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/field-domainify-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/field-slugify-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 +1 -1
- package/dist/pipes/catalog/entries/message-write-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-email-validate-millionverifier-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-email-validate-zerobounce-2.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-identity-amplemarket-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-identity-email-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-match-amplemarket-1.d.ts +1 -1
- 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-name-split-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +1 -1
- 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-posts-crustdata-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-profileurl-name-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-workemail-profileurl-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/prompt-run-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/sheet-row-append-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/sheet-row-append-sheet-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/sheet-row-expandappend-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/template-fill-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/pipe.d.ts +4 -2
- package/dist/pipes/catalog/pipes-catalog.d.ts +94 -94
- package/dist/pipes/catalog/utils/index.d.ts +1 -0
- package/dist/searches/catalog/entries/{people-profiles-clado-2.d.ts → deprecated/people-profiles-clado-2.d.ts} +10 -7
- package/dist/searches/catalog/searches-catalog.d.ts +12 -6
- package/dist/searches/catalog/utils/index.d.ts +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ const data = await client.pipes.pipe({
|
|
|
48
48
|
|
|
49
49
|
## Search
|
|
50
50
|
|
|
51
|
-
Find companies and people. See [search catalog](https://www.pipe0.com/
|
|
51
|
+
Find companies and people. See [search catalog](https://www.pipe0.com/docs/searches/search-catalog) to find all available searches.
|
|
52
52
|
|
|
53
53
|
```typescript
|
|
54
54
|
import { Pipe0 } from "@pipe0/client";
|
|
@@ -948,7 +948,7 @@ export declare const fieldCatalog: {
|
|
|
948
948
|
readonly type: "json";
|
|
949
949
|
readonly jsonMeta: {
|
|
950
950
|
readonly zodSchema: z.ZodObject<{
|
|
951
|
-
profile: z.ZodObject<{
|
|
951
|
+
profile: z.ZodNullable<z.ZodObject<{
|
|
952
952
|
id: z.ZodNullable<z.ZodString>;
|
|
953
953
|
name: z.ZodNullable<z.ZodString>;
|
|
954
954
|
full_name: z.ZodNullable<z.ZodString>;
|
|
@@ -1051,7 +1051,7 @@ export declare const fieldCatalog: {
|
|
|
1051
1051
|
}, z.core.$strip>>>;
|
|
1052
1052
|
experience_recently_started: z.ZodNullable<z.ZodArray<z.ZodUnknown>>;
|
|
1053
1053
|
experience_recently_closed: z.ZodNullable<z.ZodArray<z.ZodUnknown>>;
|
|
1054
|
-
}, z.core.$strip
|
|
1054
|
+
}, z.core.$strip>>;
|
|
1055
1055
|
experience: z.ZodArray<z.ZodObject<{
|
|
1056
1056
|
active_experience: z.ZodNullable<z.ZodNumber>;
|
|
1057
1057
|
position_title: z.ZodNullable<z.ZodString>;
|
|
@@ -2411,6 +2411,7 @@ export declare const fieldCatalog: {
|
|
|
2411
2411
|
open_to_cards: z.ZodArray<z.ZodString>;
|
|
2412
2412
|
profile_language: z.ZodOptional<z.ZodString>;
|
|
2413
2413
|
linkedin_profile_url: z.ZodString;
|
|
2414
|
+
linkedin_flagship_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2414
2415
|
flagship_profile_url: z.ZodOptional<z.ZodString>;
|
|
2415
2416
|
profile_picture_url: z.ZodOptional<z.ZodString>;
|
|
2416
2417
|
profile_picture_permalink: z.ZodOptional<z.ZodString>;
|
|
@@ -2616,6 +2617,7 @@ export declare const fieldCatalog: {
|
|
|
2616
2617
|
headline?: string | undefined;
|
|
2617
2618
|
summary?: string | undefined;
|
|
2618
2619
|
profile_language?: string | undefined;
|
|
2620
|
+
linkedin_flagship_url?: string | null | undefined;
|
|
2619
2621
|
flagship_profile_url?: string | undefined;
|
|
2620
2622
|
profile_picture_url?: string | undefined;
|
|
2621
2623
|
profile_picture_permalink?: string | undefined;
|
|
@@ -5225,7 +5227,7 @@ export declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
5225
5227
|
readonly type: "json";
|
|
5226
5228
|
readonly jsonMeta: {
|
|
5227
5229
|
readonly zodSchema: z.ZodObject<{
|
|
5228
|
-
profile: z.ZodObject<{
|
|
5230
|
+
profile: z.ZodNullable<z.ZodObject<{
|
|
5229
5231
|
id: z.ZodNullable<z.ZodString>;
|
|
5230
5232
|
name: z.ZodNullable<z.ZodString>;
|
|
5231
5233
|
full_name: z.ZodNullable<z.ZodString>;
|
|
@@ -5328,7 +5330,7 @@ export declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
5328
5330
|
}, z.core.$strip>>>;
|
|
5329
5331
|
experience_recently_started: z.ZodNullable<z.ZodArray<z.ZodUnknown>>;
|
|
5330
5332
|
experience_recently_closed: z.ZodNullable<z.ZodArray<z.ZodUnknown>>;
|
|
5331
|
-
}, z.core.$strip
|
|
5333
|
+
}, z.core.$strip>>;
|
|
5332
5334
|
experience: z.ZodArray<z.ZodObject<{
|
|
5333
5335
|
active_experience: z.ZodNullable<z.ZodNumber>;
|
|
5334
5336
|
position_title: z.ZodNullable<z.ZodString>;
|
|
@@ -6688,6 +6690,7 @@ export declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
6688
6690
|
open_to_cards: z.ZodArray<z.ZodString>;
|
|
6689
6691
|
profile_language: z.ZodOptional<z.ZodString>;
|
|
6690
6692
|
linkedin_profile_url: z.ZodString;
|
|
6693
|
+
linkedin_flagship_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6691
6694
|
flagship_profile_url: z.ZodOptional<z.ZodString>;
|
|
6692
6695
|
profile_picture_url: z.ZodOptional<z.ZodString>;
|
|
6693
6696
|
profile_picture_permalink: z.ZodOptional<z.ZodString>;
|
|
@@ -6893,6 +6896,7 @@ export declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
6893
6896
|
headline?: string | undefined;
|
|
6894
6897
|
summary?: string | undefined;
|
|
6895
6898
|
profile_language?: string | undefined;
|
|
6899
|
+
linkedin_flagship_url?: string | null | undefined;
|
|
6896
6900
|
flagship_profile_url?: string | undefined;
|
|
6897
6901
|
profile_picture_url?: string | undefined;
|
|
6898
6902
|
profile_picture_permalink?: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const CladoPersonMatchV2Schema: z.ZodObject<{
|
|
3
|
-
profile: z.ZodObject<{
|
|
3
|
+
profile: z.ZodNullable<z.ZodObject<{
|
|
4
4
|
id: z.ZodNullable<z.ZodString>;
|
|
5
5
|
name: z.ZodNullable<z.ZodString>;
|
|
6
6
|
full_name: z.ZodNullable<z.ZodString>;
|
|
@@ -103,7 +103,7 @@ export declare const CladoPersonMatchV2Schema: z.ZodObject<{
|
|
|
103
103
|
}, z.core.$strip>>>;
|
|
104
104
|
experience_recently_started: z.ZodNullable<z.ZodArray<z.ZodUnknown>>;
|
|
105
105
|
experience_recently_closed: z.ZodNullable<z.ZodArray<z.ZodUnknown>>;
|
|
106
|
-
}, z.core.$strip
|
|
106
|
+
}, z.core.$strip>>;
|
|
107
107
|
experience: z.ZodArray<z.ZodObject<{
|
|
108
108
|
active_experience: z.ZodNullable<z.ZodNumber>;
|
|
109
109
|
position_title: z.ZodNullable<z.ZodString>;
|
|
@@ -13,6 +13,7 @@ export declare const CrustdataPersonMatchSchema: z.ZodObject<{
|
|
|
13
13
|
open_to_cards: z.ZodArray<z.ZodString>;
|
|
14
14
|
profile_language: z.ZodOptional<z.ZodString>;
|
|
15
15
|
linkedin_profile_url: z.ZodString;
|
|
16
|
+
linkedin_flagship_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16
17
|
flagship_profile_url: z.ZodOptional<z.ZodString>;
|
|
17
18
|
profile_picture_url: z.ZodOptional<z.ZodString>;
|
|
18
19
|
profile_picture_permalink: z.ZodOptional<z.ZodString>;
|
|
@@ -24,7 +24,7 @@ type PipesPayloadRegistry = typeof pipesPayloadRegistry;
|
|
|
24
24
|
export declare const searchesPayloadRegistry: z.core.$ZodRegistry<GeneratedFormElement, z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>;
|
|
25
25
|
type SearchesPayloadRegistry = typeof searchesPayloadRegistry;
|
|
26
26
|
type Registry = PipesPayloadRegistry | SearchesPayloadRegistry;
|
|
27
|
-
export declare const
|
|
27
|
+
export declare const isProvidersField: (metadata: GeneratedFormElement) => metadata is ProvidersInputMetadata;
|
|
28
28
|
export declare const isFieldsSelectInput: (metadata: GeneratedFormElement) => metadata is FieldsSelectMetadata;
|
|
29
29
|
export declare const isJsonExtractionField: (metadata: GeneratedFormElement) => metadata is JSONExtractionMetadata;
|
|
30
30
|
export declare const isPipeTriggerField: (metadata: GeneratedFormElement) => metadata is PipesTriggerMetadata;
|