@inkeep/agents-manage-api 0.0.0-dev-20250911192304 → 0.0.0-dev-20250911210702

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/dist/index.cjs CHANGED
@@ -1746,7 +1746,6 @@ app6.openapi(
1746
1746
  message: "No fields to update"
1747
1747
  });
1748
1748
  }
1749
- console.log("body", body);
1750
1749
  const updatedAgentToolRelation = await agentsCore.updateAgentToolRelation(dbClient_default)({
1751
1750
  scopes: { tenantId, projectId },
1752
1751
  relationId: id,
package/dist/index.js CHANGED
@@ -1718,7 +1718,6 @@ app6.openapi(
1718
1718
  message: "No fields to update"
1719
1719
  });
1720
1720
  }
1721
- console.log("body", body);
1722
1721
  const updatedAgentToolRelation = await updateAgentToolRelation(dbClient_default)({
1723
1722
  scopes: { tenantId, projectId },
1724
1723
  relationId: id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-manage-api",
3
- "version": "0.0.0-dev-20250911192304",
3
+ "version": "0.0.0-dev-20250911210702",
4
4
  "description": "Management API for Inkeep Agent Framework - handles CRUD operations and OAuth",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "openid-client": "^6.6.4",
25
25
  "pino": "^9.7.0",
26
26
  "zod": "^4.1.5",
27
- "@inkeep/agents-core": "^0.0.0-dev-20250911192304"
27
+ "@inkeep/agents-core": "^0.0.0-dev-20250911210702"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@hono/vite-dev-server": "^0.20.1",