sim-setup 1.0.0-preview.18.1 → 1.0.0-preview.20.1

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 (2) hide show
  1. package/dist/index.js +72 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1566,7 +1566,7 @@ var init_env_capabilities = __esm(() => {
1566
1566
  var integrations_default;
1567
1567
  var init_integrations = __esm(() => {
1568
1568
  integrations_default = {
1569
- updatedAt: "2026-08-20",
1569
+ updatedAt: "2026-08-21",
1570
1570
  integrations: [
1571
1571
  {
1572
1572
  type: "onepassword",
@@ -12018,6 +12018,77 @@ var init_integrations = __esm(() => {
12018
12018
  integrationType: "devops",
12019
12019
  tags: ["version-control", "knowledge-base"]
12020
12020
  },
12021
+ {
12022
+ type: "harmonic",
12023
+ slug: "harmonic",
12024
+ name: "Harmonic",
12025
+ description: "Search and enrich private-market contacts",
12026
+ longDescription: "Connect a reusable Harmonic team API key, use Scout to find people with natural-language criteria, select team-visible people saved searches, and hydrate person identifiers into normalized contacts for downstream tables, CRM, scoring, and outreach workflows.",
12027
+ bgColor: "#FFFFFF",
12028
+ iconName: "HarmonicIcon",
12029
+ docsUrl: "https://docs.sim.ai/integrations/harmonic",
12030
+ operations: [
12031
+ {
12032
+ name: "Search People with Scout",
12033
+ description: "Ask Harmonic Scout to find people using natural language and return a stable, workflow-ready contacts table."
12034
+ },
12035
+ {
12036
+ name: "Enrich Person",
12037
+ description: "Resolve a LinkedIn profile URL or email address into a normalized Harmonic contact, queueing enrichment when the person is not yet in Harmonic."
12038
+ },
12039
+ {
12040
+ name: "Get Person",
12041
+ description: "Fetch one Harmonic person by numeric ID or URN, including any email resolved by a completed enrichment job."
12042
+ },
12043
+ {
12044
+ name: "Batch Get People",
12045
+ description: "Fetch full Harmonic person profiles for up to 500 combined numeric IDs and person URNs."
12046
+ },
12047
+ {
12048
+ name: "Get Company Employees",
12049
+ description: "List person URNs for a company, filtered by role group and employment status. Pair with Batch Get People to hydrate contacts."
12050
+ },
12051
+ {
12052
+ name: "List People Saved Searches",
12053
+ description: "List the team-shared Harmonic saved searches that target people. Use a returned ID or URN to fetch results."
12054
+ },
12055
+ {
12056
+ name: "Get People Saved Search Results",
12057
+ description: "Get one page of a Harmonic people saved search. Full records become contacts; URN-only rows are exposed for Batch Get People."
12058
+ },
12059
+ {
12060
+ name: "Get People Saved Search Net-New Results",
12061
+ description: "Get only the people newly matching a subscribed Harmonic people saved search, so a monitor does not reprocess the whole result set."
12062
+ },
12063
+ {
12064
+ name: "Clear People Saved Search Net-New Results",
12065
+ description: "Acknowledge net-new people on a saved search so the next poll returns only fresh matches. Clearing everything requires setting the scope explicitly."
12066
+ },
12067
+ {
12068
+ name: "Submit Email Enrichment Job",
12069
+ description: "Queue bulk email enrichment for up to 5,000 people, given either person URNs or LinkedIn profile URLs."
12070
+ },
12071
+ {
12072
+ name: "Get Email Enrichment Job",
12073
+ description: "Check a Harmonic bulk email enrichment job. Per-person results appear once the job is terminal; fetch the emails with Get Person or Batch Get People."
12074
+ },
12075
+ {
12076
+ name: "Get Email Enrichment Usage",
12077
+ description: "Read the team monthly email-enrichment quota. Check this before a large batch to avoid a quota rejection."
12078
+ },
12079
+ {
12080
+ name: "Get Enrichment Status",
12081
+ description: "Check enrichment jobs Harmonic queued for people it did not already have, and read the person URN each one produced."
12082
+ }
12083
+ ],
12084
+ operationCount: 13,
12085
+ triggers: [],
12086
+ triggerCount: 0,
12087
+ authType: "api-key",
12088
+ category: "tools",
12089
+ integrationType: "sales",
12090
+ tags: ["enrichment", "automation", "agentic"]
12091
+ },
12021
12092
  {
12022
12093
  type: "hex",
12023
12094
  slug: "hex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.0-preview.18.1",
3
+ "version": "1.0.0-preview.20.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {