@pipe0/base 0.0.9 → 0.0.11

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @pipe0/ops
2
2
 
3
+ ## 0.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Prepare v1 changes
8
+ - Updated dependencies
9
+ - @pipe0/client@0.0.35
10
+
11
+ ## 0.0.10
12
+
13
+ ### Patch Changes
14
+
15
+ - Fix unprefixed classes
16
+
3
17
  ## 0.0.9
4
18
 
5
19
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -29141,7 +29141,6 @@ declare const pipePayloadSchemaCatalog: {
29141
29141
  findymail: "findymail";
29142
29142
  leadmagic: "leadmagic";
29143
29143
  prospeo: "prospeo";
29144
- clado: "clado";
29145
29144
  amplemarket: "amplemarket";
29146
29145
  }>;
29147
29146
  }, z.core.$strip>>>;
@@ -29286,7 +29285,6 @@ declare const pipePayloadSchemaCatalog: {
29286
29285
  provider: z.ZodEnum<{
29287
29286
  leadmagic: "leadmagic";
29288
29287
  mixrank: "mixrank";
29289
- clado: "clado";
29290
29288
  }>;
29291
29289
  }, z.core.$strip>>>;
29292
29290
  input_fields: z.ZodOptional<z.ZodObject<{
@@ -29431,7 +29429,6 @@ declare const pipePayloadSchemaCatalog: {
29431
29429
  provider: z.ZodEnum<{
29432
29430
  icypeas: "icypeas";
29433
29431
  prospeo: "prospeo";
29434
- clado: "clado";
29435
29432
  amplemarket: "amplemarket";
29436
29433
  }>;
29437
29434
  }, z.core.$strip>>>;
@@ -30062,7 +30059,6 @@ declare const pipePayloadSchemaCatalog: {
30062
30059
  crustdata: "crustdata";
30063
30060
  hunter: "hunter";
30064
30061
  leadmagic: "leadmagic";
30065
- clado: "clado";
30066
30062
  amplemarket: "amplemarket";
30067
30063
  }>;
30068
30064
  }, z.core.$strip>>>;
@@ -34565,7 +34561,6 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
34565
34561
  findymail: "findymail";
34566
34562
  leadmagic: "leadmagic";
34567
34563
  prospeo: "prospeo";
34568
- clado: "clado";
34569
34564
  amplemarket: "amplemarket";
34570
34565
  }>;
34571
34566
  }, z.core.$strip>>>;
@@ -34708,7 +34703,6 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
34708
34703
  provider: z.ZodEnum<{
34709
34704
  leadmagic: "leadmagic";
34710
34705
  mixrank: "mixrank";
34711
- clado: "clado";
34712
34706
  }>;
34713
34707
  }, z.core.$strip>>>;
34714
34708
  input_fields: z.ZodOptional<z.ZodObject<{
@@ -34851,7 +34845,6 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
34851
34845
  provider: z.ZodEnum<{
34852
34846
  icypeas: "icypeas";
34853
34847
  prospeo: "prospeo";
34854
- clado: "clado";
34855
34848
  amplemarket: "amplemarket";
34856
34849
  }>;
34857
34850
  }, z.core.$strip>>>;
@@ -35473,7 +35466,6 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
35473
35466
  crustdata: "crustdata";
35474
35467
  hunter: "hunter";
35475
35468
  leadmagic: "leadmagic";
35476
- clado: "clado";
35477
35469
  amplemarket: "amplemarket";
35478
35470
  }>;
35479
35471
  }, z.core.$strip>>>;
@@ -39169,7 +39161,6 @@ declare const PipesRequestSchema: z.ZodObject<{
39169
39161
  findymail: "findymail";
39170
39162
  leadmagic: "leadmagic";
39171
39163
  prospeo: "prospeo";
39172
- clado: "clado";
39173
39164
  amplemarket: "amplemarket";
39174
39165
  }>;
39175
39166
  }, z.core.$strip>>>;
@@ -39312,7 +39303,6 @@ declare const PipesRequestSchema: z.ZodObject<{
39312
39303
  provider: z.ZodEnum<{
39313
39304
  leadmagic: "leadmagic";
39314
39305
  mixrank: "mixrank";
39315
- clado: "clado";
39316
39306
  }>;
39317
39307
  }, z.core.$strip>>>;
39318
39308
  input_fields: z.ZodOptional<z.ZodObject<{
@@ -39455,7 +39445,6 @@ declare const PipesRequestSchema: z.ZodObject<{
39455
39445
  provider: z.ZodEnum<{
39456
39446
  icypeas: "icypeas";
39457
39447
  prospeo: "prospeo";
39458
- clado: "clado";
39459
39448
  amplemarket: "amplemarket";
39460
39449
  }>;
39461
39450
  }, z.core.$strip>>>;
@@ -41264,7 +41253,6 @@ declare const PipesRequestSchema: z.ZodObject<{
41264
41253
  crustdata: "crustdata";
41265
41254
  hunter: "hunter";
41266
41255
  leadmagic: "leadmagic";
41267
- clado: "clado";
41268
41256
  amplemarket: "amplemarket";
41269
41257
  }>;
41270
41258
  }, z.core.$strip>>>;
@@ -42293,7 +42281,7 @@ type PipesPayloadRegistry = typeof pipesPayloadRegistry;
42293
42281
  declare const searchesPayloadRegistry: z.core.$ZodRegistry<GeneratedInputMeta, z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>;
42294
42282
  type SearchesPayloadRegistry = typeof searchesPayloadRegistry;
42295
42283
  type Registry = PipesPayloadRegistry | SearchesPayloadRegistry;
42296
- type SectionKeys = "connector" | "general" | "pagination" | "conditions" | "config.extractions" | "config.input_fields" | "config.output_fields" | "config.filters" | "config.pipe_io";
42284
+ type SectionKeys = "general" | "pagination" | "config.filters" | "pipe_io";
42297
42285
  interface ConfigField {
42298
42286
  path: string;
42299
42287
  groupPath: string;
@@ -42362,6 +42350,33 @@ interface OrderedMultiCreateMeta extends ConfigField {
42362
42350
  type: "static";
42363
42351
  } | OptionsDef;
42364
42352
  }
42353
+ /**
42354
+ * Ordered list where each entry is EITHER plain text OR a single field
42355
+ * reference like `{{ company_domain }}` — no concatenation. The constraint
42356
+ * lets the UI render each entry as one of two chip kinds (text vs field)
42357
+ * without needing a tiptap editor per row.
42358
+ *
42359
+ * Payload is `string[]`: text entries stored as-is, field references stored
42360
+ * as the literal `{{ name }}` Liquid template (so the existing runner
42361
+ * `renderLiquidTemplate` call handles substitution without any changes).
42362
+ */
42363
+ interface TaggedOrderedMultiCreateMeta extends ConfigField {
42364
+ type: "tagged_ordered_multi_create_input";
42365
+ maxItems?: number;
42366
+ minItems?: number;
42367
+ /** Free-text suggestions list (e.g. autocomplete("titles")). */
42368
+ suggestionsDef?: {
42369
+ options: {
42370
+ value: string;
42371
+ label: string;
42372
+ }[];
42373
+ type: "static";
42374
+ } | OptionsDef;
42375
+ /** Filters the field-reference picker by upstream field type. */
42376
+ expectedTagType?: RecordFieldType;
42377
+ /** Populated at registration time from validationContext.fieldDefinitions. */
42378
+ inputFields?: PipesFieldDefinitionWithName[];
42379
+ }
42365
42380
  /**
42366
42381
  * List of key/value text rows. Both sides accept literal text plus
42367
42382
  * `{{ <field_name> }}` references (resolved per-record) and
@@ -42650,6 +42665,7 @@ type GeneratedInputMetaMap = {
42650
42665
  async_multi_select_input: AsyncMultiSelectMeta;
42651
42666
  async_include_exclude_select_input: AsyncIncludeExcludeSelectMeta;
42652
42667
  ordered_multi_create_input: OrderedMultiCreateMeta;
42668
+ tagged_ordered_multi_create_input: TaggedOrderedMultiCreateMeta;
42653
42669
  key_value_list_input: KeyValueListMeta;
42654
42670
  cursor_pagination_metadata: CursorPaginationMeta;
42655
42671
  min_max_int_input: MinMaxIntMeta;
@@ -42714,6 +42730,7 @@ declare const baseSchemas: {
42714
42730
  date_range_input: z.ZodRecord<z.ZodString, z.ZodString>;
42715
42731
  multi_create_input: z.ZodArray<z.ZodString>;
42716
42732
  ordered_multi_create_input: z.ZodArray<z.ZodString>;
42733
+ tagged_ordered_multi_create_input: z.ZodArray<z.ZodString>;
42717
42734
  key_value_list_input: z.ZodArray<z.ZodObject<{
42718
42735
  key: z.ZodString;
42719
42736
  value: z.ZodString;
@@ -42745,6 +42762,14 @@ declare const baseSchemas: {
42745
42762
  type FieldValueMap = { [K in GeneratedFormInputType]: z.infer<(typeof baseSchemas)[K]> };
42746
42763
  declare const multiCreateInput: (metadata: Pick<MultiCreateMeta, "maxItems" | "minItems" | "sectionKey" | "enabledIf" | "info" | "path" | "suggestionsDef" | "label" | "groupPath" | "placeholder" | "order" | "description">, registry: Registry) => z.ZodArray<z.ZodString> | z.ZodDefault<z.ZodArray<z.ZodString>>;
42747
42764
  declare const orderedMultiCreateInput: (metadata: Pick<OrderedMultiCreateMeta, "maxItems" | "minItems" | "sectionKey" | "enabledIf" | "info" | "path" | "suggestionsDef" | "label" | "groupPath" | "placeholder" | "order" | "description">, registry: Registry) => z.ZodArray<z.ZodString> | z.ZodDefault<z.ZodArray<z.ZodString>>;
42765
+ /**
42766
+ * Ordered list whose items are individually constrained to "pure text" or
42767
+ * "single field reference". Mixed content (e.g. `"Head of {{ company }}"`)
42768
+ * is rejected. The constraint mirrors the UI: each chip carries exactly one
42769
+ * kind, so the React adapter can render two visual variants without parsing
42770
+ * mixed inline content.
42771
+ */
42772
+ declare const taggedOrderedMultiCreateInput: (metadata: Pick<TaggedOrderedMultiCreateMeta, "maxItems" | "minItems" | "sectionKey" | "enabledIf" | "info" | "path" | "suggestionsDef" | "label" | "groupPath" | "placeholder" | "order" | "description" | "expectedTagType">, registry: Registry) => z.ZodArray<z.ZodString> | z.ZodDefault<z.ZodArray<z.ZodString>>;
42748
42773
  declare const keyValueListInput: (metadata: Pick<KeyValueListMeta, "maxItems" | "keyLabel" | "valueLabel" | "keyPlaceholder" | "valuePlaceholder" | "sectionKey" | "enabledIf" | "info" | "path" | "label" | "groupPath" | "placeholder" | "order" | "description">, registry: Registry) => z.ZodDefault<z.ZodArray<z.ZodObject<{
42749
42774
  key: z.ZodString;
42750
42775
  value: z.ZodString;
@@ -42913,44 +42938,12 @@ declare const pipesRunIfInput: () => z.ZodOptional<z.ZodNullable<z.ZodObject<{
42913
42938
  * ("Behavior", "I/O & conditions", etc.) match the form's mental model.
42914
42939
  */
42915
42940
  declare const defaultSectionMap: {
42916
- "config.pipe_io": {
42941
+ pipe_io: {
42917
42942
  type: "form_section";
42918
42943
  label: string;
42919
42944
  description: string;
42920
42945
  path: string;
42921
42946
  };
42922
- "config.input_fields": {
42923
- type: "form_section";
42924
- label: string;
42925
- description: string;
42926
- path: string;
42927
- };
42928
- "config.output_fields": {
42929
- type: "form_section";
42930
- label: string;
42931
- description: string;
42932
- path: string;
42933
- };
42934
- "config.extractions": {
42935
- type: "form_section";
42936
- label: string;
42937
- description: string;
42938
- path: string;
42939
- };
42940
- conditions: {
42941
- type: "form_section";
42942
- path: string;
42943
- label: string;
42944
- description: string;
42945
- mode: string;
42946
- };
42947
- connector: {
42948
- type: "form_section";
42949
- path: string;
42950
- label: string;
42951
- description: string;
42952
- mode: string;
42953
- };
42954
42947
  "config.filters": {
42955
42948
  type: "form_section";
42956
42949
  label: string;
@@ -42960,6 +42953,7 @@ declare const defaultSectionMap: {
42960
42953
  general: {
42961
42954
  type: "form_section";
42962
42955
  path: string;
42956
+ label: string;
42963
42957
  };
42964
42958
  pagination: {
42965
42959
  type: "form_section";
@@ -43056,6 +43050,7 @@ declare const pipesIncludeExcludeInput: (metadata: Metadata<typeof includeExclud
43056
43050
  }, z.core.$strip>>;
43057
43051
  declare const pipesMultiCreateInput: (metadata: Metadata<typeof multiCreateInput>) => z.ZodArray<z.ZodString> | z.ZodDefault<z.ZodArray<z.ZodString>>;
43058
43052
  declare const pipesOrderedMultiCreateInput: (metadata: Metadata<typeof orderedMultiCreateInput>) => z.ZodArray<z.ZodString> | z.ZodDefault<z.ZodArray<z.ZodString>>;
43053
+ declare const pipesTaggedOrderedMultiCreateInput: (metadata: Metadata<typeof taggedOrderedMultiCreateInput>) => z.ZodArray<z.ZodString> | z.ZodDefault<z.ZodArray<z.ZodString>>;
43059
43054
  declare const pipesKeyValueListInput: (metadata: Metadata<typeof keyValueListInput>) => z.ZodDefault<z.ZodArray<z.ZodObject<{
43060
43055
  key: z.ZodString;
43061
43056
  value: z.ZodString;
@@ -43207,6 +43202,7 @@ declare const inputGuards: {
43207
43202
  async_multi_select_input: (input: GeneratedInputMeta) => input is GeneratedInputMetaMap["async_multi_select_input"];
43208
43203
  async_include_exclude_select_input: (input: GeneratedInputMeta) => input is GeneratedInputMetaMap["async_include_exclude_select_input"];
43209
43204
  ordered_multi_create_input: (input: GeneratedInputMeta) => input is GeneratedInputMetaMap["ordered_multi_create_input"];
43205
+ tagged_ordered_multi_create_input: (input: GeneratedInputMeta) => input is GeneratedInputMetaMap["tagged_ordered_multi_create_input"];
43210
43206
  key_value_list_input: (input: GeneratedInputMeta) => input is GeneratedInputMetaMap["key_value_list_input"];
43211
43207
  cursor_pagination_metadata: (input: GeneratedInputMeta) => input is GeneratedInputMetaMap["cursor_pagination_metadata"];
43212
43208
  min_max_int_input: (input: GeneratedInputMeta) => input is GeneratedInputMetaMap["min_max_int_input"];
@@ -44803,7 +44799,7 @@ declare function markRecordFieldAsComplete({
44803
44799
  widgets?: Widgets;
44804
44800
  }): {
44805
44801
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
44806
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
44802
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
44807
44803
  type: "string" | "number" | "boolean" | "json" | "unknown";
44808
44804
  reason: {
44809
44805
  code: string;
@@ -44867,7 +44863,7 @@ declare function markRecordFieldAsPending({
44867
44863
  recordField: RecordField;
44868
44864
  }): {
44869
44865
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
44870
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
44866
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
44871
44867
  type: "string" | "number" | "boolean" | "json" | "unknown";
44872
44868
  reason: {
44873
44869
  code: string;
@@ -44937,7 +44933,7 @@ declare function markRecordFieldAsNoResult({
44937
44933
  widgets?: Widgets;
44938
44934
  }): {
44939
44935
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
44940
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
44936
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
44941
44937
  type: "string" | "number" | "boolean" | "json" | "unknown";
44942
44938
  reason: {
44943
44939
  code: string;
@@ -44997,7 +44993,7 @@ declare function markRecordFieldAsNoResult({
44997
44993
  };
44998
44994
  declare function markRecordFieldAsFailed(field: RecordField, reason: FieldReason, resolvedBy: RecordField["resolved_by"]): {
44999
44995
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
45000
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
44996
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
45001
44997
  type: "string" | "number" | "boolean" | "json" | "unknown";
45002
44998
  reason: {
45003
44999
  code: string;
@@ -45057,7 +45053,7 @@ declare function markRecordFieldAsFailed(field: RecordField, reason: FieldReason
45057
45053
  };
45058
45054
  declare function markRecordFieldAsSkipped(field: RecordField, reason: FieldReason): {
45059
45055
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
45060
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
45056
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
45061
45057
  type: "string" | "number" | "boolean" | "json" | "unknown";
45062
45058
  reason: {
45063
45059
  code: string;
@@ -45117,7 +45113,7 @@ declare function markRecordFieldAsSkipped(field: RecordField, reason: FieldReaso
45117
45113
  };
45118
45114
  declare function markRecordFieldAsProcessing(field: RecordField): {
45119
45115
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
45120
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
45116
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
45121
45117
  type: "string" | "number" | "boolean" | "json" | "unknown";
45122
45118
  reason: {
45123
45119
  code: string;
@@ -45609,7 +45605,7 @@ declare function fieldsToObject(fields: PipesRecord["fields"], cfg?: Partial<Fie
45609
45605
  declare function inputFromRecords(records: PipesInMemoryResponse["records"], config?: Partial<FieldsToObjectsConfig>): {
45610
45606
  [k: string]: string | number | boolean | Record<string, unknown> | unknown[] | {
45611
45607
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
45612
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
45608
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
45613
45609
  reason?: {
45614
45610
  code: string;
45615
45611
  summary: string;
@@ -45669,7 +45665,7 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
45669
45665
  } | null;
45670
45666
  [k: number]: string | number | boolean | Record<string, unknown> | unknown[] | {
45671
45667
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
45672
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
45668
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
45673
45669
  reason?: {
45674
45670
  code: string;
45675
45671
  summary: string;
@@ -45732,7 +45728,7 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
45732
45728
  declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<FieldsToObjectsConfig>): {
45733
45729
  [k: string]: string | number | boolean | Record<string, unknown> | unknown[] | {
45734
45730
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
45735
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
45731
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
45736
45732
  reason?: {
45737
45733
  code: string;
45738
45734
  summary: string;
@@ -45792,7 +45788,7 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
45792
45788
  } | null;
45793
45789
  [k: number]: string | number | boolean | Record<string, unknown> | unknown[] | {
45794
45790
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
45795
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
45791
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
45796
45792
  reason?: {
45797
45793
  code: string;
45798
45794
  summary: string;
@@ -45855,7 +45851,7 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
45855
45851
  declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToObjectsConfig>): {
45856
45852
  [k: string]: string | number | boolean | Record<string, unknown> | unknown[] | {
45857
45853
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
45858
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
45854
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
45859
45855
  reason?: {
45860
45856
  code: string;
45861
45857
  summary: string;
@@ -45915,7 +45911,7 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
45915
45911
  } | null;
45916
45912
  [k: number]: string | number | boolean | Record<string, unknown> | unknown[] | {
45917
45913
  value: string | number | boolean | Record<string, unknown> | unknown[] | null;
45918
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
45914
+ status: "completed" | "failed" | "no_result" | "skipped" | "pending" | "queued" | "processing";
45919
45915
  reason?: {
45920
45916
  code: string;
45921
45917
  summary: string;
@@ -47330,4 +47326,4 @@ declare const ProfileFieldSchema: z.ZodObject<{
47330
47326
  }, z.core.$strip>;
47331
47327
  type ProfielField = z.infer<typeof ProfileFieldSchema>;
47332
47328
  //#endregion
47333
- export { AI_MODELS, AI_MODEL_CATALOG, type AiModelId, type AnalysisResult, AnyPipeConstructor, AppError, AsyncIncludeExcludeSelectMeta, AsyncMultiSelectMeta, type AutocompleteOption, type AutocompleteSourceKey, BillableOperation, BillableOperationDef, BillableOperations, BillingMode, BooleanMeta, type BuiltWithTechStackTransformedRespoonse as BuiltWithDomainStack, type BuiltWithTechStackTransformedRespoonse, type CatalogEntityFilter, type CatalogFilter, type CatalogPattern, CatalogSchemaRef, CatalogSchemaRefSchema, type CladoPersonMatch, type CladoPersonMatchV2, ConditionOperators, ConditionOperatorsSchema, ConfigField, ConnectorConnection, ConnectorMeta, type ConstantSuggestion, ContextSelectMeta, CursorPaginationMeta, DateRangeMeta, type DedupConfig, type DedupStrategy, type DependencyGraphRelation, DerivedInputFields, EmailValidationStatus, type EnabledIf, type EnabledResult, ExactRangeMeta, ExecutionMode, ExpandedFieldValue, ExpandedFieldValueSchema, ExternalProviderName, FIELD_PLACEHOLDERS, FieldAnnotation, FieldAnnotationSchema, FieldAnnotations, FieldAnnotationsSchema, FieldAnnotationsType, FieldCatalog, type FieldContextArgs, type FieldContextClient, type FieldContextSheetSummary, FieldEntry, FieldGroup, FieldMode, FieldName, FieldNameSchema, type FieldPlaceholderKey, FieldReason, FieldReasonSchema, FieldSchemaType, FieldValue, FieldValueMap, FieldValueSchema, FieldsSelectMeta, FieldsToObjectsConfig, type FormResolvers, FormSection, FormSectionMeta, type FormStore, FormStoreSchema, GeneratedFormInputType, GeneratedInputMeta, GeneratedInputMetaMap, type GetConnectionsArgs, type GetConstantsArgs, type GetSecretsArgs, GroupPathMatch, type IconKey, IconWidgetKey, type IcypeasCompanyMatch, type IcypeasPersonMatch, IncludeExcludeMeta, IncludeExcludeSelectMeta, IntegerMeta, IntermediateFormSection, JSONExtractSchema, JSONExtraction, JSONExtractionMeta, JSONMeta, JSONMetaSchema, JSONSchemaMeta, JsonFieldType, KeyValueListMeta, LazyResolveContext, MinMaxIntMeta, MultiCreateMeta, MultiSelectMeta, NamedFieldEntry, NoConnector, NoConnectorSchema, NullableBooleanMeta, NumberMeta, OptionalConnector, OptionalConnectorSchema, type OptionsDef, OrderedMultiCreateMeta, type OutputDecl, OutputFieldMeta, PIPE_IDS, PaginationType, PaginationTypeSchema, PersonWorkemailWaterfall1Entry, PersonWorkemailWaterfall1PayloadSchema, PersonWorkemailWaterfall1PipeClass, Pipe, Pipe0Error, PipeBaseConfig, PipeCatalog, PipeCatalogEntry, PipeCategory, PipeCategoryEntry, PipeConfigMapByExpecutionType, PipeConnectionRequirement, PipeDef, PipeEntryWithLatestVersion, type PipeFieldContextDef, PipeId, PipeIdSchema, PipeInputField, PipeModuleExport, PipeOutputField, PipePayload, PipePayloadInput, PipePayloadMap, PipePayloadSchema, PipePayloadSchemaCatalog, PipeRequestPayloadMap, PipeRunIf, PipeRunIfSchema, PipelineValidationError, type PipesEnvironment, PipesEnvironmentSchema, PipesError, PipesErrorSchema, PipesFieldDefinition, PipesFieldDefinitionSchema, PipesFieldDefinitionWithName, PipesFieldDefinitions, PipesFieldDefinitionsSchema, PipesInMemoryResponse, PipesInput, PipesInputSchema, PipesRecord, PipesRequest, PipesRequestConfig, PipesRequestConfigSchema, PipesRequestPayload, PipesRequestSchema, PipesResponse, PipesResponseSchema, PipesRunIfMeta, ProcessedPipePayloadSchema, ProcessedSearchPayloadSchema, ProcessedSearchesPayloadSchema, type ProfielField, PromptMeta, ProviderCatalogEntry, ProviderName, ProviderNameSchema, ProviderRateLimitOperation, ProvidersInputMeta, RECORD_FIELD_FORMATS, RECORD_FIELD_TYPES, RUN_IF_OPERATOR_LABELS, RUN_IF_STATUS_OPERATORS, RUN_IF_VALUE_OPERATORS, RangeMeta, RecordClaimedBy, RecordClaimedBySchema, RecordField, RecordFieldFormat, RecordFieldFormatSchema, RecordFieldSchema, RecordFieldStatus, RecordFieldStatusSchema, RecordFieldType, RecordFieldTypeSchema, RecordId, RecordIdSchema, RecordResolvedBy, RecordResolvedBySchema, RecordSchema, RequestValidationError, RequiredConnector, RequiredConnectorSchema, type Requirement, RequirementSatisfactionResult, type RichTextNode, RunIfStatusOperatorsSchema, RunIfStatusValueSchema, RunIfValueOperatorsSchema, SEARCHES_IDS, SEARCH_IDS, Search, SearchCatalog, SearchCatalogEntry, SearchCatalogTableData, SearchCategory, SearchCategoryEntry, SearchError, SearchErrorSchema, SearchId, SearchIdSchema, SearchMetaEntryWithId, SearchOutputField, SearchPayload, SearchPayloadCatalog, SearchPayloadInput, SearchPayloadMap, SearchPayloadSchema, SearchRequestPayload, SearchRequestPayloadMap, SearchRequestSchema, SearchRequestType, SearchResponse, SearchResponseSchema, SearchResult, SearchResultField, SearchResultFieldSchema, SearchResultSchema, SearchValidationResult, SearchesCatalog, SearchesCatalogEntry, SearchesCatalogTableData, SearchesCostPerResult, SearchesCostPerResultEntry, SearchesError, SearchesErrorSchema, SearchesId, SearchesIdSchema, SearchesMetaEntryWithId, SearchesPayload, SearchesPayloadCatalog, SearchesPayloadInput, SearchesPayloadMap, SearchesPayloadSchema, SearchesRequest, SearchesRequestBaseConfig, SearchesRequestBaseConfigSchema, SearchesRequestPayload, SearchesRequestPayloadMap, SearchesRequestSchema, SearchesResponse, SearchesResponseSchema, SearchesResult, SearchesResultField, SearchesResultFieldSchema, SearchesResultSchema, SearchesSearch, SearchesStatus, SearchesStatusSchema, SearchesValidationResult, type SecretSuggestion, SectionKeys, SectionMapDefinition, SelectMeta, type StoreOption, StoreOptionAutocompleteOption, StoreOptionsDef, SupportedTags, TYPES_TO_FORMATS, TaggedTextMeta, TemplateInputMeta, TextMeta, TextareaMeta, type TransformIntoResponseConfig, type UserConnection, ValidationContext, type Widget, Widgets, type StoreOptionWidget as WidgetsByKind, StoreOptionWidgetSchema as WidgetsByKindSchema, WidgetsSchema, all, analyzeLiquidTemplate, and, any, autocomplete, buildAiModelBillableOperations, buildDependencyGraph, buildInputRequirementFromTemplates, catalogInput, cleanObject, cleanUrl, cleanWebsiteUrl, collectConstantReferencesFromTemplates, collectPipeContextSelectFields, collectRequirementFields, collectSecretReferencesFromTemplates, compilePattern, configDefaults, convertIntermediateFieldsIntoGroups, defaultSectionMap, describeRequirement, entityLogoFavicon, entityLogoProfessionalProfileUrl, extractFormMetadata, field, fieldBehaviorCatalog, fieldCatalog, fieldNameStr, fieldTypeFromValue, fieldsToObject, filterPipeEntries, filterSearchEntries, filterSearchesEntries, getAiModelBillingKey, getAiModelConnectionRequirements, getAiModelProviders, getAllAiModelProviders, getBasePipeName, getDefaultOutputFields, getDefaultPipeProviders, getDefaultSearchOutputFields, getDefaultSearchesOutputFields, getDependentPipeNamesForInputProperty, getDependentPipeNamesForPipe, getDomain, getExpansionState, getFaviconUrlGoogle, getField, getFieldBehavior, getFieldDisplayLabel, getFieldWidgets, getInitialSearchTableData, getInitialSearchesTableData, getInitialTableData, getInputHash, getJsonMetaForFieldDef, getLoweestSearchCreditAmount, getLoweestSearchesCreditAmount, getLowestPipeCreditAmount, getOutputFieldInfoFromDef, getPipeBillableOperationDef, getPipeCategoryEntries, getPipeCategoryEntry, getPipeClass, getPipeConfigHash, getPipeDefaultPayload, getPipeDocsURI, getPipeEntry, getPipeInstances, getPipePayloadFormConfig, getPipePayloadSchema, getPipeVersion, getProviderBillableOperation, getProviderCreditsFromBillableOperations, getProviderEntry, getReadableFieldStatus, getSandboxConnections, getSandboxConnectionsForPipe, getSandboxConnectionsForSearch, getSandboxConnectionsForSearches, getSearchCategoryEntries, getSearchCategoryEntry, getSearchClass, getSearchDefaultPayload, getSearchEntry, getSearchFieldWidgets, getSearchInstance, getSearchPayloadFormConfig, getSearchPayloadSchema, getSearchTableDataAggregates, getSearchVersion, getSearchesClass, getSearchesDefaultPayload, getSearchesEntry, getSearchesFieldWidgets, getSearchesInstances, getSearchesPayloadSchema, getSearchesTableDataAggregates, getSearchesVersion, getStartingCostPerPipesProvider, getStartingCostPerSearchProvider, getStartingCostPerSearchesProvider, getTableDataAggregates, getUnexpandedValue, ifDefined, inputFields, inputFromRecord, inputFromRecordArr, inputFromRecords, inputGuards, isCatalogField, isEmptyValue, isFieldName, isPipeAllowed, isProviderAllowed, isRequirementMet, isRequirementSatisfiedByRecord, isSearchAllowed, isSearchesAllowed, joinConnectionString, markRecordFieldAsComplete, markRecordFieldAsFailed, markRecordFieldAsNoResult, markRecordFieldAsPending, markRecordFieldAsProcessing, markRecordFieldAsSkipped, matchesAny, matchesPattern, mergeWidgets, noConnectorInput, optional, optionalConnectorInput, or, outputFields, parseLiquidTemplate, parseOutputTagArgs, parseRecordValueOrError, parseRichText, pipeCatalog, pipeCategoryCatalog, pipeClassCatalog, pipePayloadSchemaCatalog, pipesAsyncIncludeExcludeSelectInput, pipesContextSelectInput, pipesDateRangeInput, pipesFieldsSelectInput, pipesIncludeExcludeInput, pipesIncludeExcludeSelectInput, pipesInputField, pipesIntInput, pipesJsonExtractionInput, pipesJsonSchemaField, pipesKeyValueListInput, pipesLLMSelectInput, pipesMultiCreateInput, pipesMultiSelectInput, pipesNumberInput, pipesOptionalBooleanInput, pipesOrderedMultiCreateInput, pipesOutputField, pipesPayloadRegistry, pipesPromptInput, pipesProviderInput, pipesRangeInput, pipesRunIfInput, pipesSelectInput, pipesSnippetCatalog, pipesTaggedTextInput, pipesTemplateInput, pipesTextInput, pipesTextareaInput, placeholder, processInputObjects, providerCatalog, rateLimitRatioFallingProgression, renderLiquidTemplate, renderLiquidTemplateSync, requiredConnectorInput, requirementToInputFields, requirementUnmetMessage, requiresConnection, requiresField, searchCatalog, searchCategoryCatalog, searchClassCatalog, searchPayloadSchemaCatalog, searchSnippetCatalog, searchesAsyncIncludeExcludeSelectInput, searchesAsyncMultiSelectInput, searchesCatalog, searchesClassCatalog, searchesDateRangeInput, searchesExactRangeInput, searchesIncludeExcludeInput, searchesIncludeExcludeSelectInput, searchesIntInput, searchesMinMaxIntInput, searchesMultiCreateInput, searchesMultiSelectInput, searchesNumberField, searchesOptionalBooleanInput, searchesOptionalNullableBooleanInput, searchesOrderedMultiCreateInput, searchesOutputField, searchesPayloadRegistry, searchesPayloadSchemaCatalog, searchesRangeInput, searchesSelectInput, searchesTextInput, searchesTextareaField, sortObjectKeys, sortPipeCatalogByBasePipe, sortSearchCatalogByBaseSearch, sortSearchesCatalogByBaseSearch, splitConnectionString, staticAutocomplete, staticOptions, stringify, testPrint, transformIntoResponse, validatePipesOrError, validateSearches, validationErrorMessages };
47329
+ export { AI_MODELS, AI_MODEL_CATALOG, type AiModelId, type AnalysisResult, AnyPipeConstructor, AppError, AsyncIncludeExcludeSelectMeta, AsyncMultiSelectMeta, type AutocompleteOption, type AutocompleteSourceKey, BillableOperation, BillableOperationDef, BillableOperations, BillingMode, BooleanMeta, type BuiltWithTechStackTransformedRespoonse as BuiltWithDomainStack, type BuiltWithTechStackTransformedRespoonse, type CatalogEntityFilter, type CatalogFilter, type CatalogPattern, CatalogSchemaRef, CatalogSchemaRefSchema, type CladoPersonMatch, type CladoPersonMatchV2, ConditionOperators, ConditionOperatorsSchema, ConfigField, ConnectorConnection, ConnectorMeta, type ConstantSuggestion, ContextSelectMeta, CursorPaginationMeta, DateRangeMeta, type DedupConfig, type DedupStrategy, type DependencyGraphRelation, DerivedInputFields, EmailValidationStatus, type EnabledIf, type EnabledResult, ExactRangeMeta, ExecutionMode, ExpandedFieldValue, ExpandedFieldValueSchema, ExternalProviderName, FIELD_PLACEHOLDERS, FieldAnnotation, FieldAnnotationSchema, FieldAnnotations, FieldAnnotationsSchema, FieldAnnotationsType, FieldCatalog, type FieldContextArgs, type FieldContextClient, type FieldContextSheetSummary, FieldEntry, FieldGroup, FieldMode, FieldName, FieldNameSchema, type FieldPlaceholderKey, FieldReason, FieldReasonSchema, FieldSchemaType, FieldValue, FieldValueMap, FieldValueSchema, FieldsSelectMeta, FieldsToObjectsConfig, type FormResolvers, FormSection, FormSectionMeta, type FormStore, FormStoreSchema, GeneratedFormInputType, GeneratedInputMeta, GeneratedInputMetaMap, type GetConnectionsArgs, type GetConstantsArgs, type GetSecretsArgs, GroupPathMatch, type IconKey, IconWidgetKey, type IcypeasCompanyMatch, type IcypeasPersonMatch, IncludeExcludeMeta, IncludeExcludeSelectMeta, IntegerMeta, IntermediateFormSection, JSONExtractSchema, JSONExtraction, JSONExtractionMeta, JSONMeta, JSONMetaSchema, JSONSchemaMeta, JsonFieldType, KeyValueListMeta, LazyResolveContext, MinMaxIntMeta, MultiCreateMeta, MultiSelectMeta, NamedFieldEntry, NoConnector, NoConnectorSchema, NullableBooleanMeta, NumberMeta, OptionalConnector, OptionalConnectorSchema, type OptionsDef, OrderedMultiCreateMeta, type OutputDecl, OutputFieldMeta, PIPE_IDS, PaginationType, PaginationTypeSchema, PersonWorkemailWaterfall1Entry, PersonWorkemailWaterfall1PayloadSchema, PersonWorkemailWaterfall1PipeClass, Pipe, Pipe0Error, PipeBaseConfig, PipeCatalog, PipeCatalogEntry, PipeCategory, PipeCategoryEntry, PipeConfigMapByExpecutionType, PipeConnectionRequirement, PipeDef, PipeEntryWithLatestVersion, type PipeFieldContextDef, PipeId, PipeIdSchema, PipeInputField, PipeModuleExport, PipeOutputField, PipePayload, PipePayloadInput, PipePayloadMap, PipePayloadSchema, PipePayloadSchemaCatalog, PipeRequestPayloadMap, PipeRunIf, PipeRunIfSchema, PipelineValidationError, type PipesEnvironment, PipesEnvironmentSchema, PipesError, PipesErrorSchema, PipesFieldDefinition, PipesFieldDefinitionSchema, PipesFieldDefinitionWithName, PipesFieldDefinitions, PipesFieldDefinitionsSchema, PipesInMemoryResponse, PipesInput, PipesInputSchema, PipesRecord, PipesRequest, PipesRequestConfig, PipesRequestConfigSchema, PipesRequestPayload, PipesRequestSchema, PipesResponse, PipesResponseSchema, PipesRunIfMeta, ProcessedPipePayloadSchema, ProcessedSearchPayloadSchema, ProcessedSearchesPayloadSchema, type ProfielField, PromptMeta, ProviderCatalogEntry, ProviderName, ProviderNameSchema, ProviderRateLimitOperation, ProvidersInputMeta, RECORD_FIELD_FORMATS, RECORD_FIELD_TYPES, RUN_IF_OPERATOR_LABELS, RUN_IF_STATUS_OPERATORS, RUN_IF_VALUE_OPERATORS, RangeMeta, RecordClaimedBy, RecordClaimedBySchema, RecordField, RecordFieldFormat, RecordFieldFormatSchema, RecordFieldSchema, RecordFieldStatus, RecordFieldStatusSchema, RecordFieldType, RecordFieldTypeSchema, RecordId, RecordIdSchema, RecordResolvedBy, RecordResolvedBySchema, RecordSchema, RequestValidationError, RequiredConnector, RequiredConnectorSchema, type Requirement, RequirementSatisfactionResult, type RichTextNode, RunIfStatusOperatorsSchema, RunIfStatusValueSchema, RunIfValueOperatorsSchema, SEARCHES_IDS, SEARCH_IDS, Search, SearchCatalog, SearchCatalogEntry, SearchCatalogTableData, SearchCategory, SearchCategoryEntry, SearchError, SearchErrorSchema, SearchId, SearchIdSchema, SearchMetaEntryWithId, SearchOutputField, SearchPayload, SearchPayloadCatalog, SearchPayloadInput, SearchPayloadMap, SearchPayloadSchema, SearchRequestPayload, SearchRequestPayloadMap, SearchRequestSchema, SearchRequestType, SearchResponse, SearchResponseSchema, SearchResult, SearchResultField, SearchResultFieldSchema, SearchResultSchema, SearchValidationResult, SearchesCatalog, SearchesCatalogEntry, SearchesCatalogTableData, SearchesCostPerResult, SearchesCostPerResultEntry, SearchesError, SearchesErrorSchema, SearchesId, SearchesIdSchema, SearchesMetaEntryWithId, SearchesPayload, SearchesPayloadCatalog, SearchesPayloadInput, SearchesPayloadMap, SearchesPayloadSchema, SearchesRequest, SearchesRequestBaseConfig, SearchesRequestBaseConfigSchema, SearchesRequestPayload, SearchesRequestPayloadMap, SearchesRequestSchema, SearchesResponse, SearchesResponseSchema, SearchesResult, SearchesResultField, SearchesResultFieldSchema, SearchesResultSchema, SearchesSearch, SearchesStatus, SearchesStatusSchema, SearchesValidationResult, type SecretSuggestion, SectionKeys, SectionMapDefinition, SelectMeta, type StoreOption, StoreOptionAutocompleteOption, StoreOptionsDef, SupportedTags, TYPES_TO_FORMATS, TaggedOrderedMultiCreateMeta, TaggedTextMeta, TemplateInputMeta, TextMeta, TextareaMeta, type TransformIntoResponseConfig, type UserConnection, ValidationContext, type Widget, Widgets, type StoreOptionWidget as WidgetsByKind, StoreOptionWidgetSchema as WidgetsByKindSchema, WidgetsSchema, all, analyzeLiquidTemplate, and, any, autocomplete, buildAiModelBillableOperations, buildDependencyGraph, buildInputRequirementFromTemplates, catalogInput, cleanObject, cleanUrl, cleanWebsiteUrl, collectConstantReferencesFromTemplates, collectPipeContextSelectFields, collectRequirementFields, collectSecretReferencesFromTemplates, compilePattern, configDefaults, convertIntermediateFieldsIntoGroups, defaultSectionMap, describeRequirement, entityLogoFavicon, entityLogoProfessionalProfileUrl, extractFormMetadata, field, fieldBehaviorCatalog, fieldCatalog, fieldNameStr, fieldTypeFromValue, fieldsToObject, filterPipeEntries, filterSearchEntries, filterSearchesEntries, getAiModelBillingKey, getAiModelConnectionRequirements, getAiModelProviders, getAllAiModelProviders, getBasePipeName, getDefaultOutputFields, getDefaultPipeProviders, getDefaultSearchOutputFields, getDefaultSearchesOutputFields, getDependentPipeNamesForInputProperty, getDependentPipeNamesForPipe, getDomain, getExpansionState, getFaviconUrlGoogle, getField, getFieldBehavior, getFieldDisplayLabel, getFieldWidgets, getInitialSearchTableData, getInitialSearchesTableData, getInitialTableData, getInputHash, getJsonMetaForFieldDef, getLoweestSearchCreditAmount, getLoweestSearchesCreditAmount, getLowestPipeCreditAmount, getOutputFieldInfoFromDef, getPipeBillableOperationDef, getPipeCategoryEntries, getPipeCategoryEntry, getPipeClass, getPipeConfigHash, getPipeDefaultPayload, getPipeDocsURI, getPipeEntry, getPipeInstances, getPipePayloadFormConfig, getPipePayloadSchema, getPipeVersion, getProviderBillableOperation, getProviderCreditsFromBillableOperations, getProviderEntry, getReadableFieldStatus, getSandboxConnections, getSandboxConnectionsForPipe, getSandboxConnectionsForSearch, getSandboxConnectionsForSearches, getSearchCategoryEntries, getSearchCategoryEntry, getSearchClass, getSearchDefaultPayload, getSearchEntry, getSearchFieldWidgets, getSearchInstance, getSearchPayloadFormConfig, getSearchPayloadSchema, getSearchTableDataAggregates, getSearchVersion, getSearchesClass, getSearchesDefaultPayload, getSearchesEntry, getSearchesFieldWidgets, getSearchesInstances, getSearchesPayloadSchema, getSearchesTableDataAggregates, getSearchesVersion, getStartingCostPerPipesProvider, getStartingCostPerSearchProvider, getStartingCostPerSearchesProvider, getTableDataAggregates, getUnexpandedValue, ifDefined, inputFields, inputFromRecord, inputFromRecordArr, inputFromRecords, inputGuards, isCatalogField, isEmptyValue, isFieldName, isPipeAllowed, isProviderAllowed, isRequirementMet, isRequirementSatisfiedByRecord, isSearchAllowed, isSearchesAllowed, joinConnectionString, markRecordFieldAsComplete, markRecordFieldAsFailed, markRecordFieldAsNoResult, markRecordFieldAsPending, markRecordFieldAsProcessing, markRecordFieldAsSkipped, matchesAny, matchesPattern, mergeWidgets, noConnectorInput, optional, optionalConnectorInput, or, outputFields, parseLiquidTemplate, parseOutputTagArgs, parseRecordValueOrError, parseRichText, pipeCatalog, pipeCategoryCatalog, pipeClassCatalog, pipePayloadSchemaCatalog, pipesAsyncIncludeExcludeSelectInput, pipesContextSelectInput, pipesDateRangeInput, pipesFieldsSelectInput, pipesIncludeExcludeInput, pipesIncludeExcludeSelectInput, pipesInputField, pipesIntInput, pipesJsonExtractionInput, pipesJsonSchemaField, pipesKeyValueListInput, pipesLLMSelectInput, pipesMultiCreateInput, pipesMultiSelectInput, pipesNumberInput, pipesOptionalBooleanInput, pipesOrderedMultiCreateInput, pipesOutputField, pipesPayloadRegistry, pipesPromptInput, pipesProviderInput, pipesRangeInput, pipesRunIfInput, pipesSelectInput, pipesSnippetCatalog, pipesTaggedOrderedMultiCreateInput, pipesTaggedTextInput, pipesTemplateInput, pipesTextInput, pipesTextareaInput, placeholder, processInputObjects, providerCatalog, rateLimitRatioFallingProgression, renderLiquidTemplate, renderLiquidTemplateSync, requiredConnectorInput, requirementToInputFields, requirementUnmetMessage, requiresConnection, requiresField, searchCatalog, searchCategoryCatalog, searchClassCatalog, searchPayloadSchemaCatalog, searchSnippetCatalog, searchesAsyncIncludeExcludeSelectInput, searchesAsyncMultiSelectInput, searchesCatalog, searchesClassCatalog, searchesDateRangeInput, searchesExactRangeInput, searchesIncludeExcludeInput, searchesIncludeExcludeSelectInput, searchesIntInput, searchesMinMaxIntInput, searchesMultiCreateInput, searchesMultiSelectInput, searchesNumberField, searchesOptionalBooleanInput, searchesOptionalNullableBooleanInput, searchesOrderedMultiCreateInput, searchesOutputField, searchesPayloadRegistry, searchesPayloadSchemaCatalog, searchesRangeInput, searchesSelectInput, searchesTextInput, searchesTextareaField, sortObjectKeys, sortPipeCatalogByBasePipe, sortSearchCatalogByBaseSearch, sortSearchesCatalogByBaseSearch, splitConnectionString, staticAutocomplete, staticOptions, stringify, testPrint, transformIntoResponse, validatePipesOrError, validateSearches, validationErrorMessages };