@pipe0/ops 0.0.10 → 0.0.12
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 +16 -0
- package/dist/fields/field-catalog.d.ts +9 -9
- package/dist/form-generation/fields.d.ts +8 -7
- package/dist/index.js +21060 -10507
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-match-crustdata-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +6 -6
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/field-domainify-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/field-slugify-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/fields-merge-1.d.ts +6 -2
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-identity-amplemarket-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/people-match-amplemarket-1.d.ts +208 -0
- package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-name-split-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-posts-crustdata-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/sheet-row-append-1.d.ts +12 -4
- package/dist/pipes/catalog/entries/sheet-row-append-sheet-1.d.ts +16 -5
- package/dist/pipes/catalog/pipe.d.ts +3 -3
- package/dist/pipes/catalog/pipes-catalog.d.ts +580 -228
- package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
- package/dist/pipes/catalog/utils/index.d.ts +15 -15
- package/dist/pipes/utils/pipes-utils.d.ts +12 -12
- package/dist/pipes/utils/schemas-primitives.d.ts +14 -1
- package/dist/pipes/utils/sheet-schemas-primitives.d.ts +232 -9
- package/dist/searches/catalog/entries/people-profiles-icypeas-1.d.ts +24 -0
- package/dist/searches/catalog/searches-catalog.d.ts +51 -0
- package/dist/searches/index.d.ts +16 -0
- package/dist/utils/schemas.d.ts +2 -2
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @pipe0/ops
|
|
2
2
|
|
|
3
|
+
## 0.0.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1154459: Add new filters to icypeas people finder
|
|
8
|
+
- Updated dependencies [1154459]
|
|
9
|
+
- @pipe0/client@0.0.15
|
|
10
|
+
|
|
11
|
+
## 0.0.11
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 1043a99: New pipe versions for appending to sheets
|
|
16
|
+
- Updated dependencies [1043a99]
|
|
17
|
+
- @pipe0/client@0.0.14
|
|
18
|
+
|
|
3
19
|
## 0.0.10
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -2210,11 +2210,11 @@ export declare const fieldCatalog: {
|
|
|
2210
2210
|
readonly description: "List of unstructured input objects";
|
|
2211
2211
|
readonly jsonMeta: null;
|
|
2212
2212
|
};
|
|
2213
|
-
readonly
|
|
2214
|
-
readonly label: "Created";
|
|
2215
|
-
readonly type: "
|
|
2213
|
+
readonly created_sheet: {
|
|
2214
|
+
readonly label: "Created sheet";
|
|
2215
|
+
readonly type: "string";
|
|
2216
2216
|
readonly format: null;
|
|
2217
|
-
readonly description: "
|
|
2217
|
+
readonly description: "Reference to a created sheet";
|
|
2218
2218
|
readonly jsonMeta: null;
|
|
2219
2219
|
};
|
|
2220
2220
|
readonly merge_result: {
|
|
@@ -4267,7 +4267,7 @@ export declare const fieldBehaviorCatalog: {
|
|
|
4267
4267
|
};
|
|
4268
4268
|
};
|
|
4269
4269
|
mobile_number: {};
|
|
4270
|
-
|
|
4270
|
+
created_sheet: {};
|
|
4271
4271
|
professional_profile: {};
|
|
4272
4272
|
professional_profile_url: {};
|
|
4273
4273
|
crustdata_companyenrich_match: {};
|
|
@@ -6487,11 +6487,11 @@ export declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
6487
6487
|
readonly description: "List of unstructured input objects";
|
|
6488
6488
|
readonly jsonMeta: null;
|
|
6489
6489
|
};
|
|
6490
|
-
readonly
|
|
6491
|
-
readonly label: "Created";
|
|
6492
|
-
readonly type: "
|
|
6490
|
+
readonly created_sheet: {
|
|
6491
|
+
readonly label: "Created sheet";
|
|
6492
|
+
readonly type: "string";
|
|
6493
6493
|
readonly format: null;
|
|
6494
|
-
readonly description: "
|
|
6494
|
+
readonly description: "Reference to a created sheet";
|
|
6495
6495
|
readonly jsonMeta: null;
|
|
6496
6496
|
};
|
|
6497
6497
|
readonly merge_result: {
|
|
@@ -25,7 +25,7 @@ export declare const searchesPayloadRegistry: z.core.$ZodRegistry<GeneratedFormE
|
|
|
25
25
|
type SearchesPayloadRegistry = typeof searchesPayloadRegistry;
|
|
26
26
|
type Registry = PipesPayloadRegistry | SearchesPayloadRegistry;
|
|
27
27
|
export declare const isIProvidersField: (metadata: GeneratedFormElement) => metadata is ProvidersInputMetadata;
|
|
28
|
-
export declare const
|
|
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;
|
|
31
31
|
export declare const isConnectorField: (metadata: GeneratedFormElement) => metadata is ConnectorMetadata;
|
|
@@ -122,8 +122,8 @@ export interface ProvidersInputMetadata extends ConfigField {
|
|
|
122
122
|
}[];
|
|
123
123
|
maxItems?: number;
|
|
124
124
|
}
|
|
125
|
-
export interface
|
|
126
|
-
type: "
|
|
125
|
+
export interface FieldsSelectMetadata extends ConfigField {
|
|
126
|
+
type: "fields_select_input";
|
|
127
127
|
minItems?: number;
|
|
128
128
|
maxItems?: number;
|
|
129
129
|
options: Array<PayloadSelectOption>;
|
|
@@ -281,14 +281,13 @@ export interface FormSectionMetadata {
|
|
|
281
281
|
description?: string;
|
|
282
282
|
[key: string]: unknown;
|
|
283
283
|
}
|
|
284
|
-
export type GeneratedFormElement = IncludeExcludeMetadata | IncludeExcludeSelectMetadata | ExactRangeMetadata | RangeMetadata | DateRangeMetadata | BooleanMetadata | TextMetadata | SelectMetadata | IntegerMetadata | NumberMetadata | OutputFieldMetadata | TextareaMetadata | PromptMetadata | TemplateInputMetadata | ProvidersInputMetadata | JSONExtractionMetadata | PipesTriggerMetadata | ConnectorMetadata | OutputFieldMetadata |
|
|
284
|
+
export type GeneratedFormElement = IncludeExcludeMetadata | IncludeExcludeSelectMetadata | ExactRangeMetadata | RangeMetadata | DateRangeMetadata | BooleanMetadata | TextMetadata | SelectMetadata | IntegerMetadata | NumberMetadata | OutputFieldMetadata | TextareaMetadata | PromptMetadata | TemplateInputMetadata | ProvidersInputMetadata | JSONExtractionMetadata | PipesTriggerMetadata | ConnectorMetadata | OutputFieldMetadata | FieldsSelectMetadata | OutputFieldDefinitionMetadata | MultiSelectMetadata | JSONSchemaMetadata | MultiCreateMetadata | AsyncMultiSelectMetadata | OrderedMultiCreateMetadata;
|
|
285
285
|
declare const multiCreateInput: (metadata: Pick<MultiCreateMetadata, "maxItems" | "minItems" | "sectionKey" | "path" | "suggestions" | "label" | "groupPath" | "placeholder" | "order" | "description">, registry: Registry) => z.ZodArray<z.ZodString> | z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
286
286
|
declare const orderedMultiCreateInput: (metadata: Pick<OrderedMultiCreateMetadata, "maxItems" | "minItems" | "sectionKey" | "path" | "label" | "groupPath" | "placeholder" | "order" | "description">, registry: Registry) => z.ZodArray<z.ZodString> | z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
287
287
|
declare const includeExcludeInput: (metadata: Pick<IncludeExcludeMetadata, "maxItems" | "includeLabel" | "sectionKey" | "excludeLabel" | "path" | "suggestions" | "label" | "groupPath" | "placeholder" | "order" | "description">, registry: Registry) => z.ZodObject<{
|
|
288
288
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
289
289
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
290
290
|
}, z.core.$strip>;
|
|
291
|
-
export declare const pipesIncludedFieldsInput: () => z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
292
291
|
export declare const pipesJsonExtractionInput: () => z.ZodObject<{
|
|
293
292
|
field_name: z.ZodString;
|
|
294
293
|
extractions: z.ZodArray<z.ZodObject<{
|
|
@@ -492,9 +491,11 @@ export declare const pipesProviderInput: <Providers extends ProviderName[]>(meta
|
|
|
492
491
|
}) => z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
493
492
|
provider: z.ZodEnum<{ [k_1 in Providers[number]]: k_1; } extends infer T ? { [k in keyof T]: { [k_1 in Providers[number]]: k_1; }[k]; } : never>;
|
|
494
493
|
}, z.core.$strip>>>;
|
|
495
|
-
export declare const
|
|
494
|
+
export declare const pipesFieldsSelectInput: (metadata: Pick<FieldsSelectMetadata, "path" | "label" | "placeholder" | "order" | "maxItems" | "minItems" | "groupPath" | "sectionKey" | "description">) => z.ZodArray<z.ZodObject<{
|
|
496
495
|
field_name: z.ZodString;
|
|
497
|
-
}, z.core.$strip
|
|
496
|
+
}, z.core.$strip>> | z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
497
|
+
field_name: z.ZodString;
|
|
498
|
+
}, z.core.$strip>>>;
|
|
498
499
|
export declare const pipesIncludeExcludeInput: (metadata: Metadata<typeof includeExcludeInput>) => z.ZodObject<{
|
|
499
500
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
500
501
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|