@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.
Files changed (61) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +1 -1
  3. package/dist/fields/field-catalog.d.ts +8 -4
  4. package/dist/fields/json-meta/fields/clado-person-match-v2.d.ts +2 -2
  5. package/dist/fields/json-meta/fields/crustdata-person-match.d.ts +1 -0
  6. package/dist/form-generation/fields.d.ts +1 -1
  7. package/dist/index.js +115 -102
  8. package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +1 -1
  9. package/dist/pipes/catalog/entries/company-identity-2.d.ts +1 -1
  10. package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +1 -1
  11. package/dist/pipes/catalog/entries/company-match-crustdata-1.d.ts +1 -1
  12. package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +1 -1
  13. package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +1 -1
  14. package/dist/pipes/catalog/entries/company-overview-2.d.ts +1 -1
  15. package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +1 -1
  16. package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +1 -1
  17. package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +1 -1
  18. package/dist/pipes/catalog/entries/email-send-gmail.d.ts +1 -1
  19. package/dist/pipes/catalog/entries/email-send-resend-1.d.ts +1 -1
  20. package/dist/pipes/catalog/entries/email-write-1.d.ts +1 -1
  21. package/dist/pipes/catalog/entries/field-domainify-1.d.ts +1 -1
  22. package/dist/pipes/catalog/entries/field-slugify-1.d.ts +1 -1
  23. package/dist/pipes/catalog/entries/fields-merge-1.d.ts +1 -1
  24. package/dist/pipes/catalog/entries/json-extract-1.d.ts +1 -1
  25. package/dist/pipes/catalog/entries/message-send-slack-1.d.ts +1 -1
  26. package/dist/pipes/catalog/entries/message-write-1.d.ts +1 -1
  27. package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +1 -1
  28. package/dist/pipes/catalog/entries/people-email-validate-millionverifier-1.d.ts +1 -1
  29. package/dist/pipes/catalog/entries/people-email-validate-zerobounce-2.d.ts +1 -1
  30. package/dist/pipes/catalog/entries/people-identity-amplemarket-1.d.ts +1 -1
  31. package/dist/pipes/catalog/entries/people-identity-email-waterfall-1.d.ts +1 -1
  32. package/dist/pipes/catalog/entries/people-match-amplemarket-1.d.ts +1 -1
  33. package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +1 -1
  34. package/dist/pipes/catalog/entries/people-name-join-1.d.ts +1 -1
  35. package/dist/pipes/catalog/entries/people-name-split-1.d.ts +1 -1
  36. package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +1 -1
  37. package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +1 -1
  38. package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +1 -1
  39. package/dist/pipes/catalog/entries/people-posts-crustdata-1.d.ts +1 -1
  40. package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +1 -1
  41. package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +1 -1
  42. package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +1 -1
  43. package/dist/pipes/catalog/entries/people-profileurl-name-1.d.ts +1 -1
  44. package/dist/pipes/catalog/entries/people-workemail-profileurl-waterfall-1.d.ts +1 -1
  45. package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +1 -1
  46. package/dist/pipes/catalog/entries/prompt-run-1.d.ts +1 -1
  47. package/dist/pipes/catalog/entries/sheet-row-append-1.d.ts +1 -1
  48. package/dist/pipes/catalog/entries/sheet-row-append-sheet-1.d.ts +1 -1
  49. package/dist/pipes/catalog/entries/sheet-row-expandappend-1.d.ts +1 -1
  50. package/dist/pipes/catalog/entries/template-fill-1.d.ts +1 -1
  51. package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +1 -1
  52. package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +1 -1
  53. package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +1 -1
  54. package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +1 -1
  55. package/dist/pipes/catalog/pipe.d.ts +4 -2
  56. package/dist/pipes/catalog/pipes-catalog.d.ts +94 -94
  57. package/dist/pipes/catalog/utils/index.d.ts +1 -0
  58. package/dist/searches/catalog/entries/{people-profiles-clado-2.d.ts → deprecated/people-profiles-clado-2.d.ts} +10 -7
  59. package/dist/searches/catalog/searches-catalog.d.ts +12 -6
  60. package/dist/searches/catalog/utils/index.d.ts +2 -1
  61. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9735,7 +9735,7 @@ var RecommendationSchema = object({
9735
9735
  answer: string$1().nullable()
9736
9736
  });
9737
9737
  const CladoPersonMatchV2Schema = object({
9738
- profile: ProfileSchema,
9738
+ profile: ProfileSchema.nullable(),
9739
9739
  experience: array(ExperienceSchema),
9740
9740
  education: array(EducationSchema),
9741
9741
  languages: array(LanguageSchema),
@@ -11612,6 +11612,7 @@ const CladoPersonMatchV2Schema = object({
11612
11612
  open_to_cards: array(string$1()),
11613
11613
  profile_language: string$1().optional(),
11614
11614
  linkedin_profile_url: string$1().url(),
11615
+ linkedin_flagship_url: string$1().optional().nullable(),
11615
11616
  flagship_profile_url: string$1().url().optional(),
11616
11617
  profile_picture_url: string$1().url().optional(),
11617
11618
  profile_picture_permalink: string$1().url().optional(),
@@ -12356,7 +12357,7 @@ function isEmptyValue(n, { isNullEmpty: r } = { isNullEmpty: !1 }) {
12356
12357
  }
12357
12358
  return !1;
12358
12359
  }
12359
- function getBaseSearchName(n) {
12360
+ function getBaseSearchName$1(n) {
12360
12361
  return n.split("@")[0];
12361
12362
  }
12362
12363
  const ProfileFieldSchema = object({
@@ -16924,11 +16925,11 @@ var require_json_schema_traverse = /* @__PURE__ */ __commonJSMin(((n, r) => {
16924
16925
  let s = i[o];
16925
16926
  if (typeof s == "object" && (0, a.shouldUseRule)(n.schema, s)) {
16926
16927
  let { type: i } = s.definition;
16927
- i.length && !i.some((n) => WI(r, n)) && U(n, `missing type "${i.join(",")}" for keyword "${o}"`);
16928
+ i.length && !i.some((n) => qI(r, n)) && U(n, `missing type "${i.join(",")}" for keyword "${o}"`);
16928
16929
  }
16929
16930
  }
16930
16931
  }
16931
- function WI(n, r) {
16932
+ function qI(n, r) {
16932
16933
  return n.includes(r) || r === "number" && n.includes("integer");
16933
16934
  }
16934
16935
  function V(n, r) {
@@ -19401,7 +19402,7 @@ function getJsonMetaForFieldDef(n, r, i) {
19401
19402
  exampleValue: c.jsonMeta.exampleValue || null
19402
19403
  } : a;
19403
19404
  }
19404
- const pipesPayloadRegistry = registry$1(), searchesPayloadRegistry = registry$1(), isIProvidersField = (n) => n.type === "providers_input", isFieldsSelectInput = (n) => n.type === "fields_select_input", isJsonExtractionField = (n) => n.type === "json_extraction_input", isPipeTriggerField = (n) => n.type === "pipes_trigger_input", isConnectorField = (n) => n.type === "connector_input", isIncludeExcludeField = (n) => n.type === "include_exclude_input", isIncludeExcludeSelectField = (n) => n.type === "include_exclude_select_input", isExactRangeField = (n) => n.type === "exact_range_input", isRangeField = (n) => n.type === "range_input", isDateRangeField = (n) => n.type === "date_range_input", isBooleanField = (n) => n.type === "boolean_input", isTextField = (n) => n.type === "text_input", isTemplateInputField = (n) => n.type === "template_input", isOutputField = (n) => n.type === "output_field_input", isTextareaField = (n) => n.type === "textarea_input", isPromptField = (n) => n.type === "prompt_input", isSelectField = (n) => n.type === "select_input", isMultiSelectField = (n) => n.type === "multi_select_input", isAsyncMultiSelectField = (n) => n.type === "async_multi_select_input", isMultiCreateField = (n) => n.type === "multi_create_input", isOrderedMultiCreateField = (n) => n.type === "ordered_multi_create_input", isIntegerField = (n) => n.type === "int_input", isNumberField = (n) => n.type === "number_input", isJsonSchemaInput = (n) => n.type === "json_schema_input";
19405
+ const pipesPayloadRegistry = registry$1(), searchesPayloadRegistry = registry$1(), isProvidersField = (n) => n.type === "providers_input", isFieldsSelectInput = (n) => n.type === "fields_select_input", isJsonExtractionField = (n) => n.type === "json_extraction_input", isPipeTriggerField = (n) => n.type === "pipes_trigger_input", isConnectorField = (n) => n.type === "connector_input", isIncludeExcludeField = (n) => n.type === "include_exclude_input", isIncludeExcludeSelectField = (n) => n.type === "include_exclude_select_input", isExactRangeField = (n) => n.type === "exact_range_input", isRangeField = (n) => n.type === "range_input", isDateRangeField = (n) => n.type === "date_range_input", isBooleanField = (n) => n.type === "boolean_input", isTextField = (n) => n.type === "text_input", isTemplateInputField = (n) => n.type === "template_input", isOutputField = (n) => n.type === "output_field_input", isTextareaField = (n) => n.type === "textarea_input", isPromptField = (n) => n.type === "prompt_input", isSelectField = (n) => n.type === "select_input", isMultiSelectField = (n) => n.type === "multi_select_input", isAsyncMultiSelectField = (n) => n.type === "async_multi_select_input", isMultiCreateField = (n) => n.type === "multi_create_input", isOrderedMultiCreateField = (n) => n.type === "ordered_multi_create_input", isIntegerField = (n) => n.type === "int_input", isNumberField = (n) => n.type === "number_input", isJsonSchemaInput = (n) => n.type === "json_schema_input";
19405
19406
  var multiCreateInput = (n, r) => {
19406
19407
  let i = array(string$1());
19407
19408
  return n.maxItems && (i = i.max(n.maxItems)), i = n.minItems ? i.min(n.minItems) : i.default([]), r.add(i, {
@@ -23135,6 +23136,9 @@ function markRecordFieldAsProcessing(n) {
23135
23136
  function getBasePipeName(n) {
23136
23137
  return n.split("@")[0];
23137
23138
  }
23139
+ function getPipeDocsURI(n) {
23140
+ return `/docs/pipes/pipes-catalog/${getBasePipeName(n)}/${n.split("@")[1]}`;
23141
+ }
23138
23142
  function catalogInput(n, r) {
23139
23143
  return {
23140
23144
  name: n.name,
@@ -23214,7 +23218,7 @@ const CompanyFundingHistoryPipeClass1 = class extends Pipe {
23214
23218
  lifecycle: null,
23215
23219
  description: "Information on funding rounds, acquisition, competitors, and investors.",
23216
23220
  tags: [CATALOG_TAGS.FINANCIAL_DATA],
23217
- docPath: "/resources/pipe-catalog/company:funding:leadmagic/1",
23221
+ docPath: getPipeDocsURI(pipeId$55),
23218
23222
  billableOperations: BILLABLE_OPERATIONS$55,
23219
23223
  inputFieldMode: "static",
23220
23224
  outputFieldMode: "static",
@@ -23347,7 +23351,7 @@ const CompanyIdentity2PipeClass = class extends Pipe {
23347
23351
  lifecycle: null,
23348
23352
  description: "Find any company's website URL, LinkedIn profile URL, and cleaned name.",
23349
23353
  tags: [CATALOG_TAGS.WEBSITE, CATALOG_TAGS.LINKEDIN],
23350
- docPath: "/resources/pipe-catalog/company:identity/2",
23354
+ docPath: getPipeDocsURI(pipeId$54),
23351
23355
  billableOperations: BILLABLE_OPERATIONS$54,
23352
23356
  allowedUserConnectionProviders: [],
23353
23357
  managedProviders: ["pipe0"],
@@ -23450,7 +23454,7 @@ const CompanyLookalikesPipeClass1 = class extends Pipe {
23450
23454
  lifecycle: null,
23451
23455
  description: "Find companies similar to the company you provide as input.",
23452
23456
  tags: [CATALOG_TAGS.COMPANY_PROFILES],
23453
- docPath: "/resources/pipe-catalog/company:lookalikes:companyenrich/1",
23457
+ docPath: getPipeDocsURI(pipeId$53),
23454
23458
  billableOperations: BILLABLE_OPERATIONS$53,
23455
23459
  allowedUserConnectionProviders: ["companyenrich"],
23456
23460
  managedProviders: ["companyenrich"],
@@ -23537,7 +23541,7 @@ const CompanyMatchLogoDevPipeClass1 = class extends Pipe {
23537
23541
  lifecycle: null,
23538
23542
  description: "Find brand data like logos, colors, and social links via the Logo.dev API.",
23539
23543
  tags: [CATALOG_TAGS.WEBSITE, CATALOG_TAGS.LINKEDIN],
23540
- docPath: "/resources/pipe-catalog/company:match:logodev/1",
23544
+ docPath: getPipeDocsURI(pipeId$52),
23541
23545
  billableOperations: BILLABLE_OPERATIONS$52,
23542
23546
  allowedUserConnectionProviders: ["logodev"],
23543
23547
  managedProviders: ["logodev"],
@@ -23627,7 +23631,7 @@ const CompanyNewsSummaryWebsite1PipeClass = class extends Pipe {
23627
23631
  lifecycle: null,
23628
23632
  description: "Find recent company news by performing a search and scrape.",
23629
23633
  tags: [CATALOG_TAGS.NEWS],
23630
- docPath: "/resources/pipe-catalog/company:newssummary:website/1",
23634
+ docPath: getPipeDocsURI(pipeId$51),
23631
23635
  billableOperations: BILLABLE_OPERATIONS$51,
23632
23636
  allowedUserConnectionProviders: [],
23633
23637
  managedProviders: ["pipe0"],
@@ -23738,7 +23742,7 @@ const CompanyOverviewPipeClass2 = class extends Pipe {
23738
23742
  categories: ["company_data"],
23739
23743
  lifecycle: null,
23740
23744
  description: "Business description, industry, and financial information.",
23741
- docPath: "/resources/pipe-catalog/company:overview/2",
23745
+ docPath: getPipeDocsURI(pipeId$50),
23742
23746
  tags: [
23743
23747
  CATALOG_TAGS.WEBSITE,
23744
23748
  CATALOG_TAGS.LINKEDIN,
@@ -23856,7 +23860,7 @@ const WebsiteGetTechnologiesStackBuiltWith1PipeClass = class extends Pipe {
23856
23860
  tags: [CATALOG_TAGS.WEBSITE],
23857
23861
  inputFieldMode: "static",
23858
23862
  outputFieldMode: "static",
23859
- docPath: "/resources/pipe-catalog/company:techstack:builtwith/1",
23863
+ docPath: getPipeDocsURI(pipeId$49),
23860
23864
  billableOperations: BILLABLE_OPERATIONS$49,
23861
23865
  defaultInputGroups: getDefaultInputGroups$42(null),
23862
23866
  defaultPayload: {
@@ -23944,7 +23948,7 @@ const CompanyWebsiteUrlEmail1PipeClass = class extends Pipe {
23944
23948
  CATALOG_TAGS.WORK_EMAIL,
23945
23949
  CATALOG_TAGS.WEBSITE
23946
23950
  ],
23947
- docPath: "/resources/pipe-catalog/company:websiteurl:email/1",
23951
+ docPath: getPipeDocsURI(pipeId$48),
23948
23952
  allowedUserConnectionProviders: [],
23949
23953
  managedProviders: ["pipe0"],
23950
23954
  billableOperations: BILLABLE_OPERATIONS$48,
@@ -24040,7 +24044,7 @@ const ActionAddContactResendPipeClass1 = class extends Pipe {
24040
24044
  lifecycle: null,
24041
24045
  description: "Create a contact inside a Resend audience.",
24042
24046
  tags: [CATALOG_TAGS.EMAIL],
24043
- docPath: "/resources/pipe-catalog/contact:create:resend/1",
24047
+ docPath: getPipeDocsURI(pipeId$47),
24044
24048
  billableOperations: BILLABLE_OPERATIONS$47,
24045
24049
  inputFieldMode: "static",
24046
24050
  outputFieldMode: "static",
@@ -25082,7 +25086,7 @@ const ActionSendMailGmailPipeClass1 = class extends Pipe {
25082
25086
  lifecycle: null,
25083
25087
  description: "Send an email with Gmail",
25084
25088
  tags: [CATALOG_TAGS.EMAIL],
25085
- docPath: "/resources/pipe-catalog/email:send:gmail/1",
25089
+ docPath: getPipeDocsURI(pipeId$37),
25086
25090
  billableOperations: BILLABLE_OPERATIONS$37,
25087
25091
  inputFieldMode: "static",
25088
25092
  outputFieldMode: "static",
@@ -25195,7 +25199,7 @@ const ActionSendMailResend1PipeClass = class extends Pipe {
25195
25199
  lifecycle: null,
25196
25200
  description: "Send an email with Resend",
25197
25201
  tags: [CATALOG_TAGS.EMAIL],
25198
- docPath: "/resources/pipe-catalog/email:send:resend/1",
25202
+ docPath: getPipeDocsURI(pipeId$36),
25199
25203
  billableOperations: BILLABLE_OPERATIONS$36,
25200
25204
  inputFieldMode: "static",
25201
25205
  outputFieldMode: "static",
@@ -25998,7 +26002,7 @@ const EmailWrite1PipeClass = class extends Pipe {
25998
26002
  lifecycle: null,
25999
26003
  description: "An AI agent specialized in composing emails.",
26000
26004
  tags: [CATALOG_TAGS.AI],
26001
- docPath: "/resources/pipe-catalog/email:write/1",
26005
+ docPath: getPipeDocsURI(pipeId$35),
26002
26006
  defaultInputGroups: [],
26003
26007
  billableOperations: BILLABLE_OPERATIONS$35,
26004
26008
  allowedUserConnectionProviders: ["gemini", "openai"],
@@ -26110,7 +26114,7 @@ const FieldsOrPipeClass1 = class extends Pipe {
26110
26114
  lifecycle: null,
26111
26115
  description: "Join multiple fields into one field. The final result will be the first defined field.",
26112
26116
  tags: [CATALOG_TAGS.FIELDS, CATALOG_TAGS.LOGIC],
26113
- docPath: "/resources/pipe-catalog/fields:merge/1",
26117
+ docPath: getPipeDocsURI(pipeId$34),
26114
26118
  defaultInputGroups: [],
26115
26119
  billableOperations: BILLABLE_OPERATIONS$34,
26116
26120
  allowedUserConnectionProviders: [],
@@ -26195,7 +26199,7 @@ const JSONExtract1PipeClass = class extends Pipe {
26195
26199
  categories: ["tools"],
26196
26200
  lifecycle: null,
26197
26201
  description: "Extract nested JSON properties into new output fields.",
26198
- docPath: "/resources/pipe-catalog/json:extract/1",
26202
+ docPath: getPipeDocsURI(pipeId$33),
26199
26203
  tags: [CATALOG_TAGS.JSON],
26200
26204
  managedProviders: ["pipe0"],
26201
26205
  allowedUserConnectionProviders: [],
@@ -26274,7 +26278,7 @@ const MessageSendSlackPipeClass1 = class extends Pipe {
26274
26278
  lifecycle: null,
26275
26279
  description: "Send a Slack message to a channel by ID.",
26276
26280
  tags: [CATALOG_TAGS.CHAT],
26277
- docPath: "/resources/pipe-catalog/message:send:slack/1",
26281
+ docPath: getPipeDocsURI(pipeId$32),
26278
26282
  billableOperations: BILLABLE_OPERATIONS$32,
26279
26283
  inputFieldMode: "static",
26280
26284
  outputFieldMode: "static",
@@ -26434,7 +26438,7 @@ const MessageWritePipeClass1 = class extends Pipe {
26434
26438
  lifecycle: null,
26435
26439
  description: "An AI agent specialized in composing messages for modern workplace communication platforms (Slack, Teams, Discord, etc.)",
26436
26440
  tags: [CATALOG_TAGS.AI],
26437
- docPath: "/resources/pipe-catalog/message:write/1",
26441
+ docPath: getPipeDocsURI(pipeId$31),
26438
26442
  defaultInputGroups: [],
26439
26443
  billableOperations: BILLABLE_OPERATIONS$31,
26440
26444
  allowedUserConnectionProviders: ["gemini", "openai"],
@@ -26506,7 +26510,7 @@ const PeopleIsWorkEmail1PipeClass = class extends Pipe {
26506
26510
  lifecycle: null,
26507
26511
  description: "Check if a given email address is personal or professional.",
26508
26512
  tags: [CATALOG_TAGS.EMAIL, CATALOG_TAGS.WORK_EMAIL],
26509
- docPath: "/resources/pipe-catalog/people:email:iswork/1",
26513
+ docPath: getPipeDocsURI(pipeId$30),
26510
26514
  billableOperations: BILLABLE_OPERATIONS$30,
26511
26515
  basePipe: getBasePipeName(pipeId$30),
26512
26516
  allowedUserConnectionProviders: [],
@@ -26587,7 +26591,7 @@ const PeopleEmailValidateMillionVerifierPipeClass1 = class extends Pipe {
26587
26591
  lifecycle: null,
26588
26592
  description: "Verify email addresses to ensure is deliverability.",
26589
26593
  tags: [CATALOG_TAGS.EMAIL],
26590
- docPath: "/resources/pipe-catalog/people:email:validate:millionverifier/1",
26594
+ docPath: getPipeDocsURI(pipeId$29),
26591
26595
  billableOperations: BILLABLE_OPERATIONS$29,
26592
26596
  inputFieldMode: "static",
26593
26597
  outputFieldMode: "static",
@@ -26673,7 +26677,7 @@ const PeopleEmailValidateZeroBouncePipeClass2 = class extends Pipe {
26673
26677
  lifecycle: null,
26674
26678
  description: "Verify email address against various factors, including syntax, domain, and server existence, to ensure it is deliverable and active.",
26675
26679
  tags: [CATALOG_TAGS.EMAIL],
26676
- docPath: "/resources/pipe-catalog/people:email:validate:zerobounce/2",
26680
+ docPath: getPipeDocsURI(pipeId$28),
26677
26681
  billableOperations: BILLABLE_OPERATIONS$28,
26678
26682
  inputFieldMode: "static",
26679
26683
  outputFieldMode: "static",
@@ -26770,7 +26774,7 @@ const PeopleMatchRoleWaterfallPipeClass1 = class extends Pipe {
26770
26774
  lifecycle: null,
26771
26775
  description: "Find role matches for a given companies like \"CEO\" or \"CFO\".",
26772
26776
  tags: [CATALOG_TAGS.PEOPLE_PROFILES],
26773
- docPath: "/resources/pipe-catalog/people:match:role:waterfall/1",
26777
+ docPath: getPipeDocsURI(pipeId$27),
26774
26778
  billableOperations: BILLABLE_OPERATIONS$27,
26775
26779
  inputFieldMode: "static",
26776
26780
  outputFieldMode: "static",
@@ -26850,7 +26854,7 @@ const PeopleJoinName1PipeClass = class extends Pipe {
26850
26854
  lifecycle: null,
26851
26855
  description: "Combine the first and last names of a prospect into a full name field.",
26852
26856
  tags: [CATALOG_TAGS.NAMES],
26853
- docPath: "/resources/pipe-catalog/people:name:join/1",
26857
+ docPath: getPipeDocsURI(pipeId$26),
26854
26858
  billableOperations: BILLABLE_OPERATIONS$26,
26855
26859
  defaultInputGroups: getDefaultInputGroups$23(null),
26856
26860
  inputFieldMode: "static",
@@ -26934,7 +26938,7 @@ const PeopleSplitName1PipeClass = class extends Pipe {
26934
26938
  lifecycle: null,
26935
26939
  description: "Split a full name into first and last name.",
26936
26940
  tags: [CATALOG_TAGS.NAMES],
26937
- docPath: "https://pipe0.com/resources/pipe-catalog/people:name:split/1",
26941
+ docPath: getPipeDocsURI(pipeId$25),
26938
26942
  billableOperations: BILLABLE_OPERATIONS$25,
26939
26943
  inputFieldMode: "static",
26940
26944
  outputFieldMode: "static",
@@ -27039,7 +27043,7 @@ const PeoplePersonalEmailProfileWaterfall1PipeClass = class extends Pipe {
27039
27043
  lifecycle: null,
27040
27044
  description: "Find the personal email address of a prospect by using a professional profile URL as input.",
27041
27045
  tags: [CATALOG_TAGS.EMAIL, CATALOG_TAGS.PERSONAL_EMAIL],
27042
- docPath: "/resources/pipe-catalog/people:personalemail:profile:waterfall/1",
27046
+ docPath: getPipeDocsURI(pipeId$24),
27043
27047
  billableOperations: BILLABLE_OPERATIONS$24,
27044
27048
  defaultInputGroups: getDefaultInputGroups$21(null),
27045
27049
  inputFieldMode: "static",
@@ -27158,7 +27162,7 @@ const PeoplePhoneProfileWaterfall1PipeClass = class extends Pipe {
27158
27162
  categories: ["people_data"],
27159
27163
  lifecycle: null,
27160
27164
  description: "Find a mobile phone number for any prospect using multiple data providers in a waterfall motion.",
27161
- docPath: "/resources/pipe-catalog/people:phone:profile:waterfall/1",
27165
+ docPath: getPipeDocsURI(pipeId$23),
27162
27166
  tags: [CATALOG_TAGS.PHONE, CATALOG_TAGS.WATERFALL],
27163
27167
  billableOperations: BILLABLE_OPERATIONS$23,
27164
27168
  defaultInputGroups: getDefaultInputGroups$20(null),
@@ -27240,7 +27244,7 @@ const PeoplePhoneWorkEmailWaterfall1PipeClass = class extends Pipe {
27240
27244
  lifecycle: null,
27241
27245
  description: "Find a mobile phone number for a prospect.",
27242
27246
  tags: [CATALOG_TAGS.PHONE, CATALOG_TAGS.WATERFALL],
27243
- docPath: "/resources/pipe-catalog/people:phone:workemail:waterfall/1",
27247
+ docPath: getPipeDocsURI(pipeId$22),
27244
27248
  billableOperations: BILLABLE_OPERATIONS$22,
27245
27249
  defaultInputGroups: getDefaultInputGroups$19(null),
27246
27250
  inputFieldMode: "static",
@@ -27337,7 +27341,7 @@ const PeoplePostsCrustdataPipeClass1 = class extends Pipe {
27337
27341
  lifecycle: null,
27338
27342
  description: "Find list of recent LinkedIn posts.",
27339
27343
  tags: [CATALOG_TAGS.LINKEDIN],
27340
- docPath: "/resources/pipe-catalog/people:posts:crustdata/1",
27344
+ docPath: getPipeDocsURI(pipeId$21),
27341
27345
  billableOperations: BILLABLE_OPERATIONS$21,
27342
27346
  allowedUserConnectionProviders: ["crustdata"],
27343
27347
  managedProviders: ["crustdata"],
@@ -27447,7 +27451,7 @@ const PeopleProfileWaterfall1PipeClass = class extends Pipe {
27447
27451
  categories: ["people_data"],
27448
27452
  lifecycle: null,
27449
27453
  description: "Find a JSON representation of a LinkedIn profile.",
27450
- docPath: "/resources/pipe-catalog/people:profile:waterfall/1",
27454
+ docPath: getPipeDocsURI(pipeId$20),
27451
27455
  tags: [CATALOG_TAGS.LINKEDIN, CATALOG_TAGS.WATERFALL],
27452
27456
  managedProviders: providers$1,
27453
27457
  allowedUserConnectionProviders: providers$1,
@@ -27533,7 +27537,7 @@ const PeopleProfileWorkemailCrustdataPipeClass1 = class extends Pipe {
27533
27537
  lifecycle: null,
27534
27538
  description: "Find person profile by their work email address.",
27535
27539
  tags: [CATALOG_TAGS.EMAIL, CATALOG_TAGS.PEOPLE_PROFILES],
27536
- docPath: "/resources/pipe-catalog/people:profile:workemail:crustdata/1",
27540
+ docPath: getPipeDocsURI(pipeId$19),
27537
27541
  billableOperations: BILLABLE_OPERATIONS$19,
27538
27542
  allowedUserConnectionProviders: ["crustdata"],
27539
27543
  managedProviders: ["crustdata"],
@@ -27625,7 +27629,7 @@ const PeopleProfileUrlEmailWaterfall1PipeClass = class extends Pipe {
27625
27629
  lifecycle: null,
27626
27630
  description: "Find the URL for a prospect's LinkedIn profile from their personal or professional email address.",
27627
27631
  tags: [CATALOG_TAGS.LINKEDIN],
27628
- docPath: "/resources/pipe-catalog/people:profileurl:email:waterfall/1",
27632
+ docPath: getPipeDocsURI(pipeId$18),
27629
27633
  billableOperations: BILLABLE_OPERATIONS$18,
27630
27634
  inputFieldMode: "static",
27631
27635
  outputFieldMode: "static",
@@ -27716,7 +27720,7 @@ const PeopleProfileUrlName1PipeClass = class extends Pipe {
27716
27720
  allowedUserConnectionProviders: [],
27717
27721
  managedProviders: ["pipe0"],
27718
27722
  description: "Find the LinkedIn profile URL by using the prospect's name as input.",
27719
- docPath: "/resources/pipe-catalog/people:profileurl:name/1",
27723
+ docPath: getPipeDocsURI(pipeId$17),
27720
27724
  tags: [CATALOG_TAGS.LINKEDIN],
27721
27725
  billableOperations: BILLABLE_OPERATIONS$17,
27722
27726
  defaultInputGroups: getDefaultInputGroups$14(null),
@@ -27885,7 +27889,7 @@ const PoepleWorkEmailWaterfallPipeClass1 = class extends Pipe {
27885
27889
  CATALOG_TAGS.WORK_EMAIL,
27886
27890
  CATALOG_TAGS.WATERFALL
27887
27891
  ],
27888
- docPath: "/resources/pipe-catalog/people:workemail:waterfall/1",
27892
+ docPath: getPipeDocsURI(pipeId$16),
27889
27893
  managedProviders: PROVIDERS$2,
27890
27894
  allowedUserConnectionProviders: PROVIDERS$2,
27891
27895
  inputFieldMode: "static",
@@ -28060,7 +28064,7 @@ const RunPrompt1PipeClass = class extends Pipe {
28060
28064
  lifecycle: null,
28061
28065
  description: "Executes configurable AI prompts with structured output fields.",
28062
28066
  tags: [CATALOG_TAGS.AI],
28063
- docPath: "/resources/pipe-catalog/prompt:run/1",
28067
+ docPath: getPipeDocsURI(pipeId$15),
28064
28068
  defaultInputGroups: [],
28065
28069
  billableOperations: BILLABLE_OPERATIONS$15,
28066
28070
  allowedUserConnectionProviders: ["gemini", "openai"],
@@ -28177,7 +28181,7 @@ const SheetAddItemsPipeClass1 = class extends Pipe {
28177
28181
  allowedUserConnectionProviders: ["pipe0"],
28178
28182
  managedProviders: [],
28179
28183
  description: "Add rows to fixed pipe0 sheet.",
28180
- docPath: "/resources/pipe-catalog/sheet:row:append/1",
28184
+ docPath: getPipeDocsURI(pipeId$14),
28181
28185
  tags: [CATALOG_TAGS.FIELDS],
28182
28186
  billableOperations: BILLABLE_OPERATIONS$14,
28183
28187
  defaultInputGroups: [],
@@ -28285,7 +28289,7 @@ const SheetExpandAppendPipeClass1 = class extends Pipe {
28285
28289
  allowedUserConnectionProviders: ["pipe0"],
28286
28290
  managedProviders: [],
28287
28291
  description: "Expand a list of nested objects into sheet rows.",
28288
- docPath: "/resources/pipe-catalog/sheet:row:expandappend/1",
28292
+ docPath: getPipeDocsURI(pipeId$13),
28289
28293
  tags: [CATALOG_TAGS.FIELDS],
28290
28294
  billableOperations: BILLABLE_OPERATIONS$13,
28291
28295
  defaultInputGroups: [],
@@ -28370,7 +28374,7 @@ const TemplateFillPipeClass1 = class extends Pipe {
28370
28374
  lifecycle: null,
28371
28375
  description: "Replaces template tags like {{ input name type=\"string\" }} with actual values.",
28372
28376
  tags: [CATALOG_TAGS.TEXT],
28373
- docPath: "/resources/pipe-catalog/template:fill/1",
28377
+ docPath: getPipeDocsURI(pipeId$12),
28374
28378
  defaultInputGroups: [],
28375
28379
  billableOperations: BILLABLE_OPERATIONS$12,
28376
28380
  allowedUserConnectionProviders: [],
@@ -28479,7 +28483,7 @@ const WebsiteExtractFirecrawlPipeClass1 = class extends Pipe {
28479
28483
  lifecycle: null,
28480
28484
  description: "Perform advanced AI scraping to extract data from any website. Search all subdomains and combine scraped data with search results.",
28481
28485
  tags: [CATALOG_TAGS.SCRAPE],
28482
- docPath: "/resources/pipe-catalog/website:extract:firecrawl/1",
28486
+ docPath: getPipeDocsURI(pipeId$11),
28483
28487
  billableOperations: BILLABLE_OPERATIONS$11,
28484
28488
  inputFieldMode: "static",
28485
28489
  outputFieldMode: "static",
@@ -28598,7 +28602,7 @@ const WebsiteMappedLinksFireCrawlPipeClass1 = class extends Pipe {
28598
28602
  lifecycle: null,
28599
28603
  description: "Input a website and get all internal URLs on the website. Results do not include links to external pages.",
28600
28604
  tags: [CATALOG_TAGS.SCRAPE],
28601
- docPath: "/resources/pipe-catalog/website:maplinks:firecrawl/1",
28605
+ docPath: getPipeDocsURI(pipeId$10),
28602
28606
  billableOperations: BILLABLE_OPERATIONS$10,
28603
28607
  inputFieldMode: "static",
28604
28608
  outputFieldMode: "static",
@@ -28692,7 +28696,7 @@ const WebsiteScrapeFireCrawlPipeClass1 = class extends Pipe {
28692
28696
  lifecycle: null,
28693
28697
  description: "Turn any URL into clean data.",
28694
28698
  tags: [CATALOG_TAGS.SCRAPE],
28695
- docPath: "/resources/pipe-catalog/website:scrape:firecrawl/1",
28699
+ docPath: getPipeDocsURI(pipeId$9),
28696
28700
  billableOperations: BILLABLE_OPERATIONS$9,
28697
28701
  inputFieldMode: "static",
28698
28702
  outputFieldMode: "static",
@@ -28816,7 +28820,7 @@ const WebsiteScrapeListFireCrawlPipeClass1 = class extends Pipe {
28816
28820
  lifecycle: null,
28817
28821
  description: "Turn a list of URLs into clean scraped data.",
28818
28822
  tags: [CATALOG_TAGS.SCRAPE],
28819
- docPath: "/resources/pipe-catalog/website:scrapelist:firecrawl/1",
28823
+ docPath: getPipeDocsURI(pipeId$8),
28820
28824
  billableOperations: BILLABLE_OPERATIONS$8,
28821
28825
  inputFieldMode: "static",
28822
28826
  outputFieldMode: "static",
@@ -28974,7 +28978,7 @@ const PoepleWorkEmailProfileUrlWaterfallPipeClass1 = class extends Pipe {
28974
28978
  CATALOG_TAGS.WORK_EMAIL,
28975
28979
  CATALOG_TAGS.WATERFALL
28976
28980
  ],
28977
- docPath: "/resources/pipe-catalog/people:workemail:profileurl:waterfall/1",
28981
+ docPath: getPipeDocsURI(pipeId$7),
28978
28982
  managedProviders: PROVIDERS$1,
28979
28983
  allowedUserConnectionProviders: PROVIDERS$1,
28980
28984
  inputFieldMode: "static",
@@ -29103,7 +29107,7 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
29103
29107
  lifecycle: null,
29104
29108
  description: "Find identity of a person from their email address.",
29105
29109
  tags: [CATALOG_TAGS.EMAIL, CATALOG_TAGS.PEOPLE_PROFILES],
29106
- docPath: "/resources/pipe-catalog/people:identity:email:waterfall/1",
29110
+ docPath: getPipeDocsURI(pipeId$6),
29107
29111
  managedProviders: PROVIDERS,
29108
29112
  allowedUserConnectionProviders: PROVIDERS,
29109
29113
  inputFieldMode: "static",
@@ -29204,7 +29208,7 @@ const CompanyMatchCrustdataPipeClass1 = class extends Pipe {
29204
29208
  lifecycle: null,
29205
29209
  description: "Company data like headcount distribution, LinkedIn URLs etc. via the Crustdata API.",
29206
29210
  tags: [CATALOG_TAGS.WEBSITE, CATALOG_TAGS.LINKEDIN],
29207
- docPath: "/resources/pipe-catalog/company:match:crustdata/1",
29211
+ docPath: getPipeDocsURI(pipeId$5),
29208
29212
  billableOperations: BILLABLE_OPERATIONS$5,
29209
29213
  allowedUserConnectionProviders: ["crustdata"],
29210
29214
  managedProviders: ["crustdata"],
@@ -29280,7 +29284,7 @@ const PeopleIdentityAmpleMarketPipeClass1 = class extends Pipe {
29280
29284
  lifecycle: null,
29281
29285
  description: "Find information on a person based on their email",
29282
29286
  tags: [CATALOG_TAGS.PEOPLE_PROFILES],
29283
- docPath: "/resources/pipe-catalog/people:identity:amplemarket/1",
29287
+ docPath: getPipeDocsURI(pipeId$4),
29284
29288
  billableOperations: BILLABLE_OPERATIONS$4,
29285
29289
  allowedUserConnectionProviders: ["amplemarket"],
29286
29290
  managedProviders: [],
@@ -29401,7 +29405,7 @@ const SheetAppendSheetPipeClass1 = class extends Pipe {
29401
29405
  allowedUserConnectionProviders: ["pipe0"],
29402
29406
  managedProviders: [],
29403
29407
  description: "Append rows to a dynamically provided pipe0 sheet. Optionally upsert sheets.",
29404
- docPath: "/resources/pipe-catalog/sheet:row:append:sheet/1",
29408
+ docPath: getPipeDocsURI(pipeId$3),
29405
29409
  tags: [CATALOG_TAGS.FIELDS],
29406
29410
  billableOperations: BILLABLE_OPERATIONS$3,
29407
29411
  defaultInputGroups: [],
@@ -29487,7 +29491,7 @@ const FieldsSlugifyPipeClass1 = class extends Pipe {
29487
29491
  lifecycle: null,
29488
29492
  description: "Strip a field value of characters not commonly found in slugs.",
29489
29493
  tags: [CATALOG_TAGS.LOGIC, CATALOG_TAGS.FIELDS],
29490
- docPath: "/resources/pipe-catalog/field:slugify/1",
29494
+ docPath: getPipeDocsURI(pipeId$2),
29491
29495
  billableOperations: BILLABLE_OPERATIONS$2,
29492
29496
  defaultInputGroups: getDefaultInputGroups$2(null),
29493
29497
  inputFieldMode: "static",
@@ -29561,7 +29565,7 @@ const FieldsDomainifyPipeClass1 = class extends Pipe {
29561
29565
  lifecycle: null,
29562
29566
  description: "Transform URL input into a domain. Example: 'https://go.com' to 'go.com'.",
29563
29567
  tags: [CATALOG_TAGS.LOGIC, CATALOG_TAGS.FIELDS],
29564
- docPath: "/resources/pipe-catalog/fields:domainify/1",
29568
+ docPath: getPipeDocsURI(pipeId$1),
29565
29569
  billableOperations: BILLABLE_OPERATIONS$1,
29566
29570
  defaultInputGroups: getDefaultInputGroups$1(null),
29567
29571
  inputFieldMode: "static",
@@ -29639,7 +29643,7 @@ const PeopleMatchAmpleMarketPipeClass1 = class extends Pipe {
29639
29643
  lifecycle: null,
29640
29644
  description: "Find information on a person based on their LinkedIn profile URL.",
29641
29645
  tags: [CATALOG_TAGS.PEOPLE_PROFILES],
29642
- docPath: "/resources/pipe-catalog/people:match:amplemarket/1",
29646
+ docPath: getPipeDocsURI(pipeId),
29643
29647
  billableOperations: BILLABLE_OPERATIONS,
29644
29648
  allowedUserConnectionProviders: ["amplemarket"],
29645
29649
  managedProviders: [],
@@ -30074,6 +30078,12 @@ var Search = class {
30074
30078
  return getSearchHashKey(this.searchId, this.payload);
30075
30079
  }
30076
30080
  };
30081
+ function getBaseSearchName(n) {
30082
+ return n.split("@")[0];
30083
+ }
30084
+ function getSearchDocsURI(n) {
30085
+ return `/docs/searches/searches-catalog/${getBaseSearchName(n)}/${n.split("@")[1]}`;
30086
+ }
30077
30087
  const searchId$8 = "companies:profiles:exa@1";
30078
30088
  var limit$7 = 10, companyNameOutput$2 = getField("company_name"), companyWebsiteOutput$2 = getField("company_website_url"), companyDescriptionOutput$1 = getField("company_description"), companyIndustryOutput = getField("company_industry"), companyHeadcountOutput = getField("headcount"), exaMatchEvaluationOutput$1 = getField("exa_match_evaluation"), PayloadSchema$8 = object({
30079
30089
  search_id: literal(searchId$8),
@@ -30147,7 +30157,7 @@ const CompaniesProfilesExaClass1 = class extends Search {
30147
30157
  lifecycle: null,
30148
30158
  description: "Semantic AI search to find company profiles. This search can take several minutes.",
30149
30159
  tags: [CATALOG_TAGS.COMPANY_PROFILES],
30150
- docPath: "/resources/search-catalog/companies:profiles:exa/1",
30160
+ docPath: getSearchDocsURI(searchId$8),
30151
30161
  cost: {
30152
30162
  mode: "per_result",
30153
30163
  creditsPerResult: 2
@@ -30383,7 +30393,7 @@ const CompaniesProfilesIcypeasClass1 = class extends Search {
30383
30393
  lifecycle: null,
30384
30394
  description: "Search a filter-based, general-purpose company database.",
30385
30395
  tags: [CATALOG_TAGS.COMPANY_PROFILES],
30386
- docPath: "/resources/search-catalog/companies:profiles:icypeas/1",
30396
+ docPath: getSearchDocsURI(searchId$7),
30387
30397
  cost: {
30388
30398
  mode: "per_result",
30389
30399
  creditsPerResult: .4
@@ -30522,7 +30532,7 @@ const PeopleProfilesCladoClass1 = class extends Search {
30522
30532
  }
30523
30533
  }, PeopleProfilesCladoPayloadSchema1 = PayloadSchema$6, PeopleProfilesCladoEntry1 = {
30524
30534
  searchId: searchId$6,
30525
- baseSearch: getBaseSearchName("people:profiles:clado@1"),
30535
+ baseSearch: getBaseSearchName$1("people:profiles:clado@1"),
30526
30536
  label: "Find people profiles with Clado",
30527
30537
  categories: ["people"],
30528
30538
  hasManagedConnection: !0,
@@ -30642,7 +30652,7 @@ const PeopleEmployeesLeadmagicClass1 = class extends Search {
30642
30652
  lifecycle: null,
30643
30653
  description: "Search for employees of a company.",
30644
30654
  tags: [CATALOG_TAGS.PEOPLE_PROFILES],
30645
- docPath: "/resources/search-catalog/people:employees:leadmagic/1",
30655
+ docPath: getSearchDocsURI(searchId$5),
30646
30656
  cost: {
30647
30657
  mode: "per_result",
30648
30658
  creditsPerResult: .05
@@ -30765,14 +30775,17 @@ const PeopleProfilesCladoClass2 = class extends Search {
30765
30775
  }
30766
30776
  }, PeopleProfilesCladoPayloadSchema2 = PayloadSchema$4, PeopleProfilesCladoEntry2 = {
30767
30777
  searchId: searchId$4,
30768
- baseSearch: getBaseSearchName("people:profiles:clado@2"),
30778
+ baseSearch: getBaseSearchName$1("people:profiles:clado@2"),
30769
30779
  label: "Find people profiles",
30770
- categories: ["people"],
30780
+ categories: ["deprecated"],
30771
30781
  hasManagedConnection: !0,
30772
30782
  allowsUserConnection: !0,
30773
- lifecycle: null,
30783
+ lifecycle: {
30784
+ deprecatedOn: "2025-12-15",
30785
+ replacedBy: "people:profiles:clado@2"
30786
+ },
30774
30787
  description: "Search a growing dataset with semantic queries.",
30775
- tags: [CATALOG_TAGS.PEOPLE_PROFILES],
30788
+ tags: [],
30776
30789
  docPath: "/resources/search-catalog/people:profiles:clado/1",
30777
30790
  cost: {
30778
30791
  mode: "per_page",
@@ -30888,7 +30901,7 @@ const PeopleProfilesExaClass1 = class extends Search {
30888
30901
  lifecycle: null,
30889
30902
  description: "Semantic AI search for people profiles. This search can take several minutes.",
30890
30903
  tags: [CATALOG_TAGS.COMPANY_PROFILES],
30891
- docPath: "/resources/search-catalog/people:profiles:exa/1",
30904
+ docPath: getSearchDocsURI(searchId$3),
30892
30905
  cost: {
30893
30906
  mode: "per_result",
30894
30907
  creditsPerResult: 2
@@ -31130,7 +31143,7 @@ const PeopleProfilesIcypeasClass1 = class extends Search {
31130
31143
  lifecycle: null,
31131
31144
  description: "Search a filter-based, general-purpose lead database with people profiles.",
31132
31145
  tags: [CATALOG_TAGS.PEOPLE_PROFILES],
31133
- docPath: "/resources/search-catalog/people:profiles:icypeas/1",
31146
+ docPath: getSearchDocsURI(searchId$2),
31134
31147
  cost: {
31135
31148
  mode: "per_result",
31136
31149
  creditsPerResult: .4
@@ -31887,7 +31900,7 @@ const PeopleProfilesCrustdataClass1 = class extends Search {
31887
31900
  lifecycle: null,
31888
31901
  description: "Filter-based people search.",
31889
31902
  tags: [CATALOG_TAGS.PEOPLE_PROFILES],
31890
- docPath: "/resources/search-catalog/people:profiles:crustdata/1",
31903
+ docPath: getSearchDocsURI(searchId$1),
31891
31904
  cost: {
31892
31905
  mode: "per_page",
31893
31906
  creditsPerPage: 5
@@ -32347,7 +32360,7 @@ const CompaniesProfilesCrustdataClass1 = class extends Search {
32347
32360
  lifecycle: null,
32348
32361
  description: "Filter based company search.",
32349
32362
  tags: [CATALOG_TAGS.COMPANY_PROFILES],
32350
- docPath: "/resources/search-catalog/companies:profiles:crustdata/1",
32363
+ docPath: getSearchDocsURI(searchId),
32351
32364
  cost: {
32352
32365
  mode: "per_page",
32353
32366
  creditsPerPage: 2
@@ -36621,22 +36634,22 @@ const exceptions = (function() {
36621
36634
  }], z = [0, { auth: r }], B = [0, {
36622
36635
  auth: r,
36623
36636
  "auth-fips": r
36624
- }], WI = [0, { "auth-fips": r }], V = [0, { apps: r }], H = [0, { paas: r }], U = [2, { eu: r }], W = [0, { app: r }], G = [0, { site: r }], K = [1, {
36637
+ }], qI = [0, { "auth-fips": r }], V = [0, { apps: r }], H = [0, { paas: r }], U = [2, { eu: r }], W = [0, { app: r }], G = [0, { site: r }], K = [1, {
36625
36638
  com: n,
36626
36639
  edu: n,
36627
36640
  net: n,
36628
36641
  org: n
36629
- }], q = [0, { j: r }], J = [0, { dyn: r }], GI = [2, { web: r }], KI = [1, {
36642
+ }], q = [0, { j: r }], J = [0, { dyn: r }], JI = [2, { web: r }], YI = [1, {
36630
36643
  co: n,
36631
36644
  com: n,
36632
36645
  edu: n,
36633
36646
  gov: n,
36634
36647
  net: n,
36635
36648
  org: n
36636
- }], qI = [0, { p: r }], JI = [0, { user: r }], Y = [0, { cdn: r }], YI = [2, { raw: o }], XI = [0, {
36649
+ }], XI = [0, { p: r }], ZI = [0, { user: r }], Y = [0, { cdn: r }], QI = [2, { raw: o }], $I = [0, {
36637
36650
  cust: r,
36638
36651
  reservd: r
36639
- }], ZI = [0, { cust: r }], QI = [0, { s3: r }], $I = [1, {
36652
+ }], eL = [0, { cust: r }], tL = [0, { s3: r }], nL = [1, {
36640
36653
  biz: n,
36641
36654
  com: n,
36642
36655
  edu: n,
@@ -36644,11 +36657,11 @@ const exceptions = (function() {
36644
36657
  info: n,
36645
36658
  net: n,
36646
36659
  org: n
36647
- }], eL = [0, { ipfs: r }], X = [1, { framer: r }], tL = [0, { forgot: r }], Z = [1, { gs: n }], nL = [0, { nes: n }], Q = [1, {
36660
+ }], rL = [0, { ipfs: r }], X = [1, { framer: r }], iL = [0, { forgot: r }], Z = [1, { gs: n }], aL = [0, { nes: n }], Q = [1, {
36648
36661
  k12: n,
36649
36662
  cc: n,
36650
36663
  lib: n
36651
- }], rL = [1, { cc: n }], $ = [1, {
36664
+ }], oL = [1, { cc: n }], $ = [1, {
36652
36665
  cc: n,
36653
36666
  lib: n
36654
36667
  }];
@@ -37814,8 +37827,8 @@ const exceptions = (function() {
37814
37827
  "sa-east-1": z,
37815
37828
  "us-east-1": B,
37816
37829
  "us-east-2": B,
37817
- "us-gov-east-1": WI,
37818
- "us-gov-west-1": WI,
37830
+ "us-gov-east-1": qI,
37831
+ "us-gov-west-1": qI,
37819
37832
  "us-west-1": B,
37820
37833
  "us-west-2": B
37821
37834
  }],
@@ -38496,7 +38509,7 @@ const exceptions = (function() {
38496
38509
  "123hjemmeside": r,
38497
38510
  myspreadshop: r
38498
38511
  }],
38499
- dm: KI,
38512
+ dm: YI,
38500
38513
  do: [1, {
38501
38514
  art: n,
38502
38515
  com: n,
@@ -38811,7 +38824,7 @@ const exceptions = (function() {
38811
38824
  web: n
38812
38825
  }],
38813
38826
  gw: [1, { nx: r }],
38814
- gy: KI,
38827
+ gy: YI,
38815
38828
  hk: [1, {
38816
38829
  com: n,
38817
38830
  edu: n,
@@ -39085,8 +39098,8 @@ const exceptions = (function() {
39085
39098
  darklang: r,
39086
39099
  definima: r,
39087
39100
  dedyn: r,
39088
- icp0: YI,
39089
- icp1: YI,
39101
+ icp0: QI,
39102
+ icp1: QI,
39090
39103
  qzz: r,
39091
39104
  "fh-muenster": r,
39092
39105
  shw: r,
@@ -39140,10 +39153,10 @@ const exceptions = (function() {
39140
39153
  edugit: r,
39141
39154
  telebit: r,
39142
39155
  thingdust: [0, {
39143
- dev: XI,
39144
- disrec: XI,
39145
- prod: ZI,
39146
- testing: XI
39156
+ dev: $I,
39157
+ disrec: $I,
39158
+ prod: eL,
39159
+ testing: $I
39147
39160
  }],
39148
39161
  tickets: r,
39149
39162
  webflow: r,
@@ -39641,7 +39654,7 @@ const exceptions = (function() {
39641
39654
  gr: n,
39642
39655
  lg: n,
39643
39656
  ne: [1, {
39644
- aseinet: JI,
39657
+ aseinet: ZI,
39645
39658
  gehirn: r,
39646
39659
  ivory: r,
39647
39660
  "mail-box": r,
@@ -41660,8 +41673,8 @@ const exceptions = (function() {
41660
41673
  rgr: r,
41661
41674
  rulez: r,
41662
41675
  sakurastorage: [0, {
41663
- isk01: QI,
41664
- isk02: QI
41676
+ isk01: tL,
41677
+ isk02: tL
41665
41678
  }],
41666
41679
  saloon: r,
41667
41680
  sblo: r,
@@ -41698,7 +41711,7 @@ const exceptions = (function() {
41698
41711
  xx: r
41699
41712
  }],
41700
41713
  kh: b,
41701
- ki: $I,
41714
+ ki: nL,
41702
41715
  km: [1, {
41703
41716
  ass: n,
41704
41717
  com: n,
@@ -42048,8 +42061,8 @@ const exceptions = (function() {
42048
42061
  org: n
42049
42062
  }],
42050
42063
  name: [1, {
42051
- her: tL,
42052
- his: tL,
42064
+ her: iL,
42065
+ his: iL,
42053
42066
  ispmanager: r
42054
42067
  }],
42055
42068
  nc: [1, {
@@ -42478,7 +42491,7 @@ const exceptions = (function() {
42478
42491
  "xn--fjord-lra": n,
42479
42492
  åfjord: n,
42480
42493
  agdenes: n,
42481
- akershus: nL,
42494
+ akershus: aL,
42482
42495
  aknoluokta: n,
42483
42496
  "xn--koluokta-7ya57h": n,
42484
42497
  ákŋoluokta: n,
@@ -42596,7 +42609,7 @@ const exceptions = (function() {
42596
42609
  "xn--brnny-wuac": n,
42597
42610
  brønnøy: n,
42598
42611
  budejju: n,
42599
- buskerud: nL,
42612
+ buskerud: aL,
42600
42613
  bygland: n,
42601
42614
  bykle: n,
42602
42615
  cahcesuolo: n,
@@ -43292,7 +43305,7 @@ const exceptions = (function() {
43292
43305
  myspreadshop: r
43293
43306
  }],
43294
43307
  np: b,
43295
- nr: $I,
43308
+ nr: nL,
43296
43309
  nu: [1, {
43297
43310
  merseine: r,
43298
43311
  mine: r,
@@ -43503,7 +43516,7 @@ const exceptions = (function() {
43503
43516
  "small-web": r,
43504
43517
  dsmynas: r,
43505
43518
  familyds: r,
43506
- teckids: QI,
43519
+ teckids: tL,
43507
43520
  tuxfamily: r,
43508
43521
  diskstation: r,
43509
43522
  hk: r,
@@ -44467,7 +44480,7 @@ const exceptions = (function() {
44467
44480
  layershift: q,
44468
44481
  barsy: r,
44469
44482
  barsyonline: r,
44470
- retrosnub: ZI,
44483
+ retrosnub: eL,
44471
44484
  "nh-serv": r,
44472
44485
  "no-ip": r,
44473
44486
  adimo: r,
@@ -44521,7 +44534,7 @@ const exceptions = (function() {
44521
44534
  co: Q,
44522
44535
  ct: Q,
44523
44536
  dc: Q,
44524
- de: rL,
44537
+ de: oL,
44525
44538
  fl: Q,
44526
44539
  ga: Q,
44527
44540
  gu: Q,
@@ -44588,7 +44601,7 @@ const exceptions = (function() {
44588
44601
  vt: Q,
44589
44602
  wa: Q,
44590
44603
  wi: Q,
44591
- wv: rL,
44604
+ wv: oL,
44592
44605
  wy: Q,
44593
44606
  cloudns: r,
44594
44607
  "is-by": r,
@@ -45589,7 +45602,7 @@ const exceptions = (function() {
45589
45602
  we: o,
45590
45603
  wf: o
45591
45604
  }],
45592
- erp: GI,
45605
+ erp: JI,
45593
45606
  vercel: r,
45594
45607
  webhare: o,
45595
45608
  hrsn: r,
@@ -45626,8 +45639,8 @@ const exceptions = (function() {
45626
45639
  education: x,
45627
45640
  email: [1, {
45628
45641
  crisp: [0, { on: r }],
45629
- tawk: qI,
45630
- tawkto: qI
45642
+ tawk: XI,
45643
+ tawkto: XI
45631
45644
  }],
45632
45645
  emerck: n,
45633
45646
  energy: n,
@@ -45641,7 +45654,7 @@ const exceptions = (function() {
45641
45654
  esq: n,
45642
45655
  estate: [1, { compute: o }],
45643
45656
  eurovision: n,
45644
- eus: [1, { party: JI }],
45657
+ eus: [1, { party: ZI }],
45645
45658
  events: [1, {
45646
45659
  koobin: r,
45647
45660
  co: r
@@ -45923,10 +45936,10 @@ const exceptions = (function() {
45923
45936
  joinmc: r,
45924
45937
  dweb: o,
45925
45938
  inbrowser: o,
45926
- nftstorage: eL,
45939
+ nftstorage: rL,
45927
45940
  mypep: r,
45928
- storacha: eL,
45929
- w3s: eL
45941
+ storacha: rL,
45942
+ w3s: rL
45930
45943
  }],
45931
45944
  live: [1, {
45932
45945
  aem: r,
@@ -46212,7 +46225,7 @@ const exceptions = (function() {
46212
46225
  onporter: r,
46213
46226
  repl: r,
46214
46227
  stackit: r,
46215
- val: GI,
46228
+ val: JI,
46216
46229
  vercel: r,
46217
46230
  wix: r
46218
46231
  }],
@@ -46767,4 +46780,4 @@ function getDomain(n) {
46767
46780
  let r = cleanUrl(n);
46768
46781
  return getDomain$1(r) || new URL(r).hostname;
46769
46782
  }
46770
- export { CatalogSchemaRefSchema, ConditionOperatorsSchema, ExpandedFieldValueSchema, FieldAnnotationSchema, FieldAnnotations, FieldAnnotationsSchema, FieldNameSchema, FieldReasonSchema, FieldValueSchema, JSONExtractSchema, JSONMetaSchema, NoConnectorSchema, OptionalConnectorSchema, PIPE_IDS, PeopleWorkEmailWaterfallEntry1, Pipe, Pipe0Error, PipeIdSchema, PipePayloadSchema, PipeTriggerSchema, PipelineValidationError, PipesEnvironmentSchema, PipesErrorSchema, PipesFieldDefinitionSchema, PipesFieldDefinitionsSchema, PipesInputSchema, PipesRequestConfigSchema, PipesRequestSchema, PipesResponseSchema, PoepleWorkEmailWaterfallPayloadSchema1, PoepleWorkEmailWaterfallPipeClass1, ProcessedPipePayloadSchema, ProcessedSearchPayloadSchema, ProviderNameSchema, RECORD_FIELD_FORMATS, RECORD_FIELD_TYPES, RecordClaimedBySchema, RecordFieldFormatSchema, RecordFieldSchema, RecordFieldStatusSchema, RecordFieldTypeSchema, RecordIdSchema, RecordResolvedBySchema, RecordSchema, RequestValidationError, RequiredConnectorSchema, SEARCH_IDS, Search, SearchIdSchema, SearchPayloadSchema, SearchResultFieldSchema, SearchResultSchema, SearchStatusSchema, Searches, SearchesRequestSchema, SearchesResponseSchema, TRIGGER_OPERATOR_LABELS, TRIGGER_STATUS_OPERATORS, TRIGGER_VALUE_OPERATORS, TYPES_TO_FORMATS, TriggerStatusOperatorsSchema, TriggerStatusValueSchema, TriggerValueOperatorsSchema, WidgetsSchema, buildDependencyGraph, catalogInput, cleanObject, cleanUrl, cleanWebsiteUrl, convertIntermediateFieldsIntoGroups, entityLogoFavicon, entityLogoProfessionalProfileUrl, extractFormMetadata, fieldBehaviorCatalog, fieldCatalog, fieldNameStr, fieldTypeFromValue, fieldsToObject, getBasePipeName, getDefaultOutputFields, getDefaultPipeProviders, getDefaultSearchOutputFields, getDependentPipeNamesForInputProperty, getDependentPipeNamesForPipe, getDomain, getExpansionState, getFaviconUrlGoogle, getField, getFieldBehavior, getFieldDisplayLabel, getFieldWidgets, getInitialSearchTableData, getInitialTableData, getInputHash, getJsonMetaForFieldDef, getLoweestSearchesCreditAmount, getLowestPipeCreditAmount, getOutputFieldInfoFromDef, getPipeBillableOperationDef, getPipeClass, getPipeConfigHash, getPipeDefaultPayload, getPipeEntry, getPipeInstances, getPipePayloadFormConfig, getPipePayloadSchema, getPipeVersion, getProviderBillableOperation, getProviderEntry, getReadableFieldStatus, getSearchClass, getSearchDefaultPayload, getSearchEntry, getSearchInstances, getSearchPayloadFormConfig, getSearchPayloadSchema, getSearchTableDataAggregates, getSearchVersion, getSearchesFieldWidgets, getStartingCostPerPipesProvider, getStartingCostPerSearchesProvider, getTableDataAggregates, getUnexpandedValue, ifDefined, inputFields, inputFromRecord, inputFromRecordArr, inputFromRecords, inputGroupUnmetMessage, inputGroupsToInputFields, isAsyncMultiSelectField, isBooleanField, isCatalogField, isConnectorField, isDateRangeField, isEmptyValue, isExactRangeField, isFieldName, isFieldsSelectInput, isIProvidersField, isIncludeExcludeField, isIncludeExcludeSelectField, isIntegerField, isJsonExtractionField, isJsonSchemaInput, isMultiCreateField, isMultiSelectField, isNumberField, isOrderedMultiCreateField, isOutputField, isPipeTriggerField, isPromptField, isRangeField, isSelectField, isTemplateInputField, isTextField, isTextareaField, joinConnectionString, markRecordFieldAsComplete, markRecordFieldAsFailed, markRecordFieldAsNoResult, markRecordFieldAsPending, markRecordFieldAsProcessing, markRecordFieldAsSkipped, mergeWidgets, noConnectorInput, optionalConnectorInput, outputFields, parseRecordValueOrError, pipeCatalog, pipeClassCatalog, pipePayloadSchemaCatalog, pipesBooleanInput, pipesDateRangeInput, pipesFieldsSelectInput, pipesIncludeExcludeInput, pipesIncludeExcludeSelectInput, pipesInputField, pipesIntInput, pipesJsonExtractionInput, pipesJsonSchemaField, pipesMultiCreateInput, pipesMultiSelectInput, pipesNumberInput, pipesOrderedMultiCreateInput, pipesOutputField, pipesPayloadRegistry, pipesPromptInput, pipesProviderInput, pipesRangeInput, pipesSelectInput, pipesTemplateInput, pipesTextInput, pipesTextareaInput, pipesTriggerInput, processInputObjects, providerCatalog, rateLimitRationFallingProgression, requiredConnectorInput, searchCatalog, searchClassCatalog, searchPayloadSchemaCatalog, searchesAsyncMultiSelectInput, searchesBooleanInput, searchesDateRangeInput, searchesExactRangeInput, searchesIncludeExcludeInput, searchesIncludeExcludeSelectInput, searchesIntInput, searchesMultiCreateInput, searchesMultiSelectInput, searchesNumberField, searchesOrderedMultiCreateInput, searchesOutputField, searchesPayloadRegistry, searchesRangeInput, searchesSelectInput, searchesTextInput, searchesTextareaField, sortObjectKeys, sortPipeCatalogByBasePipe, sortSearchCatalogByBaseSearch, splitConnectionString, stringify, testPrint, transformIntoResponse, validatePipesOrError as validatePipeline, validateSearches, validationErrorMessages };
46783
+ export { CatalogSchemaRefSchema, ConditionOperatorsSchema, ExpandedFieldValueSchema, FieldAnnotationSchema, FieldAnnotations, FieldAnnotationsSchema, FieldNameSchema, FieldReasonSchema, FieldValueSchema, JSONExtractSchema, JSONMetaSchema, NoConnectorSchema, OptionalConnectorSchema, PIPE_IDS, PeopleWorkEmailWaterfallEntry1, Pipe, Pipe0Error, PipeIdSchema, PipePayloadSchema, PipeTriggerSchema, PipelineValidationError, PipesEnvironmentSchema, PipesErrorSchema, PipesFieldDefinitionSchema, PipesFieldDefinitionsSchema, PipesInputSchema, PipesRequestConfigSchema, PipesRequestSchema, PipesResponseSchema, PoepleWorkEmailWaterfallPayloadSchema1, PoepleWorkEmailWaterfallPipeClass1, ProcessedPipePayloadSchema, ProcessedSearchPayloadSchema, ProviderNameSchema, RECORD_FIELD_FORMATS, RECORD_FIELD_TYPES, RecordClaimedBySchema, RecordFieldFormatSchema, RecordFieldSchema, RecordFieldStatusSchema, RecordFieldTypeSchema, RecordIdSchema, RecordResolvedBySchema, RecordSchema, RequestValidationError, RequiredConnectorSchema, SEARCH_IDS, Search, SearchIdSchema, SearchPayloadSchema, SearchResultFieldSchema, SearchResultSchema, SearchStatusSchema, Searches, SearchesRequestSchema, SearchesResponseSchema, TRIGGER_OPERATOR_LABELS, TRIGGER_STATUS_OPERATORS, TRIGGER_VALUE_OPERATORS, TYPES_TO_FORMATS, TriggerStatusOperatorsSchema, TriggerStatusValueSchema, TriggerValueOperatorsSchema, WidgetsSchema, buildDependencyGraph, catalogInput, cleanObject, cleanUrl, cleanWebsiteUrl, convertIntermediateFieldsIntoGroups, entityLogoFavicon, entityLogoProfessionalProfileUrl, extractFormMetadata, fieldBehaviorCatalog, fieldCatalog, fieldNameStr, fieldTypeFromValue, fieldsToObject, getBasePipeName, getDefaultOutputFields, getDefaultPipeProviders, getDefaultSearchOutputFields, getDependentPipeNamesForInputProperty, getDependentPipeNamesForPipe, getDomain, getExpansionState, getFaviconUrlGoogle, getField, getFieldBehavior, getFieldDisplayLabel, getFieldWidgets, getInitialSearchTableData, getInitialTableData, getInputHash, getJsonMetaForFieldDef, getLoweestSearchesCreditAmount, getLowestPipeCreditAmount, getOutputFieldInfoFromDef, getPipeBillableOperationDef, getPipeClass, getPipeConfigHash, getPipeDefaultPayload, getPipeDocsURI, getPipeEntry, getPipeInstances, getPipePayloadFormConfig, getPipePayloadSchema, getPipeVersion, getProviderBillableOperation, getProviderEntry, getReadableFieldStatus, getSearchClass, getSearchDefaultPayload, getSearchEntry, getSearchInstances, getSearchPayloadFormConfig, getSearchPayloadSchema, getSearchTableDataAggregates, getSearchVersion, getSearchesFieldWidgets, getStartingCostPerPipesProvider, getStartingCostPerSearchesProvider, getTableDataAggregates, getUnexpandedValue, ifDefined, inputFields, inputFromRecord, inputFromRecordArr, inputFromRecords, inputGroupUnmetMessage, inputGroupsToInputFields, isAsyncMultiSelectField, isBooleanField, isCatalogField, isConnectorField, isDateRangeField, isEmptyValue, isExactRangeField, isFieldName, isFieldsSelectInput, isIncludeExcludeField, isIncludeExcludeSelectField, isIntegerField, isJsonExtractionField, isJsonSchemaInput, isMultiCreateField, isMultiSelectField, isNumberField, isOrderedMultiCreateField, isOutputField, isPipeTriggerField, isPromptField, isProvidersField, isRangeField, isSelectField, isTemplateInputField, isTextField, isTextareaField, joinConnectionString, markRecordFieldAsComplete, markRecordFieldAsFailed, markRecordFieldAsNoResult, markRecordFieldAsPending, markRecordFieldAsProcessing, markRecordFieldAsSkipped, mergeWidgets, noConnectorInput, optionalConnectorInput, outputFields, parseRecordValueOrError, pipeCatalog, pipeClassCatalog, pipePayloadSchemaCatalog, pipesBooleanInput, pipesDateRangeInput, pipesFieldsSelectInput, pipesIncludeExcludeInput, pipesIncludeExcludeSelectInput, pipesInputField, pipesIntInput, pipesJsonExtractionInput, pipesJsonSchemaField, pipesMultiCreateInput, pipesMultiSelectInput, pipesNumberInput, pipesOrderedMultiCreateInput, pipesOutputField, pipesPayloadRegistry, pipesPromptInput, pipesProviderInput, pipesRangeInput, pipesSelectInput, pipesTemplateInput, pipesTextInput, pipesTextareaInput, pipesTriggerInput, processInputObjects, providerCatalog, rateLimitRationFallingProgression, requiredConnectorInput, searchCatalog, searchClassCatalog, searchPayloadSchemaCatalog, searchesAsyncMultiSelectInput, searchesBooleanInput, searchesDateRangeInput, searchesExactRangeInput, searchesIncludeExcludeInput, searchesIncludeExcludeSelectInput, searchesIntInput, searchesMultiCreateInput, searchesMultiSelectInput, searchesNumberField, searchesOrderedMultiCreateInput, searchesOutputField, searchesPayloadRegistry, searchesRangeInput, searchesSelectInput, searchesTextInput, searchesTextareaField, sortObjectKeys, sortPipeCatalogByBasePipe, sortSearchCatalogByBaseSearch, splitConnectionString, stringify, testPrint, transformIntoResponse, validatePipesOrError as validatePipeline, validateSearches, validationErrorMessages };